This commit is contained in:
2026-04-15 14:40:55 -03:00
parent 3f085c11db
commit 83d8335180
71 changed files with 16697 additions and 6261 deletions
@@ -0,0 +1,17 @@
/* Faixa lateral colorida */
tr.provento {
border-left: 4px solid #1ab394 !important; /* Verde */
}
tr.desconto {
border-left: 4px solid #d9534f !important; /* Vermelho */
}
/* Fundo suave (opcional) */
tr.provento td {
background: #e9f7ef !important;
}
tr.desconto td {
background: #fcebea !important;
}