1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00
wallabag/assets/scss/_sidenav.scss

56 lines
850 B
SCSS
Raw Permalink Normal View History

/* ==========================================================================
2025-02-18 22:44:02 +01:00
Sidenav
========================================================================== */
2025-02-18 22:44:02 +01:00
.sidenav {
width: 240px;
li {
padding: 0;
&.logo > a:hover {
background: initial;
}
2020-11-19 11:38:02 +01:00
& > a > i.material-icons.theme-toggle-icon {
float: none;
margin-left: 0;
}
}
a {
2017-05-05 09:19:56 +02:00
margin: 0;
}
&.sidenav-fixed a {
font-size: 13px;
line-height: 44px;
height: 44px;
}
.collapsible-header,
&.sidenav-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 22:53:56 +02:00
.items-number {
float: right;
}
2025-02-19 03:29:20 +01:00
.button-filters .sidenav-trigger,
.button-export .sidenav-trigger {
display: block;
}