]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/_variables.scss
Design other videos in watch video page
[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;
ce0e281d 7$orange-hoover-color: #F97D46;
09223546 8
b33f657c 9$black-background: #000;
383bfc83 10$grey-background: #f6f2f2;
a2b817d3 11$red-error: #FF0000;
383bfc83 12
c30745f3 13$expanded-horizontal-margins: 150px;
d178b5c1 14$not-expanded-horizontal-margins: 30px;
c30745f3 15
b33f657c
C
16$button-height: 30px;
17
b33f657c 18$header-height: 50px;
383bfc83
C
19$header-border-color: #e9eff6;
20
26c6ee80
C
21$search-input-width: 375px;
22
23$menu-color: #fff;
24$menu-width: 240px;
25
efbf0ed7
C
26$footer-height: 30px;
27$footer-margin: 30px;
28
897ec54d
C
29$footer-border-color: $header-border-color;
30
383bfc83 31$video-miniature-other-infos: #686767;
09223546
C
32
33$video-watch-border-color: #eceef4;
34$video-watch-title-height: 90px;
8ce9e815 35$video-watch-info-color: #9da0ae;
ea9f487b 36$video-watch-info-height: 120px;
897ec54d 37$video-watch-info-padding-left: 40px;