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

pull/2501/head
REJack 2020-01-14 14:57:17 +01:00
parent 44fac0f65e
commit 6fbbde4883
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 6 additions and 3 deletions

View File

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

View File

@ -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