]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/include/_variables.scss
Add service worker
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
CommitLineData
b33f657c
C
1$font-regular: 400;
2$font-semibold: 600;
3$font-bold: 700;
4
7b272fd7
C
5$grey-color: #E5E5E5;
6$grey-hoover-color: #EFEFEF;;
b33f657c 7$orange-color: #F1680D;
ce0e281d 8$orange-hoover-color: #F97D46;
09223546 9
b33f657c 10$black-background: #000;
383bfc83 11$grey-background: #f6f2f2;
a2b817d3 12$red-error: #FF0000;
383bfc83 13
c30745f3 14$expanded-horizontal-margins: 150px;
d178b5c1 15$not-expanded-horizontal-margins: 30px;
c30745f3 16
b33f657c
C
17$button-height: 30px;
18
b33f657c 19$header-height: 50px;
383bfc83 20$header-border-color: #e9eff6;
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 29$footer-border-color: $header-border-color;