Fixes for modern design

This commit is contained in:
David Bomba 2021-11-24 17:47:21 +11:00
parent 9edd8c6de5
commit 602bc327c8
2 changed files with 9 additions and 9 deletions

View File

@ -188,9 +188,9 @@ class CreateRawPdf implements ShouldQueue
nlog(print_r($e->getMessage(), 1)); nlog(print_r($e->getMessage(), 1));
} }
if (config('ninja.log_pdf_html')) { // if (config('ninja.log_pdf_html')) {
info($maker->getCompiledHTML()); info($maker->getCompiledHTML());
} // }
if ($pdf) if ($pdf)
return $pdf; return $pdf;

View File

@ -2,8 +2,8 @@
@import url($font_url); @import url($font_url);
:root { :root {
--primary-color: #298aab; --primary-color: $primary_color;
--secondary-color: #7081e0; --secondary-color: $secondary_color;
} }
body { body {
@ -149,13 +149,13 @@
#footer, #footer-spacer { #footer, #footer-spacer {
height: 220px; height: 220px;
padding: 1rem 3rem; padding: 1rem 1.5rem;
margin-top: 1rem; margin-top: 1rem;
} }
.footer-content { .footer-content {
display: flex; display: flex;
gap: 20px; gap: 10px;
width: 100%; width: 100%;
/* grid-template-columns: 1fr 1fr 1fr; */ /* grid-template-columns: 1fr 1fr 1fr; */
color: #fff4e9; color: #fff4e9;
@ -165,8 +165,8 @@
.footer-company-details-address-wrapper { .footer-company-details-address-wrapper {
display: flex; display: flex;
gap: 25px; gap: 5px;
margin-right: 150px; margin-right: 60px;
} }
#company-address, #company-address,
@ -348,7 +348,7 @@ $entity_images
<div id="footer"> <div id="footer">
<div class="footer-content"> <div class="footer-content">
<div> <div style="width: 70%;">
<p data-ref="total_table-footer">$entity_footer</p> <p data-ref="total_table-footer">$entity_footer</p>
<script> <script>