Restore compact KPI sizing
This commit is contained in:
parent
4b9796cb0e
commit
df1bc45d32
|
|
@ -466,16 +466,16 @@
|
|||
}
|
||||
|
||||
.kpi-compact {
|
||||
padding: 4px 10px;
|
||||
min-height: 46px;
|
||||
padding: 6px 12px;
|
||||
min-height: 56px;
|
||||
align-items: center;
|
||||
|
||||
.val {
|
||||
font-size: 0.95rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.lbl {
|
||||
font-size: 0.64rem;
|
||||
font-size: 0.68rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue