]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/_variables.scss
Begin new menu design
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
1 $font-regular: 400;
2 $font-semibold: 600;
3 $font-bold: 700;
4
5 $grey-color: #555;
6 $orange-color: #F1680D;
7
8 $black-background: #000;
9 $grey-background: #f6f2f2;
10
11 $button-height: 30px;
12
13 $menu-color: #fff;
14 $menu-width: 240px;
15
16 $header-height: 50px;
17 $header-border-color: #e9eff6;
18
19 $footer-height: 30px;
20 $footer-margin: 30px;
21
22 $footer-border-color: $header-border-color;
23
24 $video-miniature-other-infos: #686767;
25
26 $video-watch-border-color: #eceef4;
27 $video-watch-title-height: 90px;
28 $video-watch-info-color: #9da0ae;
29 $video-watch-info-height: 120px;
30 $video-watch-info-padding-left: 40px;