css form user edit
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
@@ -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";
|
||||
Reference in New Issue
Block a user