1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

Init Geist font (#2552)

This commit is contained in:
Paweł Kuna
2025-11-26 19:29:27 +01:00
committed by GitHub
parent b1f711635b
commit a198b0c7c5
60 changed files with 770 additions and 27 deletions

View File

@@ -84,8 +84,8 @@
<td class="text-end">$5.000,00</td>
</tr>
<tr>
<td colspan="4" class="font-weight-bold text-uppercase text-end">Total Due</td>
<td class="font-weight-bold text-end">$30.000,00</td>
<td colspan="4" class="font-weight-semibold text-uppercase text-end">Total Due</td>
<td class="font-weight-semibold text-end">$30.000,00</td>
</tr>
</table>

View File

@@ -3,7 +3,7 @@
<div{% if include.class %} class="{{ include.class }}"{% endif %}>
<div class="d-flex mb-1 align-items-center lh-1">
<div class="fs-5 font-weight-bolder m-0">{{ include.label | default: 'Label' }}</div>
<div class="fs-5 font-weight-semibold m-0">{{ include.label | default: 'Label' }}</div>
{% if include.description %}
<div class="fs-6 text-secondary ms-2">{{ include.description }}</div>
{% endif %}