]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Remove empty sass files
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index 476a4ee52ae1e55bb6d811eb17cec8320666d13f..1243854ec1c1be5d0c4681be3652402db9a27ce9 100644 (file)
@@ -1,6 +1,5 @@
 @use 'sass:math';
 @use 'sass:color';
-@use '~bootstrap/scss/functions' as *;
 
 $small-view: 800px;
 $mobile-view: 500px;
@@ -11,6 +10,9 @@ $font-semibold: 600;
 $font-bold: 700;
 $line-height-normal: 1.2;
 
+$font-size-rem-13px: 0.8125rem;
+$font-size-rem-14px: 0.875rem;
+
 $grey-background-color: #E5E5E5;
 $grey-background-hover-color: #EFEFEF;
 $grey-foreground-color: #585858;
@@ -39,7 +41,7 @@ $grey-actor-name: #777272;
 $expanded-horizontal-margins: 150px;
 $not-expanded-horizontal-margins: 30px;
 
-$button-height: 30px;
+$button-font-size: 15px;
 
 $header-height: 50px;
 $header-border-color: #e9eff6;
@@ -47,7 +49,6 @@ $search-input-width: 375px;
 
 $menu-background: #000;
 $menu-color: #fff;
-$menu-bottom-color: #C6C6C6;
 $menu-width: 240px;
 $menu-lateral-padding: 26px;
 
@@ -97,6 +98,8 @@ $sub-menu-margin-bottom-small-view: 10px;
 $activated-action-button-color: #212529;
 
 $focus-box-shadow-form: 0 0 0 .2rem;
+$form-input-font-size: 15px;
+$form-input-line-height: 1.4;
 
 $video-watch-player-factor: math.div(16, 9);
 $video-watch-info-margin-left: 44px;
@@ -132,6 +135,7 @@ $variables: (
   --inputForegroundColor: var(--inputForegroundColor),
   --inputBackgroundColor: var(--inputBackgroundColor),
   --inputPlaceholderColor: var(--inputPlaceholderColor),
+  --inputBorderColor: var(--inputBorderColor),
 
   --textareaForegroundColor: var(--textareaForegroundColor),
   --textareaBackgroundColor: var(--textareaBackgroundColor),
@@ -172,10 +176,10 @@ $zindex: (
   popover         : 13000,
   tooltip         : 14000,
   loadbar         : 15000,
-  dropdown        : 17000,
-  help-popover    : 17000,
   privacymsg      : 17500,
-  header          : 17500,
+  root-header     : 17500,
+  help-popover    : 17600,
+  dropdown        : 17600,
   modal           : 19000,
   hotkeys         : 19000,
   notification    : 20000