1. Import

This commit is contained in:
2026-03-29 10:34:57 +02:00
parent b0e00c1259
commit a1129565af
4899 changed files with 3007593 additions and 0 deletions

31
html/css/ej/bootstrap-notify.css vendored Normal file
View File

@@ -0,0 +1,31 @@
.notifications {
position: fixed;
}
/* Positioning */
.notifications.top-right {
right: 10px;
top: 25px;
}
.notifications.top-left {
left: 10px;
top: 25px;
}
.notifications.bottom-left {
left: 10px;
bottom: 25px;
}
.notifications.bottom-right {
right: 10px;
bottom: 25px;
}
/* Notification Element */
.notifications > div {
position: relative;
z-index: 9999;
margin: 5px 0px;
}