X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=fdf33b12a9b36ec0181998df2b2950754d695338;hb=017c3dcadf71aef4c1a854e4867b77931747f06e;hp=6ea48f80019640295d2892d57c12f9a8ba388ebd;hpb=db6d617dd2e578894661e57dafe02194e2b28f16;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 6ea48f800..fdf33b12a 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -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,7 +44,7 @@ $footer-border-color: $header-border-color; $video-thumbnail-height: 110px; $video-thumbnail-width: 200px; -$theater-bottom-space: 85px; +$theater-bottom-space: 115px; $input-background-color: $bg-color; $input-placeholder-color: #898989; @@ -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)