diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-23 22:13:58 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5 (patch) | |
tree | 9c3749da7bb471ca4ac4e4b256e1863f200e3eb7 /client/src/sass/_variables.scss | |
parent | 8ce9e815c8212647d702b94ca8633943d1aa663a (diff) | |
download | PeerTube-efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5.tar.gz PeerTube-efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5.tar.zst PeerTube-efbf0ed7f2a5d01fbcacc26dae1ff254c46b0ce5.zip |
Client: adjust viewport height
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss index 5c06fae9d..f0ffb43ba 100644 --- a/client/src/sass/_variables.scss +++ b/client/src/sass/_variables.scss | |||
@@ -9,6 +9,9 @@ $menu-color-block: #686f77; | |||
9 | $header-height: 65px; | 9 | $header-height: 65px; |
10 | $header-border-color: #e9eff6; | 10 | $header-border-color: #e9eff6; |
11 | 11 | ||
12 | $footer-height: 30px; | ||
13 | $footer-margin: 30px; | ||
14 | |||
12 | $footer-border-color: $header-border-color; | 15 | $footer-border-color: $header-border-color; |
13 | 16 | ||
14 | $video-miniature-other-infos: #686767; | 17 | $video-miniature-other-infos: #686767; |