diff options
| author | Jay V <[email protected]> | 2025-09-16 17:15:03 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-16 17:17:17 -0400 |
| commit | 36ee4b5edeaccebf552215c151610cbd0f28d8fb (patch) | |
| tree | 7966e1042a4f9d97942382be9968c1fad786c840 /cloud/app/src/component/workspace/usage-section.module.css | |
| parent | ae84d5a7340671a971954d80e26ab04d34e14f7e (diff) | |
| download | opencode-36ee4b5edeaccebf552215c151610cbd0f28d8fb.tar.gz opencode-36ee4b5edeaccebf552215c151610cbd0f28d8fb.zip | |
ignore: zen
Diffstat (limited to 'cloud/app/src/component/workspace/usage-section.module.css')
| -rw-r--r-- | cloud/app/src/component/workspace/usage-section.module.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cloud/app/src/component/workspace/usage-section.module.css b/cloud/app/src/component/workspace/usage-section.module.css index 520dc8f21..1a772ba87 100644 --- a/cloud/app/src/component/workspace/usage-section.module.css +++ b/cloud/app/src/component/workspace/usage-section.module.css @@ -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; } |
