From 1c447210622cfb57b8ef8eff43592cf857f7714a Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 4 Sep 2026 09:29:58 -0500 Subject: [PATCH] Style visa wizard result action row. Co-authored-by: Cursor --- frontend/src/app/globals.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 7b04d8b..c293935 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -5316,6 +5316,17 @@ a.profile-stat-link:hover { padding: 4px 0; } +.wizard-result-actions { + display: flex; + flex-wrap: wrap; + gap: 6px; + margin-top: 12px; +} + +.wizard-empty-wrap { + text-align: center; +} + .wizard-empty { text-align: center; color: var(--text-secondary);