12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .user--register{
- h1{
- font-size: 3rem !important;
- font-weight: 600;
- @media (max-width:500px) {
- font-size: 2.5rem !important;
- }
-
- }
- .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;
- }
- }
|