diff options
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss index f0ffb43ba..640746722 100644 --- a/client/src/sass/_variables.scss +++ b/client/src/sass/_variables.scss | |||
@@ -1,12 +1,19 @@ | |||
1 | $font-regular: 400; | ||
2 | $font-semibold: 600; | ||
3 | $font-bold: 700; | ||
4 | |||
1 | $grey-color: #555; | 5 | $grey-color: #555; |
6 | $orange-color: #F1680D; | ||
2 | 7 | ||
3 | $black-background: #1d2125; | 8 | $black-background: #000; |
4 | $grey-background: #f6f2f2; | 9 | $grey-background: #f6f2f2; |
5 | 10 | ||
6 | $menu-color-link: #9cabb8; | 11 | $button-height: 30px; |
7 | $menu-color-block: #686f77; | 12 | |
13 | $menu-color: #fff; | ||
14 | $menu-width: 240px; | ||
8 | 15 | ||
9 | $header-height: 65px; | 16 | $header-height: 50px; |
10 | $header-border-color: #e9eff6; | 17 | $header-border-color: #e9eff6; |
11 | 18 | ||
12 | $footer-height: 30px; | 19 | $footer-height: 30px; |