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,24 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.bg-authentication
{
background-color: #eff2f7;
}
.bg-authentication .login-footer
{
padding: 0rem 1.5rem .5rem;
}
.bg-authentication .login-footer .footer-btn .btn
{
margin: 1rem 1rem 1rem 0rem;
padding: .9rem 1.2rem !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
.bg-authentication
{
width: 100%;
}
}