feat: add KPI row, filter bar, and chart card components (Task 2.2)
This commit is contained in:
@@ -200,6 +200,21 @@ body {
|
||||
}
|
||||
.filter-select:focus { outline: 3px solid var(--nhs-yellow); outline-offset: 0; }
|
||||
|
||||
/* Dash dcc.Dropdown overrides for filter bar */
|
||||
.filter-dropdown {
|
||||
min-width: 160px;
|
||||
font-size: 14px;
|
||||
font-family: inherit;
|
||||
}
|
||||
.filter-dropdown .Select-control {
|
||||
height: 34px;
|
||||
border-color: var(--nhs-pale-grey);
|
||||
}
|
||||
.filter-dropdown .Select-value-label {
|
||||
color: var(--nhs-dark-grey) !important;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* ── Chart Area ── */
|
||||
.chart-card {
|
||||
background: var(--nhs-white);
|
||||
|
||||
Reference in New Issue
Block a user