This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/stylesheets/common/select-kit/notifications-button.scss
T
2020-05-29 11:11:28 +02:00

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;
}
}
}
}
}