Add no-notifications indicator when list empty
This commit is contained in:
@@ -77,8 +77,17 @@
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
background-color: #ffffff;
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid #ccc;
|
||||
&.no-notifications {
|
||||
display: none;
|
||||
padding: 1rem 1rem;
|
||||
font-style: italic;
|
||||
color: #777;
|
||||
&:only-child {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&:not(:first-child) {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.cp-notification-content {
|
||||
|
||||
Reference in New Issue
Block a user