Новый правки компонентов
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-header">
|
||||
<h1>Регистрация</h1>
|
||||
<p>Создайте аккаунт для доступа ко всем функциям</p>
|
||||
</div>
|
||||
|
||||
<form class="auth-form" id="sign-up-form">
|
||||
|
|
@ -144,7 +143,7 @@ import { SITE_URL } from '@constants';
|
|||
<div class="form-options">
|
||||
<label class="checkbox-label">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
|
@ -409,6 +408,17 @@ import { SITE_URL } from '@constants';
|
|||
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 {
|
||||
background: none;
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue