_creer-un-compte.scss 476 B

12345678910111213141516171819202122232425262728293031
  1. .user--register{
  2. h1{
  3. font-size: 3rem !important;
  4. font-weight: normal;
  5. }
  6. .form-item{
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. #user-register-form{
  11. .form-item{
  12. display: flex;
  13. flex-direction: column;
  14. padding-bottom: 1rem;
  15. }
  16. label{
  17. padding-bottom: 0.5rem;
  18. }
  19. input{
  20. height: 2rem;
  21. }
  22. }
  23. }