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