diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-14 14:05:36 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-03-18 11:17:59 +0100 |
commit | bce47964f6241ae56f61089d144b29eb9b5da6d3 (patch) | |
tree | cad0a5ef17bc7851d483969453f7b8c2e6edad57 /client/src/sass/include | |
parent | 2a10aab3d7634a252a2acc946974df903e6025be (diff) | |
download | PeerTube-bce47964f6241ae56f61089d144b29eb9b5da6d3.tar.gz PeerTube-bce47964f6241ae56f61089d144b29eb9b5da6d3.tar.zst PeerTube-bce47964f6241ae56f61089d144b29eb9b5da6d3.zip |
Add video channel view
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 deabbf6d4..b8eb06f2c 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -54,6 +54,8 @@ $theater-bottom-space: 115px; | |||
54 | $input-background-color: $bg-color; | 54 | $input-background-color: $bg-color; |
55 | $input-placeholder-color: #898989; | 55 | $input-placeholder-color: #898989; |
56 | 56 | ||
57 | $sub-menu-margin-bottom: 30px; | ||
58 | |||
57 | /*** map theme ***/ | 59 | /*** map theme ***/ |
58 | 60 | ||
59 | // pass variables into a sass map, | 61 | // pass variables into a sass map, |