]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Fix form control focus colors
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index 2b893a62bbe5546193908825a100178439912d79..8358270daf0c7dfcba0d3658bf96d7fe002a5f0b 100644 (file)
@@ -1,6 +1,5 @@
 @use 'sass:math';
 @use 'sass:color';
-@use '~bootstrap/scss/functions' as *;
 
 $small-view: 800px;
 $mobile-view: 500px;
@@ -40,7 +39,6 @@ $expanded-horizontal-margins: 150px;
 $not-expanded-horizontal-margins: 30px;
 
 $button-font-size: 15px;
-$button-height: 30px;
 
 $header-height: 50px;
 $header-border-color: #e9eff6;
@@ -48,7 +46,6 @@ $search-input-width: 375px;
 
 $menu-background: #000;
 $menu-color: #fff;
-$menu-bottom-color: #C6C6C6;
 $menu-width: 240px;
 $menu-lateral-padding: 26px;
 
@@ -135,6 +132,7 @@ $variables: (
   --inputForegroundColor: var(--inputForegroundColor),
   --inputBackgroundColor: var(--inputBackgroundColor),
   --inputPlaceholderColor: var(--inputPlaceholderColor),
+  --inputBorderColor: var(--inputBorderColor),
 
   --textareaForegroundColor: var(--textareaForegroundColor),
   --textareaBackgroundColor: var(--textareaBackgroundColor),
@@ -176,7 +174,7 @@ $zindex: (
   tooltip         : 14000,
   loadbar         : 15000,
   privacymsg      : 17500,
-  header          : 17500,
+  root-header     : 17500,
   help-popover    : 17600,
   dropdown        : 17600,
   modal           : 19000,