From c29039e7c070b23db5aeb52be6902d271f7dcfe6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Oct 2020 15:03:46 +0100 Subject: [PATCH] Add warning below live stream key field --- .../modals/live-stream-information.component.html | 2 ++ .../+videos/+video-edit/shared/video-edit.component.html | 2 ++ client/src/sass/application.scss | 7 +++++++ 3 files changed, 11 insertions(+) diff --git a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html index 5e2323b91..2e65e1de9 100644 --- a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html +++ b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html @@ -14,6 +14,8 @@
+ +
⚠️ Never share your stream key with anyone.
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html index d9e09c453..705d6e71a 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html @@ -210,6 +210,8 @@
+ +
⚠️ Never share your stream key with anyone.
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 351676a38..1456eac6f 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -323,6 +323,13 @@ table { } } +.form-group-description { + @extend .text-muted; + + font-size: 90%; + margin-top: 10px; +} + @media screen and (max-width: #{breakpoint(xxl)}) { .main-col { &.expanded { -- 2.41.0