diff --git a/decnet_web/src/components/EmptyState/EmptyState.css b/decnet_web/src/components/EmptyState/EmptyState.css index c3d0b993..e69e63b4 100644 --- a/decnet_web/src/components/EmptyState/EmptyState.css +++ b/decnet_web/src/components/EmptyState/EmptyState.css @@ -1,6 +1,17 @@ /* Shared EmptyState styling. Component-scoped .empty-state rules (Attackers/Bounty/LiveLogs) still win over these base rules. */ +.empty-state { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + gap: 10px; + padding: 36px 20px; + min-height: 140px; +} + .empty-state-icon { opacity: 0.4; color: var(--violet);