Auth popup styles fixes

This commit is contained in:
kvakazyambra 2023-05-16 00:35:07 +03:00
parent 68eb7833e7
commit 5c236051d0
2 changed files with 12 additions and 11 deletions

View File

@ -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 {

View File

@ -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'
)} )}
.&nbsp; .&nbsp;
{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