]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_bootstrap-variables.scss
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _bootstrap-variables.scss
index b3ab0eb2b6b3586f3be437727502dad14a88e22f..6aa5c24745f7c3b52cfb0576d654c9deb153314f 100644 (file)
@@ -1,6 +1,5 @@
 $dropdown-link-active-bg: inherit;
 
-$zindex-modal: 10005;
 $modal-footer-border-width: 0;
 $modal-md: 600px;
 
@@ -18,6 +17,10 @@ $grid-breakpoints: (
   xxl: 1600px
 );
 
+@function breakpoint($label) {
+  @return map-get($grid-breakpoints, $label);
+}
+
 $container-max-widths: (
   sm: 420px,
   md: 720px,
@@ -31,6 +34,3 @@ $input-focus-border-color: #ced4da;
 
 $nav-pills-link-active-bg: #F0F0F0;
 $nav-pills-link-active-color: #000;
-
-$zindex-dropdown: 10000;
-$zindex-popover: 10000;