This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/mobile/admin_customize.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;
}
}