diff options
| author | Jay V <[email protected]> | 2025-09-16 19:39:34 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-16 19:39:36 -0400 |
| commit | 9f46068c5708d7e83163cd06b40c27ed46d4712f (patch) | |
| tree | d97b9a4a023c15b5e65b9f221234d2baf78fdbfd /cloud/app/src/component/workspace/billing-section.module.css | |
| parent | 479cf2fa4f5f84e330ca4d02601d0d81234811d0 (diff) | |
| download | opencode-9f46068c5708d7e83163cd06b40c27ed46d4712f.tar.gz opencode-9f46068c5708d7e83163cd06b40c27ed46d4712f.zip | |
ignore: mobile styles zen
Diffstat (limited to 'cloud/app/src/component/workspace/billing-section.module.css')
| -rw-r--r-- | cloud/app/src/component/workspace/billing-section.module.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cloud/app/src/component/workspace/billing-section.module.css b/cloud/app/src/component/workspace/billing-section.module.css index 58589de73..0bb5709cb 100644 --- a/cloud/app/src/component/workspace/billing-section.module.css +++ b/cloud/app/src/component/workspace/billing-section.module.css @@ -39,6 +39,10 @@ min-width: 14.5rem; width: fit-content; + @media (max-width: 30rem) { + width: 100%; + } + [data-slot="credit-card"] { padding: var(--space-3-5) var(--space-4); background-color: var(--color-bg-surface); @@ -50,6 +54,7 @@ [data-slot="card-icon"] { display: flex; align-items: center; + color: var(--color-text-muted); } [data-slot="card-details"] { @@ -78,6 +83,14 @@ gap: var(--space-2); align-items: center; + @media (max-width: 30rem) { + flex-direction: column; + + > button { + width: 100%; + } + } + [data-slot="create-form"] { margin: 0; } |
