aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/_variables.scss
blob: bb6799665ecf4268ddefcd8b8062eb56b02f22d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$grey-color: #555;

$black-background: #1d2125;
$grey-background: #f6f2f2;

$menu-color-link: #9cabb8;
$menu-color-block: #686f77;

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

$video-miniature-title-color: #16a2b7;
$video-miniature-other-infos: #686767;

$video-watch-border-color: #eceef4;
$video-watch-title-height: 90px;
$video-watch-info-color: #8e909b;
$video-watch-info-height: 120px;