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.
19 lines
236 B
SCSS
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;
|
|
}
|
|
}
|