mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 22:23:04 +08:00
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:
@ -57,6 +57,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.user-fields {
|
||||
border-top: 1px solid $primary-low;
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.password-reset, .invites-show {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user