diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index b2ddee254c3e..b75e2d489d46 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -134,7 +134,7 @@ margin-right: 0; } } - + #product-table-footer { page-break-inside: avoid; } diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index cf4f5e384a04..0d84d8e69dc8 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -11,9 +11,6 @@ -moz-osx-font-smoothing: grayscale; font-family: Arial, Helvetica, sans-serif; font-size: '$font-size'; - } - - @page { margin: 1cm; } diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html index 5966b7a140ca..12afeced77fb 100644 --- a/resources/views/pdf-designs/creative.html +++ b/resources/views/pdf-designs/creative.html @@ -9,11 +9,6 @@ font-size: '$font-size'; } - @page { - margin-top: 1cm; - margin-bottom: 1cm; - } - p { margin: 0; padding: 0; @@ -24,6 +19,8 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: Arial, Helvetica, sans-serif; + margin-top: 1cm; + margin-bottom: 1cm; } @media print { diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html index 6a331eb6ef40..613df3046dac 100644 --- a/resources/views/pdf-designs/elegant.html +++ b/resources/views/pdf-designs/elegant.html @@ -9,10 +9,6 @@ font-size: '$font-size'; } - @page { - margin: 1cm; - } - p { margin: 0; padding: 0; @@ -22,6 +18,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: Arial, Helvetica, sans-serif; + margin: 1cm; } .company-logo-wrapper { @@ -111,7 +108,7 @@ padding-bottom: 1rem; border-bottom: 4px solid; } - + #product-table-footer { page-break-inside: avoid; } @@ -119,7 +116,7 @@ #product-table-footer > * { display: grid; grid-template-columns: 3fr 1fr 1fr; - padding-top: .5rem; + padding-top: 0.5rem; padding-left: 1rem; gap: 20px; } diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html index 7c984673b6ba..d549f89f9663 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -9,11 +9,6 @@ font-size: '$font-size'; } - @page { - margin: 1cm; - } - - p { margin: 0; padding: 0; @@ -25,11 +20,14 @@ font-family: Arial, Helvetica, sans-serif; } + @page { margin: 1cm; } + .header-wrapper { display: grid; grid-template-columns: 1.2fr 1.8fr; gap: 20px; } + .header-wrapper .header-text-label { font-size: 1.1rem; color: #bba238; @@ -124,7 +122,7 @@ #product-table-footer > * { display: grid; grid-template-columns: 3fr 1fr 1fr; - padding-top: .5rem; + padding-top: 0.5rem; padding-left: 1rem; gap: 20px; } diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index e8eadaf91671..485b1225f6f5 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -9,10 +9,6 @@ font-size: '$font-size'; } - @page { - margin: 1cm; - } - p { margin: 0; padding: 0; @@ -23,6 +19,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: Arial, Helvetica, sans-serif; + margin: 1cm; } .header-wrapper { diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html index 672160867b64..89d602512390 100644 --- a/resources/views/pdf-designs/playful.html +++ b/resources/views/pdf-designs/playful.html @@ -9,10 +9,6 @@ font-size: '$font-size'; } - @page { - margin: 1cm; - } - p { margin: 0; padding: 0; @@ -22,6 +18,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: Arial, Helvetica, sans-serif; + margin: 1cm; } .header-wrapper {