_creer-un-compte.scss 793 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .user--register{
  2. h1{
  3. font-size: 3rem !important;
  4. font-weight: 600;
  5. @media (max-width:500px) {
  6. font-size: 2.5rem !important;
  7. }
  8. }
  9. .form-item{
  10. margin-bottom: 2rem;
  11. // width: 80%;
  12. }
  13. label{
  14. font-weight: 800;
  15. }
  16. .description{
  17. text-transform: lowercase;
  18. font-style: italic;
  19. // font-weight: 800;
  20. }
  21. .password-strength{
  22. // display: flex;
  23. // flex-direction: column-reverse;
  24. .password-strength__meter{
  25. width: 250px;
  26. }
  27. }
  28. .password-suggestions{
  29. text-transform: lowercase;
  30. font-style: italic;
  31. font-size: 00.8rem;
  32. }
  33. #edit-pass--description{
  34. display: none;
  35. }
  36. }