diff options
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; |
