15 lines
238 B
SCSS
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%;
|
|
}
|
|
} |