made changes to the auth layout
This commit was merged in pull request #5.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user