diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 09:20:19 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 10:55:56 +0100 |
commit | b33f657c304b77938c1f68164d8e754787f5aae5 (patch) | |
tree | 93c47cfff0124a1084e7c5344969a82ed60ee926 /client/src/sass/_variables.scss | |
parent | fef2c7164e025b12a64185dbab058ef4129733c6 (diff) | |
download | PeerTube-b33f657c304b77938c1f68164d8e754787f5aae5.tar.gz PeerTube-b33f657c304b77938c1f68164d8e754787f5aae5.tar.zst PeerTube-b33f657c304b77938c1f68164d8e754787f5aae5.zip |
Begin new menu design
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss index f0ffb43ba..640746722 100644 --- a/client/src/sass/_variables.scss +++ b/client/src/sass/_variables.scss | |||
@@ -1,12 +1,19 @@ | |||
1 | $font-regular: 400; | ||
2 | $font-semibold: 600; | ||
3 | $font-bold: 700; | ||
4 | |||
1 | $grey-color: #555; | 5 | $grey-color: #555; |
6 | $orange-color: #F1680D; | ||
2 | 7 | ||
3 | $black-background: #1d2125; | 8 | $black-background: #000; |
4 | $grey-background: #f6f2f2; | 9 | $grey-background: #f6f2f2; |
5 | 10 | ||
6 | $menu-color-link: #9cabb8; | 11 | $button-height: 30px; |
7 | $menu-color-block: #686f77; | 12 | |
13 | $menu-color: #fff; | ||
14 | $menu-width: 240px; | ||
8 | 15 | ||
9 | $header-height: 65px; | 16 | $header-height: 50px; |
10 | $header-border-color: #e9eff6; | 17 | $header-border-color: #e9eff6; |
11 | 18 | ||
12 | $footer-height: 30px; | 19 | $footer-height: 30px; |