]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/sass/include/_variables.scss
Fix glitch when updating player volume
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
... / ...
CommitLineData
1$main-fonts: 'Source Sans Pro', sans-serif;
2$font-regular: 400;
3$font-semibold: 600;
4$font-bold: 700;
5
6$grey-color: #E5E5E5;
7$grey-hoover-color: #EFEFEF;;
8$orange-color: #F1680D;
9$orange-hoover-color: #F97D46;
10
11$black-background: #000;
12$grey-background: #f6f2f2;
13$red-error: #FF0000;
14
15$expanded-horizontal-margins: 150px;
16$not-expanded-horizontal-margins: 30px;
17
18$button-height: 30px;
19
20$header-height: 50px;
21$header-border-color: #e9eff6;
22$search-input-width: 375px;
23
24$menu-color: #fff;
25$menu-width: 240px;
26
27$footer-height: 30px;
28$footer-margin: 30px;
29
30$footer-border-color: $header-border-color;
31
32$video-thumbnail-height: 110px;
33$video-thumbnail-width: 200px;
34
35$theater-bottom-space: 85px;