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.
13 lines
172 B
SCSS
13 lines
172 B
SCSS
.change-password-form {
|
|
&__btn-wrap {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
&__btn {
|
|
&:last-child {
|
|
margin-right: $pad-medium;
|
|
}
|
|
}
|
|
}
|