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.

common.scss 377B

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