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

18 lines
341 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
}
2015-03-29 15:08:52 +09:00
.notifications-menu.menu-accordion{
.menu-contents{
2015-03-23 11:28:36 +09:00
max-height: 0px;
2015-03-29 15:08:52 +09:00
.dropdown-item:first-child{
padding-top: 10px;
}
2015-03-23 11:28:36 +09:00
}
.show-more{
margin-top: -1px;
}
2015-03-29 15:08:52 +09:00
&.menu-has-items .show-more{
display: block; // show the "show more" button if the menu has any items
}
}