restore composer.json, add mysqli extension
This commit is contained in:
24
public/vendor/dashboard/app-assets/css/pages/authentication.css
vendored
Executable file
24
public/vendor/dashboard/app-assets/css/pages/authentication.css
vendored
Executable 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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user