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