]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Add ability to list all local videos on client
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index 0735a00a0f71e0a680a98a71e63936433990a083..fdf33b12a9b36ec0181998df2b2950754d695338 100644 (file)
@@ -32,7 +32,7 @@ $menu-background: #000;
 $menu-color: #fff;
 $menu-bottom-color: #C6C6C6;
 $menu-width: 240px;
-$menu-left-padding: 26px;
+$menu-lateral-padding: 26px;
 
 $sub-menu-color: #F7F7F7;
 
@@ -44,9 +44,9 @@ $footer-border-color: $header-border-color;
 $video-thumbnail-height: 110px;
 $video-thumbnail-width: 200px;
 
-$theater-bottom-space: 85px;
+$theater-bottom-space: 115px;
 
-$input-color: inherit;
+$input-background-color: $bg-color;
 $input-placeholder-color: #898989;
 
 /*** map theme ***/
@@ -58,6 +58,8 @@ $variables: (
   --mainHoverColor: var(--mainHoverColor),
   --mainBackgroundColor: var(--mainBackgroundColor),
   --mainForegroundColor: var(--mainForegroundColor),
+  --menuBackgroundColor: var(--menuBackgroundColor),
+  --menuForegroundColor: var(--menuForegroundColor),
   --submenuColor: var(--submenuColor),
   --inputColor: var(--inputColor),
   --inputPlaceholderColor: var(--inputPlaceholderColor)