LoginForm.module.scss 275 B

123456789101112
  1. .login-form :global {
  2. // To adjust the behavior, this problem is not solved.
  3. // See https://github.com/AaronCCWong/react-card-flip/issues/56
  4. .react-card-front,
  5. .react-card-back {
  6. height: 0% !important;
  7. }
  8. .collapse-external-auth {
  9. overflow: hidden;
  10. }
  11. }