_user--edit.scss 238 B

123456789101112131415
  1. .user--edit{
  2. label{
  3. font-weight: 800;
  4. }
  5. .password-strength{
  6. width: fit-content;
  7. }
  8. .description{
  9. font-style: italic;
  10. }
  11. .form-item{
  12. margin-bottom: 1rem;
  13. width: 70%;
  14. }
  15. }