Новые изменения в компоенты
This commit is contained in:
parent
762727290f
commit
1ee9cbe9fe
27 changed files with 845 additions and 229 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue