Register form ui

Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
This commit is contained in:
Virginie Ky 2020-01-29 15:36:32 +01:00
parent ed19a44d55
commit 962602a1e7
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ const Wrapper = styled.div`
width: 41.6rem;
margin: 1.4rem auto;
margin-bottom: 0;
padding: 3.8rem 1.5rem 1.5rem 1.5rem;
padding: 3.9rem 1.5rem 1.5rem 1.5rem;
border-radius: 2px;
background-color: #ffffff;
box-shadow: 0 2px 4px 0 #e3e9f3;
@ -60,6 +60,7 @@ const Wrapper = styled.div`
.form-check-label {
input[type='checkbox'] + p {
line-height: 1.8rem;
margin-bottom: 0;
}
}

View File

@ -226,7 +226,6 @@ const AuthPage = ({
color="primary"
className={submitSuccess ? 'buttonForgotSuccess' : ''}
type="submit"
// primary={!submitSuccess}
style={authType === 'login' ? {} : { width: '100%' }}
>
<FormattedMessage