]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/_variables.scss
Client: adjust viewport height
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
1 $grey-color: #555;
2
3 $black-background: #1d2125;
4 $grey-background: #f6f2f2;
5
6 $menu-color-link: #9cabb8;
7 $menu-color-block: #686f77;
8
9 $header-height: 65px;
10 $header-border-color: #e9eff6;
11
12 $footer-height: 30px;
13 $footer-margin: 30px;
14
15 $footer-border-color: $header-border-color;
16
17 $video-miniature-other-infos: #686767;
18
19 $video-watch-border-color: #eceef4;
20 $video-watch-title-height: 90px;
21 $video-watch-info-color: #9da0ae;
22 $video-watch-info-height: 120px;
23 $video-watch-info-padding-left: 40px;