diff options
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss index cc1cee75b..0d310409b 100644 --- a/client/src/sass/_variables.scss +++ b/client/src/sass/_variables.scss | |||
@@ -2,7 +2,8 @@ $font-regular: 400; | |||
2 | $font-semibold: 600; | 2 | $font-semibold: 600; |
3 | $font-bold: 700; | 3 | $font-bold: 700; |
4 | 4 | ||
5 | $grey-color: #555; | 5 | $grey-color: #E5E5E5; |
6 | $grey-hoover-color: #EFEFEF;; | ||
6 | $orange-color: #F1680D; | 7 | $orange-color: #F1680D; |
7 | $orange-hoover-color: #F97D46; | 8 | $orange-hoover-color: #F97D46; |
8 | 9 | ||
@@ -17,7 +18,6 @@ $button-height: 30px; | |||
17 | 18 | ||
18 | $header-height: 50px; | 19 | $header-height: 50px; |
19 | $header-border-color: #e9eff6; | 20 | $header-border-color: #e9eff6; |
20 | |||
21 | $search-input-width: 375px; | 21 | $search-input-width: 375px; |
22 | 22 | ||
23 | $menu-color: #fff; | 23 | $menu-color: #fff; |
@@ -27,11 +27,3 @@ $footer-height: 30px; | |||
27 | $footer-margin: 30px; | 27 | $footer-margin: 30px; |
28 | 28 | ||
29 | $footer-border-color: $header-border-color; | 29 | $footer-border-color: $header-border-color; |
30 | |||
31 | $video-miniature-other-infos: #686767; | ||
32 | |||
33 | $video-watch-border-color: #eceef4; | ||
34 | $video-watch-title-height: 90px; | ||
35 | $video-watch-info-color: #9da0ae; | ||
36 | $video-watch-info-height: 120px; | ||
37 | $video-watch-info-padding-left: 40px; | ||