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