dokuwiki-template-sprintdoc.../css/toollist.less
Jana Deutschländer 5e01750458 improve less formating - part 2 (template area and base modules)
- remove @author from comments
- adjust the spacing
2019-04-10 17:04:57 +02:00

29 lines
511 B
Text

/**
* Styles for site tools and user tools in sidebar
* Using BEM methodology as far as possible
*/
//.toollist {
//}
.toollist__listitem {
list-style: none;
a {
display: inline-flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
align-items: center;
}
span {
font-size: @font-size-default;
}
svg {
width: @font-size-default;
vertical-align: middle;
fill: @ini_nav_menu_color;
margin-right: .2em;
}
}