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