aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-23 21:57:08 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 21:23:19 +0200
commit8ce9e815c8212647d702b94ca8633943d1aa663a (patch)
tree76bec30e63d3d8bbc34425d7bd28b7b53052f5ac /client/src/sass
parentb362290d40a93cf0f9746f9aeae4fe5457157a81 (diff)
downloadPeerTube-8ce9e815c8212647d702b94ca8633943d1aa663a.tar.gz
PeerTube-8ce9e815c8212647d702b94ca8633943d1aa663a.tar.zst
PeerTube-8ce9e815c8212647d702b94ca8633943d1aa663a.zip
Client: display video tags
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss
index 723b2bcc8..5c06fae9d 100644
--- a/client/src/sass/_variables.scss
+++ b/client/src/sass/_variables.scss
@@ -15,6 +15,6 @@ $video-miniature-other-infos: #686767;
15 15
16$video-watch-border-color: #eceef4; 16$video-watch-border-color: #eceef4;
17$video-watch-title-height: 90px; 17$video-watch-title-height: 90px;
18$video-watch-info-color: #8e909b; 18$video-watch-info-color: #9da0ae;
19$video-watch-info-height: 120px; 19$video-watch-info-height: 120px;
20$video-watch-info-padding-left: 40px; 20$video-watch-info-padding-left: 40px;