aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-edit/shared/video-edit.component.scss')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss
index 7add71886..770a0f585 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss
@@ -1,12 +1,6 @@
1@use '_variables' as *; 1@use '_variables' as *;
2@use '_mixins' as *; 2@use '_mixins' as *;
3 3
4label,
5my-dynamic-form-field ::ng-deep label {
6 font-weight: $font-regular;
7 font-size: 100%;
8}
9
10.peertube-select-container { 4.peertube-select-container {
11 @include peertube-select-container(auto); 5 @include peertube-select-container(auto);
12} 6}
@@ -37,10 +31,6 @@ my-peertube-checkbox {
37 @include peertube-input-text(100%); 31 @include peertube-input-text(100%);
38 display: block; 32 display: block;
39 } 33 }
40
41 .label-tags + span {
42 font-size: 15px;
43 }
44} 34}
45 35
46.captions-header { 36.captions-header {
@@ -71,7 +61,6 @@ my-peertube-checkbox {
71 .caption-entry-label { 61 .caption-entry-label {
72 @include margin-right(20px); 62 @include margin-right(20px);
73 63
74 font-size: 15px;
75 font-weight: bold; 64 font-weight: bold;
76 width: 150px; 65 width: 150px;
77 } 66 }
@@ -100,7 +89,6 @@ my-peertube-checkbox {
100 89
101.no-caption { 90.no-caption {
102 text-align: center; 91 text-align: center;
103 font-size: 15px;
104} 92}
105 93
106.submit-container { 94.submit-container {
@@ -111,7 +99,6 @@ my-peertube-checkbox {
111 99
112 display: inline-block; 100 display: inline-block;
113 color: pvar(--greyForegroundColor); 101 color: pvar(--greyForegroundColor);
114 font-size: 15px;
115 } 102 }
116} 103}
117 104