X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=b8eb06f2ce95c2e51f05c585320745391836237d;hb=8137c8b9862689789c023b0f50dcd09ba27db13a;hp=3514bdb9baca63d123dad981f1f48cf0891a03cb;hpb=35c29307767ac773eaab5054071c7df0555effcb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 3514bdb9b..b8eb06f2c 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -6,10 +6,13 @@ $font-regular: 400; $font-semibold: 600; $font-bold: 700; -$grey-color: #E5E5E5; -$grey-hoover-color: #EFEFEF;; +$grey-background-color: #E5E5E5; +$grey-background-hover-color: #EFEFEF; +$grey-foreground-color: #585858; +$grey-foreground-hover-color: #303030; + $orange-color: #F1680D; -$orange-hoover-color: #F97D46; +$orange-hover-color: #F97D46; $bg-color: #fff; $fg-color: #000; @@ -41,14 +44,18 @@ $footer-margin: 30px; $footer-border-color: $header-border-color; -$video-thumbnail-height: 110px; -$video-thumbnail-width: 200px; +$separator-border-color: rgba(0, 0, 0, 0.10); + +$video-thumbnail-height: 122px; +$video-thumbnail-width: 223px; $theater-bottom-space: 115px; $input-background-color: $bg-color; $input-placeholder-color: #898989; +$sub-menu-margin-bottom: 30px; + /*** map theme ***/ // pass variables into a sass map, @@ -58,6 +65,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)