Add load notification from history

This commit is contained in:
ClemDee
2019-06-28 16:06:44 +02:00
parent 833d70825e
commit c96be7bf89
4 changed files with 74 additions and 17 deletions

View File

@@ -86,6 +86,9 @@
display: block;
}
}
&.cp-app-notification-archived {
background-color: #f1f1f1;
}
&:not(:first-child) {
border-top: 1px solid #ccc;
}
@@ -121,9 +124,7 @@
align-items: center;
width: 100%;
padding: 0.5rem;
margin-top: 1rem;
border: 1px solid #ccc;
border-radius: 3px;
color: #333;
}