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.

27 lines
380 B

  1. .TreeNavigation.treenav {
  2. font-size: 13px;
  3. li {
  4. padding-left: 24px;
  5. }
  6. a {
  7. text-decoration: none;
  8. color: mc('grey', '800');
  9. }
  10. .NavigationLevel__parent {
  11. // font-weight: 600;
  12. }
  13. .NavigationItem {
  14. padding: 3px 0;
  15. }
  16. .NavigationItem--active {
  17. color: #42b883;
  18. }
  19. .NavigationToggle__icon {
  20. border-color: mc('blue', '600');
  21. }
  22. }