From 155782f50a4b03179074d695b6ec92bc248f6910 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Jul 2026 19:25:09 +0000 Subject: [PATCH] fix: fonte 20px bold nos relatorios --- src/index.html | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/index.html b/src/index.html index d2a1e7e..9569559 100644 --- a/src/index.html +++ b/src/index.html @@ -160,7 +160,7 @@ padding: 10px 16px; display: flex; justify-content: space-between; align-items: center; } .dif-label { font-size: 12px; font-weight: 700; color: var(--text); text-transform: uppercase; letter-spacing: 0.5px; } - .dif-value { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; } + .dif-value { font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums; } .dif-value.pos, .dif-value.zero { color: var(--green); } .dif-value.neg { color: var(--red); } @@ -1389,26 +1389,26 @@ function buildConfirmHTML(data) { Fechamento de Caixa
@@ -1738,13 +1738,13 @@ function buildReportHTML(data) { Relatório de Fechamento
@@ -1798,21 +1798,21 @@ function openPrintPreview(data, mode) { const previewStyle = ` `;