]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/sidenav.scss
Notifications
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / sidenav.scss
index 416dc1c7b7283ef6434a74f33a1e0bc820bf8f46..a86eed174ad346850eeb394df974d6a9e9ad372d 100644 (file)
@@ -2,6 +2,8 @@
    Side-nav
    ========================================================================== */
 
+@import 'notifications';
+
 .side-nav {
   width: 240px;
 
   }
 }
 
+#notifications {
+  width: 300px;
+  display: flex;
+  flex-flow: column;
+  justify-content: space-between;
+
+  @include notification;
+}
+
 .bold > a {
   font-weight: bold;
 }