mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
ef2362a30f
* FEATURE: Introducing new UI for tracking User's ignored or muted states
21 lines
337 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|