mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:16:08 +08:00
17 lines
234 B
SCSS
17 lines
234 B
SCSS
|
.admin-customize {
|
||
|
.show-current-style {
|
||
|
padding-left: 10px;
|
||
|
padding-top: 10px;
|
||
|
width: 70%;
|
||
|
}
|
||
|
|
||
|
.themes-list {
|
||
|
width: 28%;
|
||
|
}
|
||
|
|
||
|
.customize-themes-header {
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
}
|