fix desktop version auth

This commit is contained in:
2022-06-01 20:30:10 +03:00
parent 5b9ccfbb2e
commit a41e16039e
5 changed files with 15 additions and 25 deletions

View File

@ -95,9 +95,11 @@ export const AuthBox = ({ title, altTitle, roleChangeLink }) => {
{isLoading ? <Loader /> : 'Войти'}
</button>
<button className='auth-box__form-btn--role auth-box__auth-link'>
<Link to={roleChangeLink}>{altTitle}</Link>
</button>
<Link to={roleChangeLink}>
<button className='auth-box__form-btn--role auth-box__auth-link'>
{altTitle}
</button>
</Link>
</div>
</form>
</div>

View File

@ -50,7 +50,7 @@
span {
color: #18586e;
font-family: 'GT Eesti Pro Display';
font-size: 1.6em;
font-size: 2em;
font-weight: 500;
font-style: normal;
letter-spacing: normal;
@ -161,10 +161,7 @@
text-align: center;
border: 2px solid #6aaf5c;
margin-right: 1.5rem;
a {
color: #6aaf5c !important;
}
color: #6aaf5c !important;
}
.loader * {