discourse/app/assets/stylesheets/common/select-box-kit/notifications-button.scss
2017-10-19 12:51:08 -07:00

18 lines
314 B
SCSS

.select-box-kit {
&.dropdown-select-box {
&.notifications-button {
.select-box-kit-body {
min-width: 550px;
max-width: 550px;
}
.select-box-kit-row {
.icons {
-ms-flex-item-align: start;
align-self: flex-start;
}
}
}
}
}