mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 01:15:00 +08:00
18 lines
314 B
SCSS
18 lines
314 B
SCSS
.select-box-kit {
|
|
&.dropdown-select-box {
|
|
&.notifications-button {
|
|
.select-box-kit-body {
|
|
min-width: 550px;
|
|
max-width: 550px;
|
|
}
|
|
|
|
.select-box-kit-row {
|
|
.icons {
|
|
-ms-flex-item-align: start;
|
|
align-self: flex-start;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|