]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/loading-bar.scss
Manage z-indexes in variables
[github/Chocobozzz/PeerTube.git] / client / src / sass / loading-bar.scss
index 7d687d479c81bb942fc83aad2eef5c5cd035b401..d584b7c67bf3301ef20840c2d1b4abd5d9378d31 100644 (file)
@@ -1,3 +1,4 @@
+@import '_mixins';
 // Thanks: https://github.com/aitboudad/ngx-loading-bar/blob/master/loading-bar.css
 
 /* Make clicks pass-through */
@@ -20,7 +21,7 @@
 
   background: var(--mainColor);
   position: fixed;
-  z-index: 10002;
+  z-index: z(loadbar);
   top: 0;
   left: 0;
   width: 100%;
@@ -50,7 +51,7 @@
 #loading-bar-spinner {
   display: block;
   position: fixed;
-  z-index: 10002;
+  z-index: z(loadbar);
   top: 10px;
   left: 10px;
 }