Files
drupal-reha/web/themes/custom/reha/scss/pages/_user--edit.scss
T
2023-11-28 17:45:29 +01:00

15 lines
238 B
SCSS

.user--edit{
label{
font-weight: 800;
}
.password-strength{
width: fit-content;
}
.description{
font-style: italic;
}
.form-item{
margin-bottom: 1rem;
width: 70%;
}
}