]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Fix notification z-index with modals
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index fd1b137dce714101ec0bec1bbad60c7d3e2b3a86..6102e32f1cfdbc471da9a1c598d2f95363069182 100644 (file)
@@ -1,4 +1,5 @@
 @use 'sass:math';
+@use '~bootstrap/scss/functions' as *;
 
 $small-view: 800px;
 $mobile-view: 500px;
@@ -22,8 +23,6 @@ $main-color-lightest: lighten($main-color, 40%);
 $main-hover-color: lighten($main-color, 5%);
 $main-background-hover-color: #e9ecef;
 
-$secondary-color: hsl(187, 77%, 34%);
-
 $support-button: inherit;
 $support-button-heart: #e83e8c;
 
@@ -84,6 +83,7 @@ $theater-bottom-space: 115px;
 $input-foreground-color: $fg-color;
 $input-background-color: $bg-color;
 $input-placeholder-color: #898989;
+$input-border-color: #C6C6C6;
 
 $textarea-foreground-color: $fg-color;
 $textarea-background-color: $bg-color;
@@ -116,8 +116,6 @@ $variables: (
   --mainBackgroundColor: var(--mainBackgroundColor),
   --mainForegroundColor: var(--mainForegroundColor),
 
-  --secondaryColor: var(--secondaryColor),
-
   --greyForegroundColor: var(--greyForegroundColor),
   --greyBackgroundColor: var(--greyBackgroundColor),
   --greySecondaryBackgroundColor: var(--greySecondaryBackgroundColor),
@@ -175,9 +173,9 @@ $zindex: (
   help-popover    : 17000,
   privacymsg      : 17500,
   header          : 17500,
-  notification    : 18000,
   modal           : 19000,
-  hotkeys         : 19000
+  hotkeys         : 19000,
+  notification    : 20000
 );
 
 @function z($label) {