Added fade in for signup complete page

This commit is contained in:
Zimo 2019-04-16 17:51:16 +02:00 committed by Fabien O'Carroll
parent 43adc432f5
commit 8cb3c1510d
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { IconSignupComplete } from '../components/icons';
import Form from '../components/Form';
export default ({ error, handleSubmit, siteConfig }) => (
<div className="gm-modal-form">
<div className="gm-modal-form gm-signup-complete-page">
<Form bindTo="signup" onSubmit={ handleSubmit }>
<div class="flex flex-column items-center">
<span>{ IconSignupComplete }</span>

View File

@ -218,7 +218,8 @@ a:hover {
.gm-signin-page,
.gm-signup-page,
.gm-subscribe-page,
.gm-reset-pwd-page {
.gm-reset-pwd-page,
.gm-signup-complete-page {
animation: fadeInPage 0.6s ease 1;
}