]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/_variables.scss
Fix player control bar when video is not loaded
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
CommitLineData
b33f657c
C
1$font-regular: 400;
2$font-semibold: 600;
3$font-bold: 700;
4
09223546 5$grey-color: #555;
b33f657c 6$orange-color: #F1680D;
09223546 7
b33f657c 8$black-background: #000;
383bfc83
C
9$grey-background: #f6f2f2;
10
c30745f3 11$expanded-horizontal-margins: 150px;
d178b5c1 12$not-expanded-horizontal-margins: 30px;
c30745f3 13
b33f657c
C
14$button-height: 30px;
15
b33f657c 16$header-height: 50px;
383bfc83
C
17$header-border-color: #e9eff6;
18
26c6ee80
C
19$search-input-width: 375px;
20
21$menu-color: #fff;
22$menu-width: 240px;
23
efbf0ed7
C
24$footer-height: 30px;
25$footer-margin: 30px;
26
897ec54d
C
27$footer-border-color: $header-border-color;
28
383bfc83 29$video-miniature-other-infos: #686767;
09223546
C
30
31$video-watch-border-color: #eceef4;
32$video-watch-title-height: 90px;
8ce9e815 33$video-watch-info-color: #9da0ae;
ea9f487b 34$video-watch-info-height: 120px;
897ec54d 35$video-watch-info-padding-left: 40px;