fleet/frontend/components/forms/ChangeEmailForm/_styles.scss
2021-08-11 17:57:37 -04:00

10 lines
134 B
SCSS

.change-email-form {
&__btn-wrap {
display: flex;
flex-direction: row-reverse;
}
&__btn {
margin-left: 12px;
}
}