fleet/frontend/components/forms/UserSettingsForm/_styles.scss
2026-04-14 14:45:53 -05:00

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;
}
}