Новые изменения в компоенты

This commit is contained in:
Web-serfer 2026-05-03 15:57:35 +05:00
parent 762727290f
commit 1ee9cbe9fe
27 changed files with 845 additions and 229 deletions

View file

@ -1,5 +1,6 @@
---
import Button from "../base/Button.astro";
import ConsentCheckbox from "../base/ConsentCheckbox.astro";
// Иконки
const emailIcon = `<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>`;
@ -85,6 +86,7 @@ const subtitle = isResetMode
id="submit-btn"
disabled
/>
<ConsentCheckbox formId="forgot-form" />
</form>
)}