Add dummy archived notifications

This commit is contained in:
ClemDee
2019-06-27 17:10:36 +02:00
parent 8f914786e0
commit 88759c3d06
2 changed files with 33 additions and 5 deletions

View File

@@ -33,8 +33,8 @@
justify-content: flex-start;
align-items: center;
border-radius: 5px 5px 0 0;
background-color: #777;
color: white;
background-color: #888;
color: #fff;
.cp-app-notifications-panel-title {
flex-grow: 1;
@@ -114,5 +114,18 @@
}
}
.cp-app-notification-loadmore {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
padding: 0.5rem;
margin-top: 1rem;
border: 1px solid #ccc;
border-radius: 3px;
color: #333;
}
}