mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
25 lines
386 B
SCSS
25 lines
386 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.user-notifications-dropdown {
|
|
text-align: left;
|
|
|
|
.d-icon {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.select-kit-body {
|
|
width: 485px;
|
|
max-width: 485px;
|
|
}
|
|
|
|
.select-kit-header {
|
|
justify-content: center;
|
|
}
|
|
|
|
.dropdown-select-box-header {
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|
|
}
|