restore composer.json, add mysqli extension

This commit is contained in:
2026-04-15 17:02:52 +05:00
commit 77cf56a348
4317 changed files with 1397107 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
/*========================================================
DARK LAYOUT
=========================================================*/
#toast-container > div
{
max-width: none;
opacity: .9;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
filter: alpha(opacity=90);
}
#toast-container > div:hover
{
-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .75);
box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .75);
}
.toast
{
background-color: #7367f0;
}
.toast-success
{
background-color: #28c76f;
}
.toast-error
{
background-color: #ea5455;
}
.toast-info
{
background-color: #00cfe8;
}
.toast-warning
{
background-color: #ff9f43;
}