Новые правки компонентов

This commit is contained in:
Web-serfer 2026-05-05 19:28:16 +05:00
parent eafec40330
commit 72ca29c88b

View file

@ -1071,8 +1071,8 @@ if (result.success) {
// Показываем success message и скрываем footer // Показываем success message и скрываем footer
form.innerHTML = ` form.innerHTML = `
<div class="success-message" style="text-align: center; padding: 1rem 0;"> <div class="success-message" style="text-align: center; padding: 1rem 0;">
<div class="success-icon" style="width: 80px; height: 80px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.5rem;"> <div class="success-icon" style="width: 60px; height: 60px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.5rem;">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline> <polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg> </svg>