made changes to the auth layout

This commit was merged in pull request #5.
This commit is contained in:
2023-10-20 06:45:34 -07:00
parent 5d4cbc7a1c
commit 39fe9eaaa2
5 changed files with 121 additions and 20 deletions
+6
View File
@@ -13,6 +13,7 @@
--fontSize: 15px;
--transition: all ease .5s;
--box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
--mobile-auth-padding: 0;
}
html, body {
@@ -817,12 +818,17 @@ img {
padding-right: 30px;
}
.main-wrapper-content .main-content.authBox{
padding: 0px !important;
}
@media only screen and (max-width: 767px) {
.main-wrapper-content .main-content {
padding-left: 15px !important;
padding-right: 15px !important;
}
}
@media only screen and (max-width: 1199px) {
.main-wrapper-content {
padding: 0;