Improve "no notifications" message

pull/1567/head
Chocobozzz 2019-01-10 16:28:31 +01:00
parent 9b4b15f91c
commit f242c2e01e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@
font-family: $main-fonts;
overflow-y: auto;
max-height: 500px;
min-width: 200px;
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.30);
.notifications-header {

View File

@ -1,3 +1,10 @@
.no-notification {
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0;
}
.notification {
display: flex;
justify-content: space-between;