Новый правки компонентов
This commit is contained in:
parent
801aab424f
commit
009edf75f8
1 changed files with 12 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ import { SITE_URL } from '@constants';
|
||||||
<div class="auth-card">
|
<div class="auth-card">
|
||||||
<div class="auth-header">
|
<div class="auth-header">
|
||||||
<h1>Регистрация</h1>
|
<h1>Регистрация</h1>
|
||||||
<p>Создайте аккаунт для доступа ко всем функциям</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="auth-form" id="sign-up-form">
|
<form class="auth-form" id="sign-up-form">
|
||||||
|
|
@ -144,7 +143,7 @@ import { SITE_URL } from '@constants';
|
||||||
<div class="form-options">
|
<div class="form-options">
|
||||||
<label class="checkbox-label">
|
<label class="checkbox-label">
|
||||||
<input type="checkbox" name="agreement" required />
|
<input type="checkbox" name="agreement" required />
|
||||||
<span>Согласен с <button type="button" class="privacy-link-btn" id="privacy-modal-trigger">условиями обработки данных</button></span>
|
<span>Я принимаю условия <button type="button" class="privacy-link-btn" id="privacy-modal-trigger">использования</button> и <a href="/privacy" class="privacy-link">политики конфиденциальности</a>, даю согласие на обработку персональных данных</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -409,6 +408,17 @@ import { SITE_URL } from '@constants';
|
||||||
color: #b8941f;
|
color: #b8941f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.checkbox-label .privacy-link {
|
||||||
|
color: #d4af37;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkbox-label .privacy-link:hover {
|
||||||
|
color: #b8941f;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.privacy-link-btn {
|
.privacy-link-btn {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue