mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 22:36:11 +08:00
16 lines
266 B
SCSS
Vendored
16 lines
266 B
SCSS
Vendored
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.notifications-button {
|
|
.select-kit-body {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.select-kit-row {
|
|
.icons {
|
|
align-self: flex-start;
|
|
margin-right: 0.75em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|