diff options
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss index be57db304..1b91434ba 100644 --- a/client/src/sass/_variables.scss +++ b/client/src/sass/_variables.scss | |||
@@ -1,8 +1,15 @@ | |||
1 | $grey-color: #555; | ||
2 | |||
1 | $black-background: #1d2125; | 3 | $black-background: #1d2125; |
2 | $grey-background: #f6f2f2; | 4 | $grey-background: #f6f2f2; |
3 | 5 | ||
4 | $header-height: 60px; | 6 | $header-height: 65px; |
5 | $header-border-color: #e9eff6; | 7 | $header-border-color: #e9eff6; |
6 | 8 | ||
7 | $video-miniature-title-color: #16a2b7; | 9 | $video-miniature-title-color: #16a2b7; |
8 | $video-miniature-other-infos: #686767; | 10 | $video-miniature-other-infos: #686767; |
11 | |||
12 | $video-watch-border-color: #eceef4; | ||
13 | $video-watch-title-height: 90px; | ||
14 | $video-watch-info-color: #8e909b; | ||
15 | $video-watch-info-height: 150px; | ||