css form user edit

This commit is contained in:
2023-11-28 17:45:29 +01:00
parent 48fa9b5c87
commit 6f44b0633f
5 changed files with 131 additions and 2 deletions
@@ -0,0 +1,15 @@
.user--edit{
label{
font-weight: 800;
}
.password-strength{
width: fit-content;
}
.description{
font-style: italic;
}
.form-item{
margin-bottom: 1rem;
width: 70%;
}
}