diff options
Diffstat (limited to 'cloud/app/src/component/workspace/key-section.module.css')
| -rw-r--r-- | cloud/app/src/component/workspace/key-section.module.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cloud/app/src/component/workspace/key-section.module.css b/cloud/app/src/component/workspace/key-section.module.css index 3a9f3ef85..6a1d0c85f 100644 --- a/cloud/app/src/component/workspace/key-section.module.css +++ b/cloud/app/src/component/workspace/key-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="create-form"] { display: flex; flex-direction: column; |
