]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Fix modal z-index
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index e0a4c7d3fa1bbe6149cfe4feb1f3ad0651a34cd3..f68f4e18d585e77bc4c552e63aa831d38a88cd81 100644 (file)
@@ -53,8 +53,7 @@ $sub-menu-height: 81px;
 
 $channel-background-color: #f6ede8;
 
-// FIXME: cannot use math.div here because of compilation error
-$banner-inverted-ratio: 0.1666666666;
+$banner-inverted-ratio: math.div(1, 6);
 
 $max-channels-width: 1200px;
 
@@ -98,6 +97,8 @@ $focus-box-shadow-form: 0 0 0 .2rem;
 $video-watch-player-factor: math.div(16, 9);
 $video-watch-info-margin-left: 44px;
 
+$primeng-breakpoint: 960px;
+
 /*** map theme ***/
 
 // pass variables into a sass map,
@@ -166,12 +167,12 @@ $zindex: (
   popover         : 13000,
   tooltip         : 14000,
   loadbar         : 15000,
-  modal           : 16000,
   dropdown        : 17000,
   help-popover    : 17000,
   privacymsg      : 17500,
   header          : 17500,
   notification    : 18000,
+  modal           : 19000,
   hotkeys         : 19000
 );