fleet/frontend/components/forms/InviteUserForm/_styles.scss
2016-11-03 14:40:54 -05:00

25 lines
401 B
SCSS

.invite-user-form {
&__radio {
padding-bottom: $pad-base;
}
&__role {
color: $brand;
font-size: $mini;
margin-bottom: 0;
}
&__btn-wrap {
@include display(flex);
@include flex-direction(row-reverse);
@include justify-content(space-between);
}
&__btn {
font-size: $small;
height: 38px;
margin-bottom: 5px;
padding: 0;
width: 180px;
}
}