new auth ui design

This commit is contained in:
Resul Madesenow
2024-02-22 18:35:43 +05:00
parent fb70c3758c
commit c277b33675
5 changed files with 31 additions and 15 deletions

View File

@@ -3,6 +3,15 @@
background-size: cover;
}
.login-section {
padding: 0px 120px;
.logo {
text-align: -webkit-center;
margin-bottom: 20px;
}
.login-section {
padding: 0px 120px 0px 5px;
}
.object-cover {
object-fit: cover;
}