aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-share-modal/video-share.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-share-modal/video-share.component.scss')
-rw-r--r--client/src/app/shared/shared-share-modal/video-share.component.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.scss b/client/src/app/shared/shared-share-modal/video-share.component.scss
index 98aab8fe8..ac3b841da 100644
--- a/client/src/app/shared/shared-share-modal/video-share.component.scss
+++ b/client/src/app/shared/shared-share-modal/video-share.component.scss
@@ -81,3 +81,9 @@ my-input-toggle-hidden {
81 } 81 }
82 } 82 }
83} 83}
84
85.alert-private {
86 display: flex;
87 align-items: center;
88 justify-content: space-between;
89}