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.
 
 
 
 
 

18 lines
287 B

  1. /**
  2. * This file provides styles for starred plugin
  3. */
  4. nav.nav-starred {
  5. ul {
  6. list-style: none;
  7. li {
  8. margin-left: 0;
  9. svg {
  10. vertical-align: text-top;
  11. fill: @ini_nav_menu_color;
  12. }
  13. }
  14. }
  15. }