Files
dashboards/apps/business/src/pages/WebsitePage.module.css
T
Alireza HassaniandCursor f566387c61 Initial commit: Meshkee dashboards monorepo.
Includes business, customer, and super-admin apps with shared packages and production deploy scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-22 13:48:53 +03:30

41 lines
729 B
CSS

.panel {
width: 100%;
background: var(--glass-bg);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid var(--glass-border);
border-radius: var(--radius);
box-shadow: var(--glass-shadow);
padding: 24px;
}
.placeholderLead {
margin: 0 0 10px;
font-size: 15px;
line-height: 1.6;
color: var(--text-primary);
font-weight: 500;
}
.placeholderNote {
margin: 0;
font-size: 13px;
line-height: 1.6;
color: var(--text-secondary);
}
.featureList {
margin: 16px 0 0;
padding-left: 18px;
display: flex;
flex-direction: column;
gap: 8px;
font-size: 13px;
line-height: 1.5;
color: var(--text-secondary);
}
.featureList li::marker {
color: var(--primary);
}