add alert notifications

This commit is contained in:
gabryon99 2020-06-26 20:19:43 +02:00
parent 072941abc2
commit 19e91e2c87
16 changed files with 254 additions and 24 deletions

View file

@ -1245,4 +1245,12 @@ td.dt-body-right {
.scrollable-log {
height: 16rem;
overflow-y: scroll;
}
.toast:not(:last-child) {
margin-bottom: .2rem;
}
.notification-container {
position: absolute; top: 4rem; right: 1rem; z-index: 1000; width: 20%;
}