mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
13 lines
211 B
SCSS
13 lines
211 B
SCSS
.notifications-button.notifications-button.notifications-button {
|
|
.select-box-body {
|
|
min-width: 550px;
|
|
max-width: 550px;
|
|
}
|
|
|
|
.select-box-row {
|
|
.icons {
|
|
align-self: flex-start;
|
|
}
|
|
}
|
|
}
|