fix(monitor/frontend): drop --type-body 13px → 12px (more density for table data; KPI/hero numbers unchanged)
This commit is contained in:
parent
0695f5d9a4
commit
887dc217d2
|
|
@ -21,7 +21,7 @@ export const density = {
|
|||
} as const;
|
||||
|
||||
export const typeSizes = {
|
||||
body: 13,
|
||||
body: 12,
|
||||
label: 11,
|
||||
numL: 20,
|
||||
numXL: 28,
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ $container-full: 100%;
|
|||
--letter-spacing-label: 0.08em;
|
||||
|
||||
// Sizes — intentionally smaller than SaaS defaults for operator density
|
||||
--type-body: 13px;
|
||||
--type-body: 12px;
|
||||
--type-label: 11px; // UPPERCASE labels
|
||||
--type-num-l: 20px; // KPI numbers
|
||||
--type-num-xl: 28px; // hero KPI numbers (rare; only top-of-panel)
|
||||
|
|
|
|||
Loading…
Reference in New Issue