discourse/app/assets/stylesheets/common/select-kit/notifications-button.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;
}
}
}
}
}