aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_variables.scss
blob: f1f7551264508849e215ce9e62418df5a97c7cb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$main-fonts: 'Source Sans Pro', sans-serif;
$font-regular: 400;
$font-semibold: 600;
$font-bold: 700;

$grey-color: #E5E5E5;
$grey-hoover-color: #EFEFEF;;
$orange-color: #F1680D;
$orange-hoover-color: #F97D46;

$black-background: #000;
$grey-background: #f6f2f2;
$red-error: #FF0000;

$expanded-horizontal-margins: 150px;
$not-expanded-horizontal-margins: 30px;

$button-height: 30px;

$header-height: 50px;
$header-border-color: #e9eff6;
$search-input-width: 375px;

$menu-color: #fff;
$menu-bottom-color: #C6C6C6;
$menu-width: 240px;
$menu-left-padding: 26px;

$footer-height: 30px;
$footer-margin: 30px;

$footer-border-color: $header-border-color;

$video-thumbnail-height: 110px;
$video-thumbnail-width: 200px;

$theater-bottom-space: 85px;