43 lines
701 B
SCSS
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;
|
|
}
|
|
}
|