some code improvemetns

This commit is contained in:
2024-02-21 21:03:39 +05:00
parent 51f675b84a
commit 94c28efe7f
8 changed files with 154 additions and 88 deletions

View File

@@ -0,0 +1,8 @@
.bg-img {
background: url(/assets/images/login-bg.jpg) no-repeat fixed var(--sc-login-bg-position, 50% 50%);
background-size: cover;
}
.login-section {
padding: 0px 150px;
}