aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-live/live-stream-information.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-04 09:24:14 +0100
committerChocobozzz <me@florianbigard.com>2020-12-04 09:24:14 +0100
commit312644ce3a59fcc10cc08d422081ebacfa14eec7 (patch)
treeddc365e65df3dca0e278e770cd5521f3f61a3111 /client/src/app/shared/shared-video-live/live-stream-information.component.scss
parente26dc0cdbda13f8b65ab2be3a0e13e7ef5c4b98c (diff)
downloadPeerTube-312644ce3a59fcc10cc08d422081ebacfa14eec7.tar.gz
PeerTube-312644ce3a59fcc10cc08d422081ebacfa14eec7.tar.zst
PeerTube-312644ce3a59fcc10cc08d422081ebacfa14eec7.zip
Add badge for permanent live in live info modal
Diffstat (limited to 'client/src/app/shared/shared-video-live/live-stream-information.component.scss')
-rw-r--r--client/src/app/shared/shared-video-live/live-stream-information.component.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.scss b/client/src/app/shared/shared-video-live/live-stream-information.component.scss
index a79fec179..00d839448 100644
--- a/client/src/app/shared/shared-video-live/live-stream-information.component.scss
+++ b/client/src/app/shared/shared-video-live/live-stream-information.component.scss
@@ -7,4 +7,8 @@ p-autocomplete {
7 7
8.form-group { 8.form-group {
9 margin: 20px 0; 9 margin: 20px 0;
10} \ No newline at end of file 10}
11
12.badge {
13 font-size: 13px;
14}