LoginForm.module.scss 357 B

123456789101112131415161718
  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. .link-growi-org {
  12. position: absolute;
  13. bottom: 9px;
  14. z-index: 3;
  15. }
  16. }