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

30 lines
398 B
SCSS
Raw Normal View History

2016-12-21 18:22:18 +00:00
.manage-user {
.input-field {
width: 100%;
}
.form-field {
&__label {
font-size: $x-small;
font-weight: $bold;
}
2016-12-21 18:22:18 +00:00
}
&__email-hint {
display: block;
}
2016-12-21 18:22:18 +00:00
&__button-wrap {
width: 100%;
margin-top: $pad-xxlarge;
display: flex;
justify-content: flex-end;
2016-12-21 18:22:18 +00:00
.button {
&:last-child {
margin-left: $pad-medium;
2016-12-21 18:22:18 +00:00
}
}
}
}