mirror of
https://github.com/fleetdm/fleet
synced 2026-04-27 08:27:42 +00:00
This PR brings the style changes made in the "Align Fleet UI colors with Figma components" #615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
29 lines
398 B
SCSS
29 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;
|
|
}
|
|
}
|
|
}
|
|
}
|