mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
c48761c628
Definitely remove legacy naming.
14 lines
208 B
SCSS
14 lines
208 B
SCSS
.select-kit {
|
|
&.multi-select {
|
|
&.list-setting {
|
|
.select-kit-row.create {
|
|
.square {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|