mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
14 lines
219 B
SCSS
14 lines
219 B
SCSS
|
.select-box-kit {
|
||
|
&.multi-combo-box {
|
||
|
&.list-setting {
|
||
|
.select-box-kit-row.create {
|
||
|
.square {
|
||
|
width: 12px;
|
||
|
height: 12px;
|
||
|
margin-left: 5px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|