marine login box mobile fix
This commit is contained in:
parent
4780e97ec8
commit
8eb0d4f7c9
@ -425,14 +425,13 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
|||||||
background: var(--custom-buttons-color) !important;
|
background: var(--custom-buttons-color) !important;
|
||||||
}
|
}
|
||||||
/* loginpage sidemenu */
|
/* loginpage sidemenu */
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.login-box {
|
.login-box {
|
||||||
margin-top: auto !important;
|
margin-top: auto !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.login-box {
|
.login-box {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
||||||
|
|||||||
@ -426,7 +426,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
|||||||
}
|
}
|
||||||
/* loginpage sidemenu */
|
/* loginpage sidemenu */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
login-box {
|
.login-box {
|
||||||
margin-top: auto !important;
|
margin-top: auto !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user