X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2F_variables.scss;h=5c06fae9d1b952a5340bd9fb64e114906141c558;hb=8ce9e815c8212647d702b94ca8633943d1aa663a;hp=1b91434ba2859191e2698b156c009b185377ab97;hpb=09223546a4d882a9dbfdbd95d551e48af7bee123;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss index 1b91434ba..5c06fae9d 100644 --- a/client/src/sass/_variables.scss +++ b/client/src/sass/_variables.scss @@ -3,13 +3,18 @@ $grey-color: #555; $black-background: #1d2125; $grey-background: #f6f2f2; +$menu-color-link: #9cabb8; +$menu-color-block: #686f77; + $header-height: 65px; $header-border-color: #e9eff6; -$video-miniature-title-color: #16a2b7; +$footer-border-color: $header-border-color; + $video-miniature-other-infos: #686767; $video-watch-border-color: #eceef4; $video-watch-title-height: 90px; -$video-watch-info-color: #8e909b; -$video-watch-info-height: 150px; +$video-watch-info-color: #9da0ae; +$video-watch-info-height: 120px; +$video-watch-info-padding-left: 40px;