aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_variables.scss')
-rw-r--r--client/src/sass/include/_variables.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
new file mode 100644
index 000000000..0d310409b
--- /dev/null
+++ b/client/src/sass/include/_variables.scss
@@ -0,0 +1,29 @@
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;