notifications menu container styles moved

This commit is contained in:
svetlagasheva 2019-10-16 17:08:21 +03:00
parent 9b2b97cb86
commit 2cc1cb1e56

View file

@ -18,9 +18,8 @@
height: 50%;
fill: var(--color-surfacelighter);
}
}
.notifications-menu-container {
.notifications-menu-container {
display: flex;
flex-direction: column;
@ -65,4 +64,5 @@
height: 30rem;
align-self: stretch;
}
}
}