mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 17:02:12 +00:00
facebook statement removed
This commit is contained in:
parent
a0cd301415
commit
5600659a56
2 changed files with 1 additions and 8 deletions
|
|
@ -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't post anything on your behalf</div>
|
||||
<CredentialsTextInput
|
||||
ref={emailRef}
|
||||
className={styles['credentials-text-input']}
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue