From 6de3637501d7d2300a8603c99dbd4ff4aab35b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 24 Aug 2021 15:34:40 +0200 Subject: [PATCH] Plain: `#statement-invoice-table-details`, `#statement-payment-table-totals` --- resources/views/pdf-designs/plain.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 @@
+
+
+