From 938bcbf9e92113251392b10efd04a59567e7dcc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 18 Aug 2021 11:03:37 +0200 Subject: [PATCH] Bold: Line height, company logo, width on description --- resources/views/pdf-designs/bold.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html index a491a9323046..dad6d9c26127 100644 --- a/resources/views/pdf-designs/bold.html +++ b/resources/views/pdf-designs/bold.html @@ -2,6 +2,7 @@ :root { --primary-color: $primary_color; --secondary-color: $secondary_color; + --line-height: 1.6; } body { @@ -31,10 +32,12 @@ padding: 3rem; color: white; min-width: 100%; + line-height: var(--line-height); } .company-logo { max-width: 65%; + max-width: 50%; } #company-details, @@ -47,6 +50,7 @@ margin: 2rem; display: flex; flex-direction: column; + line-height: var(--line-height); } #client-details > :first-child { @@ -251,6 +255,10 @@ margin-bottom: 0; } + [data-ref="product_table-product.description-th"] { + width: 23%; + } + /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/