fleet/frontend/components/forms/ResetPasswordForm/_styles.scss
noahtalerman cdf43a79bd
Align Fleet UI with Figma (spacing and fonts) (#628)
This if the 2nd PR as part of the of the Align components in Fleet UI with design system in Figma #539

These changes **refactor the spacing and font sizes** used by the frontend. 

- Change the scss variables in `padding.scss` and `fonts.scss`. 
- Replace custom styles with the new variables throughout all stylesheets.
2021-04-09 17:30:42 -07:00

19 lines
236 B
SCSS

.reset-password-form {
width: 100%;
&__button-wrap {
display: flex;
justify-content: center;
}
&__input {
width: 100%;
}
&__btn {
margin-top: $pad-xxlarge;
width: 160px;
margin-bottom: 20px;
}
}