mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
16 lines
288 B
SCSS
16 lines
288 B
SCSS
.auth-form-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
flex-grow: 1;
|
|
padding: $pad-medium 0;
|
|
|
|
&__logo {
|
|
width: 120px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
height: 100vh;
|
|
}
|
|
}
|