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