This commit is contained in:
2020-01-24 17:53:26 -05:00
parent 7f3e301b7d
commit a77f69912d
1264 changed files with 339035 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.bg-authentication {
background-color : #EFF2F7;
}
.bg-authentication .login-footer {
padding : 0rem 1.5rem 0.5rem;
}
.bg-authentication .login-footer .footer-btn .btn {
padding : 0.9rem 1.2rem !important;
margin : 1rem 1rem 1rem 0rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.bg-authentication {
width : 100%;
}
}