fleet/frontend/components/AuthenticationFormWrapper/_styles.scss
noahtalerman 98799fdff8
New styles for 404, 500, Login, User settings, and Confirm invite pages. (#108)
- Kolide404 and Kolide500 components renamed to Fleet404 and Fleet500
- Styling for Login and Confirm invite pages are consistent with the recent changes to the Setup page.
- Add "*" character to the 404 <Route />'s path property. Now the 404 page renders when there is no exact path match.
2020-12-08 17:45:08 -08:00

16 lines
286 B
SCSS

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