fleet/frontend/components/forms/UserSettingsForm/_styles.scss
2021-04-14 17:52:15 +01:00

30 lines
398 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;
}
}
}
}