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%;
}
}
@@ -36,4 +36,8 @@ input{
#edit-persistent-login{
height: 1.5rem;
}
#edit-field-telephone-0-phone{
@extend %buttonwithborder;
}
+2 -1
View File
@@ -24,4 +24,5 @@
@import "pages/home";
@import "pages/creer-un-compte";
@import "pages/mes-operations";
@import "pages/proposer-une-operation";
@import "pages/proposer-une-operation";
@import "pages/user--edit";