aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/_variables.scss
blob: 640746722f35eb0a0b2e9f91206b855b794470ff (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
$font-regular: 400;
$font-semibold: 600;
$font-bold: 700;

$grey-color: #555;
$orange-color: #F1680D;

$black-background: #000;
$grey-background: #f6f2f2;

$button-height: 30px;

$menu-color: #fff;
$menu-width: 240px;

$header-height: 50px;
$header-border-color: #e9eff6;

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

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

$video-miniature-other-infos: #686767;

$video-watch-border-color: #eceef4;
$video-watch-title-height: 90px;
$video-watch-info-color: #9da0ae;
$video-watch-info-height: 120px;
$video-watch-info-padding-left: 40px;