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