#130: Improve service colors on printed PDFs

This commit is contained in:
Nisse Lommerde 2025-04-07 20:15:51 -04:00
parent 51f21f94c1
commit 153014dba8

View File

@ -111,7 +111,9 @@
</div> </div>
<div class="fs-6 text-primary"> <div class="fs-6 text-primary">
{{$order->customer_po}} {{$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>
</div> </div>
@ -182,7 +184,7 @@
<!-- Services Table --> <!-- Services Table -->
<div class="row mt-2"> <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"> <thead class="opacity-50 fw-normal">
<th>Placement & Service</th> <th>Placement & Service</th>
<th class="w-50">Logo Name & Instructions</th> <th class="w-50">Logo Name & Instructions</th>
@ -200,7 +202,7 @@
</div> </div>
<br> <br>
<div class="text-uppercase"> <div class="text-uppercase">
<code style="font-size: 12px"> <code style="font-size: 14px">
{{$service->serviceFile->code}} {{$service->serviceFile->code}}
</code> </code>
</div> </div>
@ -210,7 +212,7 @@
{{$service->serviceFile->name}} {{$service->serviceFile->name}}
</div> </div>
<br> <br>
<div class="text-uppercase"> <div class="text-uppercase" style="color: #d63384;">
{{$service->notes}} {{$service->notes}}
</div> </div>
</td> </td>