mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
25 lines
401 B
SCSS
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;
|
|
}
|
|
}
|