Style visa wizard result action row.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
eric 2026-09-04 09:29:58 -05:00
parent e23cf9a03c
commit 1c44721062

View File

@ -5316,6 +5316,17 @@ a.profile-stat-link:hover {
padding: 4px 0; padding: 4px 0;
} }
.wizard-result-actions {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 12px;
}
.wizard-empty-wrap {
text-align: center;
}
.wizard-empty { .wizard-empty {
text-align: center; text-align: center;
color: var(--text-secondary); color: var(--text-secondary);