]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/include/_variables.scss
Customize checkboxs
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
1 $font-regular: 400;
2 $font-semibold: 600;
3 $font-bold: 700;
4
5 $grey-color: #E5E5E5;
6 $grey-hoover-color: #EFEFEF;;
7 $orange-color: #F1680D;
8 $orange-hoover-color: #F97D46;
9
10 $black-background: #000;
11 $grey-background: #f6f2f2;
12 $red-error: #FF0000;
13
14 $expanded-horizontal-margins: 150px;
15 $not-expanded-horizontal-margins: 30px;
16
17 $button-height: 30px;
18
19 $header-height: 50px;
20 $header-border-color: #e9eff6;
21 $search-input-width: 375px;
22
23 $menu-color: #fff;
24 $menu-width: 240px;
25
26 $footer-height: 30px;
27 $footer-margin: 30px;
28
29 $footer-border-color: $header-border-color;