| 123456789101112131415161718 |
- .login-form :global {
- // To adjust the behavior, this problem is not solved.
- // See https://github.com/AaronCCWong/react-card-flip/issues/56
- .react-card-front,
- .react-card-back {
- height: 0% !important;
- }
- .collapse-external-auth {
- overflow: hidden;
- }
- .link-growi-org {
- position: absolute;
- bottom: 9px;
- z-index: 3;
- }
- }
|