aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/reset-password/reset-password.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/reset-password/reset-password.component.scss')
-rw-r--r--client/src/app/reset-password/reset-password.component.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/client/src/app/reset-password/reset-password.component.scss b/client/src/app/reset-password/reset-password.component.scss
deleted file mode 100644
index efec6b706..000000000
--- a/client/src/app/reset-password/reset-password.component.scss
+++ /dev/null
@@ -1,12 +0,0 @@
1@import '_variables';
2@import '_mixins';
3
4input:not([type=submit]) {
5 @include peertube-input-text(340px);
6 display: block;
7}
8
9input[type=submit] {
10 @include peertube-button;
11 @include orange-button;
12}