css form creer nv compte
This commit is contained in:
@@ -592,6 +592,24 @@ input {
|
|||||||
font-size: 3rem !important;
|
font-size: 3rem !important;
|
||||||
font-weight: 600; }
|
font-weight: 600; }
|
||||||
|
|
||||||
|
.user--register .form-item {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
width: 80%; }
|
||||||
|
|
||||||
|
.user--register label {
|
||||||
|
font-weight: 800; }
|
||||||
|
|
||||||
|
.user--register .description {
|
||||||
|
text-transform: lowercase;
|
||||||
|
font-style: italic; }
|
||||||
|
|
||||||
|
.user--register .password-strength .password-strength__meter {
|
||||||
|
width: 250px; }
|
||||||
|
|
||||||
|
.user--register .password-suggestions {
|
||||||
|
text-transform: lowercase;
|
||||||
|
font-style: italic; }
|
||||||
|
|
||||||
.mes-operations .views-row {
|
.mes-operations .views-row {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
border-bottom: 1px solid black; }
|
border-bottom: 1px solid black; }
|
||||||
|
|||||||
@@ -6,5 +6,34 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-item{
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
width: 80%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
label{
|
||||||
|
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description{
|
||||||
|
text-transform: lowercase;
|
||||||
|
|
||||||
|
font-style: italic;
|
||||||
|
// font-weight: 800;
|
||||||
|
}
|
||||||
|
.password-strength{
|
||||||
|
// display: flex;
|
||||||
|
// flex-direction: column-reverse;
|
||||||
|
|
||||||
|
.password-strength__meter{
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.password-suggestions{
|
||||||
|
text-transform: lowercase;
|
||||||
|
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user