]> 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 86e4a095960fa6f5db70275667603699f0ddfa0d..a86eed174ad346850eeb394df974d6a9e9ad372d 100644 (file)
@@ -2,15 +2,21 @@
    Side-nav
    ========================================================================== */
 
+@import 'notifications';
+
 .side-nav {
   width: 240px;
 
   li {
     padding: 0;
+
+    &.logo > a:hover {
+      background: initial;
+    }
   }
 
   a {
-    margin: 0 auto;
+    margin: 0;
   }
 
   &.fixed a {
   }
 }
 
+#notifications {
+  width: 300px;
+  display: flex;
+  flex-flow: column;
+  justify-content: space-between;
+
+  @include notification;
+}
+
 .bold > a {
   font-weight: bold;
 }