aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-19 11:43:35 +0100
committerChocobozzz <me@florianbigard.com>2021-01-19 16:36:20 +0100
commit1ef7f3230473c8a74032d269e027201c3a51974d (patch)
treebd75c8a8fb0cc77d637236462af4632bd5f6bc19 /client/src/app/+videos/+video-edit/shared
parent370240824e2fb28b314255f6c23f5ea7d6b08625 (diff)
downloadPeerTube-1ef7f3230473c8a74032d269e027201c3a51974d.tar.gz
PeerTube-1ef7f3230473c8a74032d269e027201c3a51974d.tar.zst
PeerTube-1ef7f3230473c8a74032d269e027201c3a51974d.zip
Cleanup update video button
Diffstat (limited to 'client/src/app/+videos/+video-edit/shared')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.scss18
1 files changed, 0 insertions, 18 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 c2fbb46f9..0b70b0270 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
@@ -126,24 +126,6 @@ my-peertube-checkbox {
126 color: pvar(--greyForegroundColor); 126 color: pvar(--greyForegroundColor);
127 font-size: 15px; 127 font-size: 15px;
128 } 128 }
129
130 .submit-button {
131 @include peertube-button;
132 @include orange-button;
133 @include button-with-icon(20px, 1px);
134
135 display: inline-block;
136
137 input {
138 cursor: inherit;
139 background-color: inherit;
140 border: none;
141 padding: 0;
142 outline: 0;
143 color: inherit;
144 font-weight: $font-semibold;
145 }
146 }
147} 129}
148 130
149p-calendar { 131p-calendar {