discourse/app/assets/stylesheets/common/select-kit/notifications-button.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
266 B
SCSS
Raw Normal View History

.select-kit {
2017-10-19 15:51:08 -04:00
&.dropdown-select-box {
&.notifications-button {
.select-kit-body {
max-width: 400px;
2017-10-19 15:51:08 -04:00
}
.select-kit-row {
2017-10-19 15:51:08 -04:00
.icons {
align-self: flex-start;
margin-right: 0.75em;
2017-10-19 15:51:08 -04:00
}
}
}
}
}