facebook statement removed

This commit is contained in:
nklhrstv 2020-02-04 14:47:48 +02:00
parent a0cd301415
commit 5600659a56
2 changed files with 1 additions and 8 deletions

View file

@ -257,7 +257,6 @@ const Intro = ({ queryParams }) => {
<Icon className={styles['icon']} icon={'ic_facebook'} />
<div className={styles['label']}>Continue with Facebook</div>
</Button>
<div className={styles['facebook-statement']}>We won&#39;t post anything on your behalf</div>
<CredentialsTextInput
ref={emailRef}
className={styles['credentials-text-input']}

View file

@ -47,6 +47,7 @@
.facebook-button {
min-height: 4.5rem;
margin-bottom: 2rem;
background: var(--color-facebook);
&:hover, &:focus {
@ -58,13 +59,6 @@
}
}
.facebook-statement {
margin-top: 0.5rem;
margin-bottom: 2rem;
text-align: center;
color: var(--color-surface);
}
.credentials-text-input {
display: block;
width: 100%;