]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/include/_variables.scss
7fd178c3b9b3a2378dc1dd79d9afe5b958591241
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
1 $main-fonts: 'Source Sans Pro', sans-serif;
2 $font-regular: 400;
3 $font-semibold: 600;
4 $font-bold: 700;
5
6 $grey-color: #E5E5E5;
7 $grey-hoover-color: #EFEFEF;;
8 $orange-color: #F1680D;
9 $orange-hoover-color: #F97D46;
10
11 $black-background: #000;
12 $grey-background: #f6f2f2;
13 $bg-color: #fff;
14 $fg-color: #000;
15
16 $red: #FF0000;
17 $green: #39CC0B;
18
19 $grey-actor-name: #777272;
20
21 $expanded-horizontal-margins: 150px;
22 $not-expanded-horizontal-margins: 30px;
23
24 $button-height: 30px;
25
26 $header-height: 50px;
27 $header-border-color: #e9eff6;
28 $search-input-width: 375px;
29
30 $menu-color: #fff;
31 $menu-bottom-color: #C6C6C6;
32 $menu-width: 240px;
33 $menu-left-padding: 26px;
34
35 $footer-height: 30px;
36 $footer-margin: 30px;
37
38 $footer-border-color: $header-border-color;
39
40 $video-thumbnail-height: 110px;
41 $video-thumbnail-width: 200px;
42
43 $theater-bottom-space: 85px;