dokuwiki-template-sprintdoc.../css/plugins/starred.less
2017-05-18 10:59:47 +02:00

48 lines
862 B
Text

/**
* This file provides styles for starred plugin
*/
.page-attributes {
li.plugin_starred {
.starred {
display: block;
padding-top: .05rem;
svg {
width: 1.6em;
height: 1.6em;
font-size: 0.82rem;
fill: @ini_nav_menu_hover_color;
}
}
a:hover,
a:focus,
a:active {
.starred svg {
fill: @ini_nav_menu_hover_bg;
}
}
}
}
nav.nav-starred {
margin-top: @nav-margin;
ul {
list-style: none;
&#sidebar-menu-starred {
margin-left: 0;
}
li {
margin-left: 0;
svg {
vertical-align: text-top;
fill: @ini_nav_menu_color;
}
}
}
}