Added an system for showing flash messages to user.

This commit is contained in:
Jan Böhmer 2019-03-13 14:53:12 +01:00
parent cc1badb853
commit 2d18014b35
6 changed files with 146 additions and 6 deletions

View file

@ -134,7 +134,15 @@ body {
line-height: 1.1;
}
/********************************
* Toasts
********************************/
.toast-container {
position: fixed;
top: auto;
z-index: 1;
right: 25px;
}
/**********************************
* Helper classes