]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/_variables.scss
Client: beautiful watch page
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
CommitLineData
09223546
C
1$grey-color: #555;
2
383bfc83
C
3$black-background: #1d2125;
4$grey-background: #f6f2f2;
5
6562f1f7
C
6$menu-color-link: #9cabb8;
7$menu-color-block: #686f77;
8
09223546 9$header-height: 65px;
383bfc83
C
10$header-border-color: #e9eff6;
11
897ec54d
C
12$footer-border-color: $header-border-color;
13
383bfc83 14$video-miniature-other-infos: #686767;
09223546
C
15
16$video-watch-border-color: #eceef4;
17$video-watch-title-height: 90px;
18$video-watch-info-color: #8e909b;
ea9f487b 19$video-watch-info-height: 120px;
897ec54d 20$video-watch-info-padding-left: 40px;