fleet/frontend/components/AuthenticationFormWrapper/_styles.scss
noahtalerman 0f48eb8525
Bring new style variables from teams into master (#707)
This PR brings the style changes made in the "Align Fleet UI colors with Figma components"
#615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
2021-04-30 17:32:50 -04:00

17 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;
}
}