wallabag/assets/material/css/sidenav.scss

51 lines
747 B
SCSS
Raw Normal View History

/* ==========================================================================
Side-nav
========================================================================== */
.side-nav {
width: 240px;
li {
padding: 0;
&.logo > a:hover {
background: initial;
}
2020-11-19 10:38:02 +00:00
& > a > i.material-icons.theme-toggle-icon {
float: none;
margin-left: 0;
}
}
a {
2017-05-05 07:19:56 +00:00
margin: 0;
}
&.fixed a {
font-size: 13px;
line-height: 44px;
height: 44px;
}
.collapsible-header,
&.fixed .collapsible-header {
height: 45px;
line-height: 44px;
padding: 0 20px;
}
> li.logo {
line-height: 0;
text-align: center;
}
}
.bold > a {
font-weight: bold;
}
2023-06-06 20:53:56 +00:00
.items-number {
float: right;
}