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
511 B

  1. /**
  2. * Styles for site tools and user tools in sidebar
  3. * Using BEM methodology as far as possible
  4. */
  5. //.toollist {
  6. //}
  7. .toollist__listitem {
  8. list-style: none;
  9. a {
  10. display: inline-flex;
  11. flex-direction: row-reverse;
  12. flex-wrap: nowrap;
  13. align-items: center;
  14. }
  15. span {
  16. font-size: @font-size-default;
  17. }
  18. svg {
  19. width: @font-size-default;
  20. vertical-align: middle;
  21. fill: @ini_nav_menu_color;
  22. margin-right: .2em;
  23. }
  24. }