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