mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
14 lines
180 B
SCSS
14 lines
180 B
SCSS
.manage-user {
|
|
.input-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-field__label {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__email-help-text {
|
|
display: block;
|
|
}
|
|
}
|