mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 17:28:54 +00:00
cdf43a79bd
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.
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;
|
|
}
|
|
}
|
|
}
|