Files
drupal-reha/web/themes/custom/reha/scss/pages/_creer-un-compte.scss
T
2023-11-29 14:39:10 +01:00

43 lines
701 B
SCSS

.user--register{
h1{
font-size: 3rem !important;
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;
font-size: 00.8rem;
}
#edit-pass--description{
display: none;
}
}