fleet/frontend/components/forms/ChangeEmailForm/_styles.scss

16 lines
251 B
SCSS

.change-email-form {
&__btn-wrap {
@include display(flex);
@include flex-direction(row-reverse);
}
&__btn {
font-size: $small;
height: 38px;
margin-bottom: 5px;
margin-left: 15px;
padding: 0;
width: 120px;
}
}