Auth popup styles fixes
This commit is contained in:
parent
68eb7833e7
commit
5c236051d0
|
@ -87,8 +87,8 @@
|
||||||
|
|
||||||
.disclaimer {
|
.disclaimer {
|
||||||
@include font-size(1.2rem);
|
@include font-size(1.2rem);
|
||||||
|
|
||||||
color: #9fa1a7;
|
color: #9fa1a7;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.authActions {
|
.authActions {
|
||||||
|
|
|
@ -39,20 +39,21 @@ export const AuthModal = () => {
|
||||||
class={clsx('row', styles.view)}
|
class={clsx('row', styles.view)}
|
||||||
classList={{ [styles.signUp]: mode() === 'register' || mode() === 'confirm-email' }}
|
classList={{ [styles.signUp]: mode() === 'register' || mode() === 'confirm-email' }}
|
||||||
>
|
>
|
||||||
<div class={clsx('col-md-12 d-none d-md-block', styles.authImage)}>
|
<div class={clsx('col-md-12 d-none d-md-flex', styles.authImage)}>
|
||||||
<div
|
<div
|
||||||
class={styles.authImageText}
|
class={styles.authImageText}
|
||||||
classList={{ [styles.hidden]: mode() !== 'register' && mode() !== 'confirm-email' }}
|
classList={{ [styles.hidden]: mode() !== 'register' && mode() !== 'confirm-email' }}
|
||||||
>
|
>
|
||||||
<h2>{t('Discours')}</h2>
|
<div>
|
||||||
<h4>{t(`Join the global community of authors!`)}</h4>
|
<h4>{t(`Join the global community of authors!`)}</h4>
|
||||||
<p class={styles.authBenefits}>
|
<p class={styles.authBenefits}>
|
||||||
{t(
|
{t(
|
||||||
'Get to know the most intelligent people of our time, edit and discuss the articles, share your expertise, rate and decide what to publish in the magazine'
|
'Get to know the most intelligent people of our time, edit and discuss the articles, share your expertise, rate and decide what to publish in the magazine'
|
||||||
)}
|
)}
|
||||||
.
|
.
|
||||||
{t('New stories every day and even more!')}
|
{t('New stories every day and even more!')}
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<p class={styles.disclaimer}>
|
<p class={styles.disclaimer}>
|
||||||
{t('By signing up you agree with our')}{' '}
|
{t('By signing up you agree with our')}{' '}
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user