diff options
| author | Frank <[email protected]> | 2026-02-23 23:01:23 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-02-24 04:45:41 -0500 |
| commit | cda2af2589ddef9265ca2db379ecd4ab556f6be8 (patch) | |
| tree | 40c02796f63186cf1bb27b5a80146bef7685fa16 /packages/console/app/src/routes/black.css | |
| parent | eda71373b0f37e56ca07921d13b3faf566824d04 (diff) | |
| download | opencode-cda2af2589ddef9265ca2db379ecd4ab556f6be8.tar.gz opencode-cda2af2589ddef9265ca2db379ecd4ab556f6be8.zip | |
wip: zen lite
Diffstat (limited to 'packages/console/app/src/routes/black.css')
| -rw-r--r-- | packages/console/app/src/routes/black.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/console/app/src/routes/black.css b/packages/console/app/src/routes/black.css index 66bffea59..4031a78fc 100644 --- a/packages/console/app/src/routes/black.css +++ b/packages/console/app/src/routes/black.css @@ -335,6 +335,19 @@ } } + [data-slot="paused"] { + flex: 1; + display: flex; + align-items: center; + justify-content: center; + color: rgba(255, 255, 255, 0.59); + font-size: 18px; + font-style: normal; + font-weight: 400; + line-height: 160%; + padding: 120px 20px; + } + [data-slot="pricing-card"] { display: flex; flex-direction: column; |
