From ce3eba920a8a946eaacf554d9f23729969aabd20 Mon Sep 17 00:00:00 2001 From: Eduardo Lopes <155753879+eduardolopesx03@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:15:53 -0300 Subject: [PATCH] Reduce height of Clientes/Linhas KPIs --- src/app/pages/faturamento/faturamento.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/pages/faturamento/faturamento.scss b/src/app/pages/faturamento/faturamento.scss index ff7d4e7..4e76be3 100644 --- a/src/app/pages/faturamento/faturamento.scss +++ b/src/app/pages/faturamento/faturamento.scss @@ -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; } }