mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Use SCSS nesting in settings.scss for .profile-field-choices.
This commit is contained in:
parent
fe4d2426b1
commit
aa1971d44a
@ -1944,27 +1944,27 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
||||
|
||||
.profile-field-choices {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.profile-field-choices hr {
|
||||
margin-top: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
hr {
|
||||
margin-top: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.profile-field-choices .choice-row {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.choice-row {
|
||||
margin-top: 5px;
|
||||
|
||||
.profile-field-choices .choice-row input {
|
||||
width: 190px;
|
||||
}
|
||||
input {
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
.profile-field-choices .choice-row button {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
button {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-field-choices > .choice-row:first-of-type {
|
||||
margin-top: 0;
|
||||
> .choice-row:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.custom_user_field .pill-container {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user