[#17] CreditNote: Overhaul CreditNote

This commit is contained in:
2023-12-22 15:30:39 +01:00
parent 82f93746ab
commit b9a2893d80
10 changed files with 226 additions and 79 deletions

View File

@ -1,6 +1,7 @@
table.credit .amount.sum {
padding-bottom: 1mm;
table.credit .mod {
padding-left: 5mm;
}
table.credit tbody tr:not(.first):not(.last) {
@ -8,10 +9,18 @@ table.credit tbody tr:not(.first):not(.last) {
break-after: avoid;
}
table.credit tbody tr.first td {
padding-top: 1mm;
table.credit tr:not(.first) td {
padding-top: 0;
}
table.credit tbody tr.last td {
padding-bottom: 1mm;
table.credit tr.last td {
padding-bottom: 0;
}
table.credit tr.sum {
font-size: 12pt;
}
table.credit tr.sum td {
padding-top: 1mm;
}