From b0ae905e7b95a218d087d669c74d86a2679174ab Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 May 2018 11:24:42 +0200 Subject: Add support section in video channel about page --- .../video-channel-about.component.html | 18 +++++++++++++----- .../video-channel-about.component.scss | 10 +++++++--- 2 files changed, 20 insertions(+), 8 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html index 65ad6f541..a4338121f 100644 --- a/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html +++ b/client/src/app/+video-channels/video-channel-about/video-channel-about.component.html @@ -1,12 +1,20 @@
-
Description
-
{{ getVideoChannelDescription() }}
+
+
Description
+
{{ getVideoChannelDescription() }}
+
+ +
+
Support this channel
+
{{ videoChannel.support }}
+
-
Stats
- -
Created {{ videoChannel.createdAt | date }}
+
+
Stats
+
Created {{ videoChannel.createdAt | date }}
+
\ No newline at end of file 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 @@ @import '_variables'; @import '_mixins'; -.small-title { - @include in-content-small-title; +.block { + margin-bottom: 40px; - margin-bottom: 20px; + .small-title { + @include in-content-small-title; + + margin-bottom: 20px; + } } -- cgit v1.2.3