fleet/frontend/components/forms/UserSettingsForm/_styles.scss
noahtalerman 98799fdff8
New styles for 404, 500, Login, User settings, and Confirm invite pages. (#108)
- Kolide404 and Kolide500 components renamed to Fleet404 and Fleet500
- Styling for Login and Confirm invite pages are consistent with the recent changes to the Setup page.
- Add "*" character to the 404 <Route />'s path property. Now the 404 page renders when there is no exact path match.
2020-12-08 17:45:08 -08:00

31 lines
384 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: 40px;
display: flex;
justify-content: flex-end;
.button {
&:last-child {
margin-left: 16px;
}
}
}
}