#130: Improve service colors on printed PDFs
This commit is contained in:
parent
51f21f94c1
commit
153014dba8
@ -111,7 +111,9 @@
|
||||
</div>
|
||||
<div class="fs-6 text-primary">
|
||||
{{$order->customer_po}}
|
||||
@if($order->pre_production)<span class="text-danger"> (pre-pro)</span>@endif()
|
||||
@if($order->pre_production)
|
||||
<span class="text-danger"> (pre-pro)</span>
|
||||
@endif()
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -182,7 +184,7 @@
|
||||
|
||||
<!-- Services Table -->
|
||||
<div class="row mt-2">
|
||||
<table class="table table-striped" style="font-size: 12px;">
|
||||
<table class="table table-striped" style="font-size: 13px;">
|
||||
<thead class="opacity-50 fw-normal">
|
||||
<th>Placement & Service</th>
|
||||
<th class="w-50">Logo Name & Instructions</th>
|
||||
@ -200,7 +202,7 @@
|
||||
</div>
|
||||
<br>
|
||||
<div class="text-uppercase">
|
||||
<code style="font-size: 12px">
|
||||
<code style="font-size: 14px">
|
||||
{{$service->serviceFile->code}}
|
||||
</code>
|
||||
</div>
|
||||
@ -210,7 +212,7 @@
|
||||
{{$service->serviceFile->name}}
|
||||
</div>
|
||||
<br>
|
||||
<div class="text-uppercase">
|
||||
<div class="text-uppercase" style="color: #d63384;">
|
||||
{{$service->notes}}
|
||||
</div>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user