added flex-direction column to .login-page & .register-page

pull/2501/head
REJack 5 years ago
parent 44fac0f65e
commit 6fbbde4883
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

@ -19,6 +19,7 @@
align-items: center;
background: $gray-200;
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
}

@ -19954,6 +19954,8 @@ html.maximized-card {
background: #e9ecef;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100vh;
-ms-flex-pack: center;
justify-content: center;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save