first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
#notification-toast {
position: fixed;
bottom: 0;
right: 15px;
z-index: 999;
}
.ohsnap-alert {
padding: 10px 15px;
margin-bottom: 15px;
border-radius: 3px;
float: right;
clear: right;
background-color: white;
z-index: 999;
}
.ohsnap-alert-red {
color: #ffffff;
background-color: #da4453;
}
.ohsnap-alert-green {
color: #ffffff;
background-color: #37bc9b;
}
.ohsnap-alert-blue {
color: #ffffff;
background-color: #4a89dc;
}
.ohsnap-alert-yellow {
color: #ffffff;
background-color: #f6bb42;
}
.ohsnap-alert-orange {
color:#fff;
background-color: #e9573f;
}