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