X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=130462b8911533edcdc0d171af67f99244bec7e2;hb=441e453ae53e491b09c9b09b00b041788176ce64;hp=56b1ff884c5c4b16648860d6fdfad698345a1eb1;hpb=cf78883c70dca99fc519374d55620d9403d482be;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 56b1ff884..130462b89 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -49,6 +49,7 @@ $menu-width: 240px; $menu-lateral-padding: 26px; $sub-menu-color: #F7F7F7; +$sub-menu-height: 81px; $footer-height: 30px; $footer-margin: 30px; @@ -56,7 +57,7 @@ $footer-margin: 30px; $separator-border-color: rgba(0, 0, 0, 0.10); $video-miniature-width: 238px; -$video-miniature-margin-bottom: 30px; +$video-miniature-margin-bottom: 15px; $video-thumbnail-height: 122px; $video-thumbnail-width: 223px; @@ -91,6 +92,7 @@ $variables: ( --secondaryColor: var(--secondaryColor), --greyForegroundColor: var(--greyForegroundColor), + --greyBackgroundColor: var(--greyBackgroundColor), --menuBackgroundColor: var(--menuBackgroundColor), --menuForegroundColor: var(--menuForegroundColor),