]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/_variables.scss
Client: beautiful watch page
[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-border-color: $header-border-color;
13
14 $video-miniature-other-infos: #686767;
15
16 $video-watch-border-color: #eceef4;
17 $video-watch-title-height: 90px;
18 $video-watch-info-color: #8e909b;
19 $video-watch-info-height: 120px;
20 $video-watch-info-padding-left: 40px;