From b13a0a48bacb53e65e665774e621326452045294 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Jun 2022 14:43:33 +0200 Subject: Move alert into to pt-alert-primary --- .../shared/shared-main/misc/channels-setup-message.component.html | 2 +- .../shared/shared-video-live/live-documentation-link.component.html | 6 +++--- .../shared/shared-video-live/live-stream-information.component.html | 2 +- .../shared/shared-video-live/live-stream-information.component.scss | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/shared-main/misc/channels-setup-message.component.html b/client/src/app/shared/shared-main/misc/channels-setup-message.component.html index 3fe888a35..539df06bd 100644 --- a/client/src/app/shared/shared-main/misc/channels-setup-message.component.html +++ b/client/src/app/shared/shared-main/misc/channels-setup-message.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/client/src/app/shared/shared-video-live/live-documentation-link.component.html b/client/src/app/shared/shared-video-live/live-documentation-link.component.html index acf8a71eb..27248645f 100644 --- a/client/src/app/shared/shared-video-live/live-documentation-link.component.html +++ b/client/src/app/shared/shared-video-live/live-documentation-link.component.html @@ -1,4 +1,4 @@ -
- See the documentation +

+ See the documentation to learn how to use the PeerTube live streaming feature. -

+

diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html index 6505e50e2..99c7dbd4c 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.html +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html @@ -11,7 +11,7 @@
Replay will be saved
-
+
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 fc0b1cea2..a0cb30897 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 @@ -9,7 +9,7 @@ p-autocomplete { margin: 20px 0; } -.alert-info { +.pt-alert-primary { margin: 1rem 0; } -- cgit v1.2.3