mirror of
https://github.com/discourse/discourse.git
synced 2025-01-09 20:08:46 +08:00
fa9606016c
Followup 203f93bcaf
This commit makes sure the background for all the admin
site settings filters (including the filter input and
override checkbox) is consistent no matter what the theme,
as it currently changes based on theme.
22 lines
398 B
SCSS
22 lines
398 B
SCSS
.admin-controls.admin-site-settings-filter-controls
|
|
.controls
|
|
.admin-site-settings-filter-controls__input {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.admin-controls.admin-site-settings-filter-controls .menu-toggle {
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
.admin-plugin-config-area {
|
|
&__settings {
|
|
.admin-filtered-site-settings {
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
.setting-label {
|
|
margin-left: 18px;
|
|
}
|
|
}
|
|
}
|