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

18 lines
345 B
SCSS
Raw Normal View History

.select-kit {
2017-10-19 15:51:08 -04:00
&.dropdown-select-box {
&.notifications-button {
.select-box-kit-body, .select-kit-body {
2017-10-19 15:51:08 -04:00
min-width: 550px;
max-width: 550px;
}
.select-box-kit-row, .select-kit-row {
2017-10-19 15:51:08 -04:00
.icons {
-ms-flex-item-align: start;
align-self: flex-start;
}
}
}
}
}