You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
434B

  1. // navbar carac
  2. nav.navbar.carac {
  3. background-color: white;
  4. padding-top: 0px;
  5. padding-bottom: 0px;
  6. border-width: 1px;
  7. z-index: 1;
  8. &.display-section-switch {
  9. border-width: 2px;
  10. }
  11. ul.left {
  12. position: relative;
  13. top: 16px;
  14. li {
  15. form.switch-section {
  16. button {
  17. border-radius: 7px 7px 0px 0px;
  18. &:hover {
  19. color: gray;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. }