Improve "no notifications" message
This commit is contained in:
parent
9b4b15f91c
commit
f242c2e01e
|
@ -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 {
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
.no-notification {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.notification {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in New Issue