Update Guaranted Letter Styling
This commit is contained in:
@@ -16,16 +16,17 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'Public Sans';
|
font-family: 'Public Sans';
|
||||||
color: #404040;
|
color: #404040;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-sm {
|
.text-sm {
|
||||||
font-size: 12px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.text-md {
|
.text-md {
|
||||||
font-size: 14px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
.text-lg {
|
.text-lg {
|
||||||
font-size: 16px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
.text-gray {
|
.text-gray {
|
||||||
color: #919EAB;
|
color: #919EAB;
|
||||||
@@ -57,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#benefit-table th{
|
#benefit-table th{
|
||||||
font-size: 14px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -70,15 +71,15 @@
|
|||||||
|
|
||||||
#benefit-table td {
|
#benefit-table td {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 12px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table style="width: 100%;">
|
<table style="width: 100%;">
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="4" style="width: 100px;">
|
<td rowspan="4" style="width: 110px;">
|
||||||
<img src="{{ public_path('images/logo-linksehat-vertical-default.png') }}" width="80px">
|
<img src="{{ public_path('images/logo-linksehat-vertical-default.png') }}" width="100px">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -88,7 +89,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text-sm"><span style="margin-bottom: 5px;">Graha Cempaka Mas Blok D/20<br >
|
<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/>
|
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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -135,14 +136,14 @@
|
|||||||
<div class="benefit-table-wrapper">
|
<div class="benefit-table-wrapper">
|
||||||
<table id="benefit-table">
|
<table id="benefit-table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Detail Benefit</th>
|
<th class="text-lg" style="font-weight: 600">Detail Benefit</th>
|
||||||
<th>Limit</th>
|
<th class="text-lg" style="font-weight: 600">Limit</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Medical Check Up</td>
|
<td class="text-lg">Medical Check Up</td>
|
||||||
<td style="align-right">Unlimited</td>
|
<td class="text-lg">As Charged</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{{-- @foreach ($member->currentPlan->corporateBenefits as $corporateBenefit)
|
{{-- @foreach ($member->currentPlan->corporateBenefits as $corporateBenefit)
|
||||||
|
|||||||
Reference in New Issue
Block a user