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

This commit is contained in:
Web-serfer 2026-05-05 22:16:43 +05:00
parent 95e8a20625
commit 1ad2f8da0d
4 changed files with 25 additions and 21 deletions

View file

@ -128,20 +128,20 @@ const userId = Astro.url.searchParams.get('userId');
.verify-card {
background: #ffffff;
border-radius: 16px;
padding: 2rem 1.5rem;
padding: 1rem 1.25rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
text-align: center;
}
.verify-icon {
width: 80px;
height: 80px;
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;
margin-bottom: 1rem;
}
.verify-icon.success {