wip: zen lite

This commit is contained in:
Frank
2026-02-23 23:01:23 -05:00
parent eda71373b0
commit cda2af2589
20 changed files with 94 additions and 58 deletions

View File

@@ -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;