aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/signup/signup.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-05 16:48:26 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-05 16:48:26 +0100
commitd235f6b0d1054a2a3451dacade927caefce8f30c (patch)
treedd6377523df36fd7c308e39f59724981fdb6f831 /client/src/app/signup/signup.component.scss
parent35fb2b68ff9cd9b755dae6f073c32a97dc237e35 (diff)
downloadPeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.tar.gz
PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.tar.zst
PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.zip
Design signup and login pages
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}