mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 16:33:44 +08:00
22 lines
375 B
SCSS
22 lines
375 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.notifications-button {
|
|
.select-kit-body {
|
|
max-width: 400px;
|
|
width: 400px;
|
|
|
|
@media screen and (max-width: 767px) {
|
|
width: auto;
|
|
}
|
|
}
|
|
|
|
.select-kit-row {
|
|
.icons {
|
|
-ms-flex-item-align: start;
|
|
align-self: flex-start;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|