mirror of https://github.com/ColorlibHQ/AdminLTE
added flex-direction column to .login-page & .register-page
parent
44fac0f65e
commit
6fbbde4883
|
@ -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…
Reference in New Issue