aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/sidenav.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/sidenav.scss')
-rw-r--r--app/Resources/static/themes/material/css/sidenav.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/sidenav.scss b/app/Resources/static/themes/material/css/sidenav.scss
index 416dc1c7..a86eed17 100644
--- a/app/Resources/static/themes/material/css/sidenav.scss
+++ b/app/Resources/static/themes/material/css/sidenav.scss
@@ -2,6 +2,8 @@
2 Side-nav 2 Side-nav
3 ========================================================================== */ 3 ========================================================================== */
4 4
5@import 'notifications';
6
5.side-nav { 7.side-nav {
6 width: 240px; 8 width: 240px;
7 9
@@ -36,6 +38,15 @@
36 } 38 }
37} 39}
38 40
41#notifications {
42 width: 300px;
43 display: flex;
44 flex-flow: column;
45 justify-content: space-between;
46
47 @include notification;
48}
49
39.bold > a { 50.bold > a {
40 font-weight: bold; 51 font-weight: bold;
41} 52}