NCFRONT-81 #5
@@ -47,16 +47,16 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
|
||||||
&-button {
|
&-button {
|
||||||
padding: 3px 15px;
|
padding: 5px 15px;
|
||||||
background: linear-gradient(135deg, #6366f1, #8b5cf6);
|
background: linear-gradient(135deg, #6366f1, #8b5cf6);
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
text-transform: uppercase;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ export default function RegisterForm() {
|
|||||||
switchRegistrationTypeHandler(e, 'btc');
|
switchRegistrationTypeHandler(e, 'btc');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
btc
|
{t('personal')}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={`${styles['form-switcher-button']} ${accountType === 'btb' ? styles['active'] : ''}`}
|
className={`${styles['form-switcher-button']} ${accountType === 'btb' ? styles['active'] : ''}`}
|
||||||
@@ -197,7 +197,7 @@ export default function RegisterForm() {
|
|||||||
switchRegistrationTypeHandler(e, 'btb');
|
switchRegistrationTypeHandler(e, 'btb');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
btb
|
{t('company')}
|
||||||
</button>
|
</button>
|
||||||
<input
|
<input
|
||||||
type="hiden"
|
type="hiden"
|
||||||
|
|||||||
@@ -271,6 +271,7 @@
|
|||||||
"register-error-phone-not-allowed-symbols": "",
|
"register-error-phone-not-allowed-symbols": "",
|
||||||
"register-error-password-not-allowed-symbols": "Password contains invalid characters.",
|
"register-error-password-not-allowed-symbols": "Password contains invalid characters.",
|
||||||
"confirmation-code": "Confirmation code",
|
"confirmation-code": "Confirmation code",
|
||||||
"enter-confirmation-code": "Enter the confirmation code"
|
"enter-confirmation-code": "Enter the confirmation code",
|
||||||
|
"personal": "Personal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -271,6 +271,7 @@
|
|||||||
"register-error-phone-not-allowed-symbols": "",
|
"register-error-phone-not-allowed-symbols": "",
|
||||||
"register-error-password-not-allowed-symbols": "Пароль содержит недопустимые символы.",
|
"register-error-password-not-allowed-symbols": "Пароль содержит недопустимые символы.",
|
||||||
"confirmation-code": "Код подтверждения",
|
"confirmation-code": "Код подтверждения",
|
||||||
"enter-confirmation-code": "Введите код подтверждения"
|
"enter-confirmation-code": "Введите код подтверждения",
|
||||||
|
"personal": "Личный"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user