X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=130462b8911533edcdc0d171af67f99244bec7e2;hb=441e453ae53e491b09c9b09b00b041788176ce64;hp=11561e268bdf4ee3f45030ad14cdf77d086dbe65;hpb=c123027fd962a14433a325f85d2734b94a4df3ae;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 11561e268..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,10 +57,9 @@ $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; -$video-thumbnail-ratio: $video-thumbnail-width / $video-thumbnail-height; $theater-bottom-space: 115px; @@ -92,6 +92,7 @@ $variables: ( --secondaryColor: var(--secondaryColor), --greyForegroundColor: var(--greyForegroundColor), + --greyBackgroundColor: var(--greyBackgroundColor), --menuBackgroundColor: var(--menuBackgroundColor), --menuForegroundColor: var(--menuForegroundColor), @@ -116,7 +117,7 @@ $variables: ( --embedBigPlayBackgroundColor: var(--embedBigPlayBackgroundColor) ); -@function var($variable) { +@function pvar($variable) { @return map-get($variables, $variable); }