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

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