mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
c48761c628
Definitely remove legacy naming.
18 lines
302 B
SCSS
18 lines
302 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.notifications-button {
|
|
.select-kit-body {
|
|
min-width: 550px;
|
|
max-width: 550px;
|
|
}
|
|
|
|
.select-kit-row {
|
|
.icons {
|
|
-ms-flex-item-align: start;
|
|
align-self: flex-start;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|