Signup steps with validation

This commit is contained in:
2020-12-02 20:46:46 +01:00
parent 7aadb5cb51
commit 9cebfd3f58
8 changed files with 175 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
form {
.field_with_errors {
display: inline-block;
}
}
.layout-signup {
label {
display: none;
}
input[type=text], input[type=email], input[type=password] {
font-size: 1.25rem;
padding: 0.5rem 1rem;
}
span.at-sign, span.domain {
font-size: 1.25rem;
}
.error-msg {
color: #bc0101;
}
.actions {
margin-top: 2rem;
}
}