css form creer nv compte

This commit is contained in:
2023-11-29 10:49:47 +01:00
parent d6f221bbc2
commit 2095fdf4f2
2 changed files with 47 additions and 0 deletions
+18
View File
@@ -592,6 +592,24 @@ input {
font-size: 3rem !important;
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 {
padding-bottom: 1rem;
border-bottom: 1px solid black; }
@@ -6,5 +6,34 @@
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;
}
}