]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Fix human dates in result lists
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 008c6d1f072a1057be934449d63b246df2933c0d..2aadb1c97466aad003ceaebbc0f44084458d2766 100644 (file)
@@ -1,3 +1,6 @@
+@import '_variables';
+@import '_mixins';
+
 .main-row {
   min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
 }
@@ -86,3 +89,8 @@ footer {
   margin-top: $footer-margin;
   height: $footer-height;
 }
+
+simple-notifications {
+  position: relative;
+  z-index: 1500;
+}