mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
3ac18b92b3
* Also fix length of input field.
17 lines
187 B
SCSS
17 lines
187 B
SCSS
.admin-customize {
|
|
.show-current-style {
|
|
padding-left: 2%;
|
|
width: 68%;
|
|
|
|
.title {
|
|
input {
|
|
width: 80%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.themes-list {
|
|
width: 28%;
|
|
}
|
|
}
|