diff options
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss deleted file mode 100644 index 0d310409b..000000000 --- a/client/src/sass/_variables.scss +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | $font-regular: 400; | ||
2 | $font-semibold: 600; | ||
3 | $font-bold: 700; | ||
4 | |||
5 | $grey-color: #E5E5E5; | ||
6 | $grey-hoover-color: #EFEFEF;; | ||
7 | $orange-color: #F1680D; | ||
8 | $orange-hoover-color: #F97D46; | ||
9 | |||
10 | $black-background: #000; | ||
11 | $grey-background: #f6f2f2; | ||
12 | $red-error: #FF0000; | ||
13 | |||
14 | $expanded-horizontal-margins: 150px; | ||
15 | $not-expanded-horizontal-margins: 30px; | ||
16 | |||
17 | $button-height: 30px; | ||
18 | |||
19 | $header-height: 50px; | ||
20 | $header-border-color: #e9eff6; | ||
21 | $search-input-width: 375px; | ||
22 | |||
23 | $menu-color: #fff; | ||
24 | $menu-width: 240px; | ||
25 | |||
26 | $footer-height: 30px; | ||
27 | $footer-margin: 30px; | ||
28 | |||
29 | $footer-border-color: $header-border-color; | ||