mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:29:18 +08:00
16 lines
212 B
SCSS
16 lines
212 B
SCSS
.admin-customize {
|
|
.show-current-style {
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.themes-list {
|
|
width: 100%;
|
|
}
|
|
|
|
.customize-themes-header {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
}
|