mirror of
https://github.com/fleetdm/fleet
synced 2026-04-23 06:27:26 +00:00
27 lines
380 B
SCSS
27 lines
380 B
SCSS
.manage-user {
|
|
.input-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-field__label {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__email-hint {
|
|
display: block;
|
|
}
|
|
|
|
&__button-wrap {
|
|
width: 100%;
|
|
margin-top: $pad-xxlarge;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
.button {
|
|
&:last-child {
|
|
margin-left: $pad-medium;
|
|
}
|
|
}
|
|
}
|
|
}
|