diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-05 16:48:26 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-05 16:48:26 +0100 |
commit | d235f6b0d1054a2a3451dacade927caefce8f30c (patch) | |
tree | dd6377523df36fd7c308e39f59724981fdb6f831 /client/src/app/signup/signup.component.scss | |
parent | 35fb2b68ff9cd9b755dae6f073c32a97dc237e35 (diff) | |
download | PeerTube-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.scss | 8 |
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 @@ | |||
1 | input:not([type=submit]) { | ||
2 | @include peertube-input-text(340px); | ||
3 | display: block; | ||
4 | } | ||
5 | |||
6 | input[type=submit] { | ||
7 | @include peertube-button; | ||
8 | } | ||