discourse/app/assets/stylesheets/common/select-kit/user-notifications-dropdown.scss
Tarek Khalil ef2362a30f
FEATURE: Introducing new UI for changing User's notification levels (#7248)
* FEATURE: Introducing new UI for tracking User's ignored or muted states
2019-03-27 09:41:50 +00:00

21 lines
337 B
SCSS

.select-kit {
&.dropdown-select-box {
&.user-notifications-dropdown {
text-align: left;
.select-kit-body {
width: 485px;
max-width: 485px;
}
.select-kit-header {
justify-content: center;
}
.dropdown-select-box-header {
align-items: center;
}
}
}
}