authentication via username or phones

This commit is contained in:
2024-09-18 17:43:33 +05:00
parent e95797bb97
commit c086feb6c0
10 changed files with 78 additions and 25 deletions

View File

@@ -1,3 +1,7 @@
.lowecase {
text-transform: lowercase;
}
.bg-img {
background: url(/assets/images/login-bg.jpg) no-repeat fixed var(--sc-login-bg-position, 50% 50%);
background-size: cover;