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

40 lines
598 B
SCSS
Raw Normal View History

.invite-user-form {
margin-top: 24px;
&__radio {
2017-01-19 18:00:08 +00:00
margin-top: 22px;
.kolide-checkbox {
margin-top: 5px;
&__label {
font-size: 16px;
font-weight: $regular;
color: $core-dark-blue-grey;
2017-01-19 18:00:08 +00:00
padding-left: 32px;
}
}
}
&__role {
color: $core-black;
font-size: $x-small;
font-weight: $bold;
2017-01-19 18:00:08 +00:00
margin: 0;
}
&__btn-wrap {
display: flex;
flex-direction: row-reverse;
}
&__btn {
font-size: $small;
height: 38px;
margin-bottom: 5px;
2017-01-19 18:00:08 +00:00
margin-left: 15px;
padding: 0;
2017-01-19 18:00:08 +00:00
width: 120px;
}
}