mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 11:26:40 +02:00
All CRM endpoints tested successfully on insight-dev-01. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
402 B
CSS
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);
|
|
}
|