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.

22 lines
375 B
SCSS
Raw Normal View History

.select-kit {
2017-10-20 03:51:08 +08:00
&.dropdown-select-box {
&.notifications-button {
.select-kit-body {
max-width: 400px;
width: 400px;
@media screen and (max-width: 767px) {
width: auto;
}
2017-10-20 03:51:08 +08:00
}
.select-kit-row {
2017-10-20 03:51:08 +08:00
.icons {
-ms-flex-item-align: start;
align-self: flex-start;
2017-10-20 03:51:08 +08:00
}
}
}
}
}