Auth popup styles fixes
This commit is contained in:
parent
68eb7833e7
commit
5c236051d0
|
@ -87,8 +87,8 @@
|
|||
|
||||
.disclaimer {
|
||||
@include font-size(1.2rem);
|
||||
|
||||
color: #9fa1a7;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.authActions {
|
||||
|
|
|
@ -39,20 +39,21 @@ export const AuthModal = () => {
|
|||
class={clsx('row', styles.view)}
|
||||
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
|
||||
class={styles.authImageText}
|
||||
classList={{ [styles.hidden]: mode() !== 'register' && mode() !== 'confirm-email' }}
|
||||
>
|
||||
<h2>{t('Discours')}</h2>
|
||||
<h4>{t(`Join the global community of authors!`)}</h4>
|
||||
<p class={styles.authBenefits}>
|
||||
{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'
|
||||
)}
|
||||
.
|
||||
{t('New stories every day and even more!')}
|
||||
</p>
|
||||
<div>
|
||||
<h4>{t(`Join the global community of authors!`)}</h4>
|
||||
<p class={styles.authBenefits}>
|
||||
{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'
|
||||
)}
|
||||
.
|
||||
{t('New stories every day and even more!')}
|
||||
</p>
|
||||
</div>
|
||||
<p class={styles.disclaimer}>
|
||||
{t('By signing up you agree with our')}{' '}
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue
Block a user