2016-12-21 18:22:18 +00:00
|
|
|
.manage-user {
|
|
|
|
.input-field {
|
2020-12-09 01:45:08 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-field {
|
|
|
|
&__label {
|
|
|
|
font-size: $x-small;
|
|
|
|
font-weight: $bold;
|
|
|
|
}
|
2016-12-21 18:22:18 +00:00
|
|
|
}
|
|
|
|
|
2017-02-24 15:08:59 +00:00
|
|
|
&__email-hint {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2016-12-21 18:22:18 +00:00
|
|
|
&__button-wrap {
|
2020-12-09 01:45:08 +00:00
|
|
|
width: 100%;
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-top: $pad-xxlarge;
|
2020-12-09 01:45:08 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
2016-12-21 18:22:18 +00:00
|
|
|
|
|
|
|
.button {
|
|
|
|
&:last-child {
|
2021-04-30 21:32:50 +00:00
|
|
|
margin-left: $pad-medium;
|
2016-12-21 18:22:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|