mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
38 lines
613 B
SCSS
38 lines
613 B
SCSS
.invite-user-form {
|
|
&__radio {
|
|
margin-top: 22px;
|
|
|
|
.kolide-checkbox {
|
|
margin-top: 5px;
|
|
|
|
&__label {
|
|
font-size: 16px;
|
|
font-weight: $normal;
|
|
letter-spacing: 1px;
|
|
color: $text-dark;
|
|
padding-left: 32px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__role {
|
|
color: $brand;
|
|
font-size: $small;
|
|
text-transform: lowercase;
|
|
margin: 0;
|
|
}
|
|
|
|
&__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;
|
|
}
|
|
}
|