Update Guaranted Letter Styling

This commit is contained in:
R
2023-02-01 20:17:32 +07:00
parent ba310a21c1
commit 0b50e4c980

View File

@@ -16,16 +16,17 @@
body {
font-family: 'Public Sans';
color: #404040;
font-size: 20px;
}
.text-sm {
font-size: 12px;
font-size: 18px;
}
.text-md {
font-size: 14px;
font-size: 20px;
}
.text-lg {
font-size: 16px;
font-size: 22px;
}
.text-gray {
color: #919EAB;
@@ -57,7 +58,7 @@
}
#benefit-table th{
font-size: 14px;
font-size: 20px;
font-weight: 400;
padding: 15px;
text-align: left;
@@ -70,15 +71,15 @@
#benefit-table td {
padding: 15px;
font-size: 12px;
font-size: 20px;
}
</style>
</head>
<body>
<table style="width: 100%;">
<tr>
<td rowspan="4" style="width: 100px;">
<img src="{{ public_path('images/logo-linksehat-vertical-default.png') }}" width="80px">
<td rowspan="4" style="width: 110px;">
<img src="{{ public_path('images/logo-linksehat-vertical-default.png') }}" width="100px">
</td>
</tr>
@@ -88,7 +89,7 @@
<tr>
<td class="text-sm"><span style="margin-bottom: 5px;">Graha Cempaka Mas Blok D/20<br >
Jl. Let. Jend. Suprapto, Jakarta Pusat 10640</span><br/>
<span>Whatsapp : +62 858-9000-8500</span> <span>E-mail :linksehat@linksehat.com</span>
<span>Whatsapp : +62 858-9000-8500</span> | <span>E-mail :helpdesk@linksehat.com</span>
</td>
</tr>
</table>
@@ -135,14 +136,14 @@
<div class="benefit-table-wrapper">
<table id="benefit-table">
<tr>
<th>Detail Benefit</th>
<th>Limit</th>
<th class="text-lg" style="font-weight: 600">Detail Benefit</th>
<th class="text-lg" style="font-weight: 600">Limit</th>
</tr>
<tr>
<td>Medical Check Up</td>
<td style="align-right">Unlimited</td>
<td class="text-lg">Medical Check Up</td>
<td class="text-lg">As Charged</td>
</tr>
{{-- @foreach ($member->currentPlan->corporateBenefits as $corporateBenefit)