mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 03:03:00 +08:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|