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.scss26
1 files changed, 9 insertions, 17 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 44ebb13f4..6e80f8c76 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
@@ -1,14 +1,10 @@
1@use '_mixins' as *; 1@use '_mixins' as *;
2@use '_variables' as *; 2@use '_variables' as *;
3 3
4my-input-toggle-hidden { 4my-input-text {
5 width: 100%; 5 width: 100%;
6} 6}
7 7
8.title-page.title-page-single {
9 margin-top: 0;
10}
11
12.playlist { 8.playlist {
13 margin-bottom: 50px; 9 margin-bottom: 50px;
14} 10}
@@ -34,6 +30,10 @@ my-input-toggle-hidden {
34 margin-top: 20px; 30 margin-top: 20px;
35} 31}
36 32
33.alert-private {
34 margin-top: 0;
35}
36
37.filters { 37.filters {
38 margin-top: 30px; 38 margin-top: 30px;
39 39
@@ -46,20 +46,8 @@ my-input-toggle-hidden {
46 justify-content: center; 46 justify-content: center;
47 align-items: center; 47 align-items: center;
48 margin-top: 20px; 48 margin-top: 20px;
49 font-size: 16px;
50 font-weight: $font-semibold; 49 font-weight: $font-semibold;
51 cursor: pointer; 50 cursor: pointer;
52
53 .glyphicon {
54 @include margin-right(5px);
55 }
56 }
57
58 .form-group {
59 margin-bottom: 0;
60 height: 34px;
61 display: flex;
62 align-items: center;
63 } 51 }
64 52
65 .video-caption-block { 53 .video-caption-block {
@@ -88,3 +76,7 @@ my-input-toggle-hidden {
88 align-items: center; 76 align-items: center;
89 justify-content: space-between; 77 justify-content: space-between;
90} 78}
79
80h5 {
81 font-size: 1.15rem;
82}