css: Use SCSS nesting in settings.scss for .profile-field-choices.

This commit is contained in:
majordwarf 2020-05-12 09:59:47 +05:30 committed by Tim Abbott
parent fe4d2426b1
commit aa1971d44a

View File

@ -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 {