Vulcan/packages/telescope-theme-base/lib/client/scss/specific/_notifications.scss
2015-03-29 15:08:52 +09:00

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
}
}