mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
98799fdff8
- 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.
31 lines
384 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|