]> 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 f68f4e18d585e77bc4c552e63aa831d38a88cd81..6102e32f1cfdbc471da9a1c598d2f95363069182 100644 (file)
@@ -1,4 +1,5 @@
 @use 'sass:math';
+@use '~bootstrap/scss/functions' as *;
 
 $small-view: 800px;
 $mobile-view: 500px;
@@ -18,9 +19,9 @@ $grey-button-outline-color: scale-color($grey-foreground-color, $alpha: -95%);
 $main-color: hsl(24, 90%, 50%);
 $main-color-lighter: lighten($main-color, 10%);
 $main-color-lightest: lighten($main-color, 40%);
-$main-hover-color: lighten($main-color, 5%);
 
-$secondary-color: hsl(187, 77%, 34%);
+$main-hover-color: lighten($main-color, 5%);
+$main-background-hover-color: #e9ecef;
 
 $support-button: inherit;
 $support-button-heart: #e83e8c;
@@ -82,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;
@@ -109,14 +111,14 @@ $variables: (
   --mainColorLightest: var(--mainColorLightest),
 
   --mainHoverColor: var(--mainHoverColor),
+  --mainBackgroundHoverColor: var(--mainBackgroundHoverColor),
 
   --mainBackgroundColor: var(--mainBackgroundColor),
   --mainForegroundColor: var(--mainForegroundColor),
 
-  --secondaryColor: var(--secondaryColor),
-
   --greyForegroundColor: var(--greyForegroundColor),
   --greyBackgroundColor: var(--greyBackgroundColor),
+  --greySecondaryBackgroundColor: var(--greySecondaryBackgroundColor),
 
   --menuBackgroundColor: var(--menuBackgroundColor),
   --menuForegroundColor: var(--menuForegroundColor),
@@ -171,9 +173,9 @@ $zindex: (
   help-popover    : 17000,
   privacymsg      : 17500,
   header          : 17500,
-  notification    : 18000,
   modal           : 19000,
-  hotkeys         : 19000
+  hotkeys         : 19000,
+  notification    : 20000
 );
 
 @function z($label) {