Vulcan/packages/telescope-theme-base/lib/client/scss/specific/_notifications.scss

16 lines
295 B
SCSS
Raw Normal View History

2014-08-20 17:03:54 +09:00
.notification-item{
margin-bottom: 10px;
2015-03-23 11:28:36 +09:00
}
.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
}
}