登录页面改造
This commit is contained in:
@@ -25,7 +25,8 @@ body.login-page {
|
||||
body.login-page > div {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.bg-layer {
|
||||
@@ -241,4 +242,22 @@ body.login-page > div {
|
||||
padding: 30px 18px;
|
||||
}
|
||||
}
|
||||
/* SweetAlert2 fallback on login page */
|
||||
body.login-page.swal2-height-auto {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
body.login-page .swal2-container {
|
||||
position: fixed !important;
|
||||
inset: 0 !important;
|
||||
z-index: 20000 !important;
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
padding: 0.625em !important;
|
||||
}
|
||||
|
||||
body.login-page .swal2-container.swal2-backdrop-show {
|
||||
background: rgba(0, 0, 0, 0.42) !important;
|
||||
}
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
|
||||
Reference in New Issue
Block a user