]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/_variables.scss
Client: fixed header and menu
[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
12$video-miniature-title-color: #16a2b7;
13$video-miniature-other-infos: #686767;
09223546
C
14
15$video-watch-border-color: #eceef4;
16$video-watch-title-height: 90px;
17$video-watch-info-color: #8e909b;
ea9f487b 18$video-watch-info-height: 120px;