aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-07 11:24:42 +0200
committerChocobozzz <me@florianbigard.com>2018-05-07 11:24:42 +0200
commitb0ae905e7b95a218d087d669c74d86a2679174ab (patch)
tree8c382e504fadf3ecb9504ac6abdac1fa905081ea /client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
parent95166f9aafa378a2d39fd76ef773f39dcb3f8b39 (diff)
downloadPeerTube-b0ae905e7b95a218d087d669c74d86a2679174ab.tar.gz
PeerTube-b0ae905e7b95a218d087d669c74d86a2679174ab.tar.zst
PeerTube-b0ae905e7b95a218d087d669c74d86a2679174ab.zip
Add support section in video channel about page
Diffstat (limited to 'client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss')
-rw-r--r--client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
index b1be7d4ed..5bcd4b561 100644
--- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
+++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss
@@ -1,8 +1,12 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4.small-title { 4.block {
5 @include in-content-small-title; 5 margin-bottom: 40px;
6 6
7 margin-bottom: 20px; 7 .small-title {
8 @include in-content-small-title;
9
10 margin-bottom: 20px;
11 }
8} 12}