mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:50:45 +08:00
17 lines
272 B
SCSS
17 lines
272 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.notifications-button {
|
|
.select-kit-body {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.select-kit-row {
|
|
.icons {
|
|
-ms-flex-item-align: start;
|
|
align-self: flex-start;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|