fleet/frontend/components/AuthenticationFormWrapper/_styles.scss
Kyle Knight 61973ecceb Fix up styles in IE11 (#1391)
* Fix up styles in IE11

* Getting check marks to show
2017-06-18 12:38:16 -06:00

17 lines
362 B
SCSS

.auth-form-wrapper {
@include display(flex);
@include flex-direction(column);
@include justify-content(center);
@include flex-grow(1);
padding: $base 0;
&__logo {
width: 286px;
height: 69px;
margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
height: calc(100vh - #{$footer-height});
}
}