]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/sidenav.scss
Adds Webpack support and removes the use for Grunt
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / sidenav.scss
1 /* ==========================================================================
2 Side-nav
3 ========================================================================== */
4
5 .side-nav {
6 width: 240px;
7
8 li {
9 padding: 0;
10 }
11
12 a {
13 margin: 0 1rem;
14 }
15
16 &.fixed a {
17 font-size: 13px;
18 line-height: 44px;
19 height: 44px;
20 }
21
22 .collapsible-header,
23 &.fixed .collapsible-header {
24 height: 45px;
25 line-height: 44px;
26 padding: 0 20px;
27 }
28
29 > li.logo {
30 line-height: 0;
31 text-align: center;
32 }
33 }
34
35 .bold > a {
36 font-weight: bold;
37 }
38
39 span.numberItems {
40 float: right;
41 }