mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Added an system for showing flash messages to user.
This commit is contained in:
parent
cc1badb853
commit
2d18014b35
6 changed files with 146 additions and 6 deletions
|
@ -134,7 +134,15 @@ body {
|
|||
line-height: 1.1;
|
||||
}
|
||||
|
||||
|
||||
/********************************
|
||||
* Toasts
|
||||
********************************/
|
||||
.toast-container {
|
||||
position: fixed;
|
||||
top: auto;
|
||||
z-index: 1;
|
||||
right: 25px;
|
||||
}
|
||||
|
||||
/**********************************
|
||||
* Helper classes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue