2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/assets/stylesheets/common/select-box-kit/list-setting.scss

14 lines
219 B
SCSS
Raw Normal View History

2017-11-09 10:57:53 -08:00
.select-box-kit {
&.multi-combo-box {
&.list-setting {
.select-box-kit-row.create {
.square {
width: 12px;
height: 12px;
margin-left: 5px;
}
}
}
}
}