INSIGHT-MVP/packages/frontend/src/shell/DashboardPage.module.css
Thomas Reitz 43877bbb4a docs(crm): update Summarize.md with deployment status and test results
All CRM endpoints tested successfully on insight-dev-01.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 18:08:00 +01:00

19 lines
402 B
CSS

/* ============================================================
DashboardPage - Header Layout
============================================================ */
.header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
gap: 1rem;
flex-wrap: wrap;
}
.title {
font-size: 1.5rem;
font-weight: 600;
margin: 0;
color: var(--color-text);
}