mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
15 lines
295 B
SCSS
15 lines
295 B
SCSS
.notification-item{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.notifications-menu.dropdown-accordion{
|
|
.dropdown-contents{
|
|
max-height: 0px;
|
|
}
|
|
.show-more{
|
|
margin-top: -1px;
|
|
}
|
|
&.dropdown-has-items .show-more{
|
|
display: block; // show the "show more" button if the dropdown has any items
|
|
}
|
|
}
|