Reduce height of Clientes/Linhas KPIs
This commit is contained in:
parent
e4426d6b11
commit
ce3eba920a
|
|
@ -466,11 +466,16 @@
|
|||
}
|
||||
|
||||
.kpi-compact {
|
||||
padding: 8px 14px;
|
||||
min-height: auto;
|
||||
padding: 6px 12px;
|
||||
min-height: 56px;
|
||||
align-items: center;
|
||||
|
||||
.val {
|
||||
font-size: 1.05rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.lbl {
|
||||
font-size: 0.68rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue