fix: invoice pdf document

This commit is contained in:
Ahmed Bouhuolia
2023-11-30 13:49:43 +02:00
parent 5a958cc9fa
commit 30b5f8120a
5 changed files with 26 additions and 11 deletions

View File

@@ -137,10 +137,14 @@
tbody tr.payment-amount td:last-child {
color: red
}
tbody tr.blanace-due td {
tbody tr.blanace-due td{
border-top: 3px double #666;
font-weight: bold;
}
tbody tr.total td {
border-top: 1px solid #666;
font-weight: bold;
}
}
}