]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/_variables.scss
Add account avatar
[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
C
11$expanded-horizontal-margins: 150px;
12
b33f657c
C
13$button-height: 30px;
14
b33f657c 15$header-height: 50px;
383bfc83
C
16$header-border-color: #e9eff6;
17
26c6ee80
C
18$search-input-width: 375px;
19
20$menu-color: #fff;
21$menu-width: 240px;
22
efbf0ed7
C
23$footer-height: 30px;
24$footer-margin: 30px;
25
897ec54d
C
26$footer-border-color: $header-border-color;
27
383bfc83 28$video-miniature-other-infos: #686767;
09223546
C
29
30$video-watch-border-color: #eceef4;
31$video-watch-title-height: 90px;
8ce9e815 32$video-watch-info-color: #9da0ae;
ea9f487b 33$video-watch-info-height: 120px;
897ec54d 34$video-watch-info-padding-left: 40px;