This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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;
}
}
}
}
}