_creer-un-compte.scss 701 B

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