From 48e1485cac6719720130808feac40872c5ba032f Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 11 Oct 2025 00:44:41 +0300 Subject: [PATCH] Revert "feat: improve miniapp onboarding states" --- miniapp/index.html | 315 +-------------------------------------------- 1 file changed, 4 insertions(+), 311 deletions(-) diff --git a/miniapp/index.html b/miniapp/index.html index bc4fb284..f99c02b6 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -331,57 +331,6 @@ min-width: 220px; } - .empty-state-card { - text-align: center; - padding: 48px 24px; - background: var(--bg-secondary); - border-radius: var(--radius-xl); - margin: 20px 0; - box-shadow: var(--shadow-sm); - display: flex; - flex-direction: column; - gap: 16px; - align-items: center; - } - - .empty-state-icon { - font-size: 56px; - line-height: 1; - } - - .empty-state-title { - font-size: 22px; - font-weight: 700; - color: var(--text-primary); - } - - .empty-state-text { - font-size: 15px; - color: var(--text-secondary); - line-height: 1.6; - max-width: 320px; - } - - .empty-state-hint { - font-size: 13px; - color: var(--text-secondary); - max-width: 320px; - } - - .empty-state-actions { - display: flex; - gap: 12px; - flex-wrap: wrap; - justify-content: center; - width: 100%; - } - - .empty-state-actions .btn { - min-width: 200px; - flex: 1; - max-width: 240px; - } - /* Cards */ .card { background: var(--bg-secondary); @@ -4274,38 +4223,6 @@ - - - -