mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
17 lines
266 B
SCSS
17 lines
266 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|