aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r--client/src/sass/_variables.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss
index bb6799665..723b2bcc8 100644
--- a/client/src/sass/_variables.scss
+++ b/client/src/sass/_variables.scss
@@ -9,10 +9,12 @@ $menu-color-block: #686f77;
9$header-height: 65px; 9$header-height: 65px;
10$header-border-color: #e9eff6; 10$header-border-color: #e9eff6;
11 11
12$video-miniature-title-color: #16a2b7; 12$footer-border-color: $header-border-color;
13
13$video-miniature-other-infos: #686767; 14$video-miniature-other-infos: #686767;
14 15
15$video-watch-border-color: #eceef4; 16$video-watch-border-color: #eceef4;
16$video-watch-title-height: 90px; 17$video-watch-title-height: 90px;
17$video-watch-info-color: #8e909b; 18$video-watch-info-color: #8e909b;
18$video-watch-info-height: 120px; 19$video-watch-info-height: 120px;
20$video-watch-info-padding-left: 40px;