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.

25 lines
363B

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