diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-28 13:59:48 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-28 15:53:12 +0200 |
commit | 8afc19a6121569da054462c7cb351a3f13030a32 (patch) | |
tree | 6dba42963681062536e635dd3ca401e1c7b0ca9f /client/src/sass/include | |
parent | 3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a (diff) | |
download | PeerTube-8afc19a6121569da054462c7cb351a3f13030a32.tar.gz PeerTube-8afc19a6121569da054462c7cb351a3f13030a32.tar.zst PeerTube-8afc19a6121569da054462c7cb351a3f13030a32.zip |
Add ability to choose the language
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 092f8ed24..f1f755126 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -22,7 +22,9 @@ $header-border-color: #e9eff6; | |||
22 | $search-input-width: 375px; | 22 | $search-input-width: 375px; |
23 | 23 | ||
24 | $menu-color: #fff; | 24 | $menu-color: #fff; |
25 | $menu-bottom-color: #C6C6C6; | ||
25 | $menu-width: 240px; | 26 | $menu-width: 240px; |
27 | $menu-left-padding: 26px; | ||
26 | 28 | ||
27 | $footer-height: 30px; | 29 | $footer-height: 30px; |
28 | $footer-margin: 30px; | 30 | $footer-margin: 30px; |