diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 2a99e10d9130..ab2487d66997 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -2,7 +2,7 @@ :root { --primary-color: $primary_color; --secondary-color: $secondary_color; - --line-height: 1.6; + --line-height: 1.6; } body { @@ -216,8 +216,15 @@ padding-right: 7px; } + #statement-invoice-table-totals, + #statement-payment-table-totals { + margin-top: 1rem; + text-align: right; + margin-right: .75rem; + } + /** Useful snippets, uncomment to enable. **/ - + /** Hide company logo **/ /* .company-logo { display: none } */ @@ -273,10 +280,13 @@
+
+
+