email styles

This commit is contained in:
Diego Calvo
2021-03-30 12:16:09 +02:00
parent e25e176a88
commit 5f58981fe1

View File

@@ -685,7 +685,7 @@
word-break: break-word;
"
>
<div
<span
style="
font-family: Noto Sans;
font-size: 15px;
@@ -694,9 +694,9 @@
color: #374493;
"
>
<span style="font-weight: bold">Nombre: </span>
<strong>Nombre: </strong>
{{company.company_name}}
</div>
</span>
</td>
</tr>
<tr>
@@ -712,7 +712,7 @@
word-break: break-word;
"
>
<div
<span
style="
font-family: Noto Sans;
font-size: 15px;
@@ -721,9 +721,9 @@
color: #374493;
"
>
<span style="font-weight: bold">Email: </span>
<strong>Email: </strong>
{{company.email}}
</div>
</span>
</td>
</tr>
<tr>