]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/sass/_variables.scss
Add hover effect to buttons
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
... / ...
CommitLineData
1$font-regular: 400;
2$font-semibold: 600;
3$font-bold: 700;
4
5$grey-color: #555;
6$orange-color: #F1680D;
7
8$black-background: #000;
9$grey-background: #f6f2f2;
10$red-error: #FF0000;
11
12$expanded-horizontal-margins: 150px;
13$not-expanded-horizontal-margins: 30px;
14
15$button-height: 30px;
16
17$header-height: 50px;
18$header-border-color: #e9eff6;
19
20$search-input-width: 375px;
21
22$menu-color: #fff;
23$menu-width: 240px;
24
25$footer-height: 30px;
26$footer-margin: 30px;
27
28$footer-border-color: $header-border-color;
29
30$video-miniature-other-infos: #686767;
31
32$video-watch-border-color: #eceef4;
33$video-watch-title-height: 90px;
34$video-watch-info-color: #9da0ae;
35$video-watch-info-height: 120px;
36$video-watch-info-padding-left: 40px;