15 lines
180 B
SCSS
15 lines
180 B
SCSS
.manage-user {
|
|
.input-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-field__label {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__email-help-text {
|
|
display: block;
|
|
}
|
|
}
|