]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/_variables.scss
Add account avatar
[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 $expanded-horizontal-margins: 150px;
12
13 $button-height: 30px;
14
15 $header-height: 50px;
16 $header-border-color: #e9eff6;
17
18 $search-input-width: 375px;
19
20 $menu-color: #fff;
21 $menu-width: 240px;
22
23 $footer-height: 30px;
24 $footer-margin: 30px;
25
26 $footer-border-color: $header-border-color;
27
28 $video-miniature-other-infos: #686767;
29
30 $video-watch-border-color: #eceef4;
31 $video-watch-title-height: 90px;
32 $video-watch-info-color: #9da0ae;
33 $video-watch-info-height: 120px;
34 $video-watch-info-padding-left: 40px;