UX: add a divider line between regular user fields and custom user fields

https://meta.discourse.org/t/differentiate-user-fields-on-signup-form-better/66427/2?u=techapj
This commit is contained in:
Arpit Jalan
2017-08-11 17:33:54 +05:30
parent 117417848e
commit 51f9c23e48
2 changed files with 12 additions and 2 deletions

View File

@ -57,6 +57,10 @@
}
}
.user-fields {
border-top: 1px solid $primary-low;
padding-top: 20px;
}
}
.password-reset, .invites-show {

View File

@ -71,12 +71,18 @@ $input-width: 184px;
}
.create-account {
.user-fields {
margin-top: 10px;
padding-top: 15px;
border-top: 1px solid #e9e9e9;
}
.user-field.confirm {
margin-top: 10px;
margin-bottom: 10px;
}
.user-field {
margin-top: 10px;
label {
width: $label-width;
}