Files
fleet/frontend/components/forms/ResetPasswordForm/_styles.scss
T
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

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