mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:16:08 +08:00
21 lines
315 B
SCSS
21 lines
315 B
SCSS
.admin-customize {
|
|
.show-current-style {
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.themes-list {
|
|
width: 100%;
|
|
margin-bottom: 1em;
|
|
}
|
|
.form-horizontal.theme.settings .setting-label,
|
|
.admin-container .select-kit {
|
|
width: 100%;
|
|
}
|
|
|
|
.admin-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|