ignore: zen

This commit is contained in:
Jay V
2025-09-16 17:15:03 -04:00
parent ae84d5a734
commit 36ee4b5ede
3 changed files with 32 additions and 16 deletions

View File

@@ -1,4 +1,20 @@
.root {
[data-component="empty-state"] {
padding: var(--space-20) var(--space-6);
text-align: center;
border: 1px dashed var(--color-border);
border-radius: var(--border-radius-sm);
display: flex;
flex-direction: column;
gap: var(--space-2);
p {
line-height: 1.5;
font-size: var(--font-size-sm);
color: var(--color-text-muted);
}
}
[data-slot="usage-table"] {
overflow-x: auto;
}