PDF templates fix

DomPDF font-weight problems fix
This commit is contained in:
edevrob
2020-12-09 21:13:56 +02:00
parent 2bd01c4014
commit 8dee0da434
9 changed files with 41 additions and 37 deletions

View File

@ -273,7 +273,7 @@
}
.total-table-attribute-value {
font-weight: 500;
font-weight: bold;
text-align: right;
font-size: 12px;
color: #040405;

View File

@ -314,7 +314,7 @@
<h1 class="header-logo"> {{$invoice->user->company->name}} </h1>
@endif
</td>
<td width="50%" class="company-address-container company-address">
<td width="50%" class="company-address-container company-address text-right">
{!! $company_address !!}
</td>
</tr>