aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/sidenav.scss
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-03-31 20:21:41 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-04 14:49:44 +0200
commit64f81bc31699ed239e4becec1cfa7ebc0bef2b5a (patch)
tree6363a596055683587d11aaffcf30608a682988aa /app/Resources/static/themes/material/css/sidenav.scss
parent3b4502e0e663866e7bac00164fd935fdc92309d6 (diff)
downloadwallabag-64f81bc31699ed239e4becec1cfa7ebc0bef2b5a.tar.gz
wallabag-64f81bc31699ed239e4becec1cfa7ebc0bef2b5a.tar.zst
wallabag-64f81bc31699ed239e4becec1cfa7ebc0bef2b5a.zip
Adds Webpack support and removes the use for Grunt
Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
Diffstat (limited to 'app/Resources/static/themes/material/css/sidenav.scss')
-rw-r--r--app/Resources/static/themes/material/css/sidenav.scss41
1 files changed, 41 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/sidenav.scss b/app/Resources/static/themes/material/css/sidenav.scss
new file mode 100644
index 00000000..b430077e
--- /dev/null
+++ b/app/Resources/static/themes/material/css/sidenav.scss
@@ -0,0 +1,41 @@
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
39span.numberItems {
40 float: right;
41}