1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-14 09:34:19 +04:00

Replace outdated font-weight- classes with valid fw- classes (#2614)

Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
Daniel Vítek
2026-02-15 14:57:06 +01:00
committed by GitHub
parent 100a37b38e
commit ac87b76fe7
10 changed files with 18 additions and 13 deletions
+3 -3
View File
@@ -18,17 +18,17 @@ permalink: pricing-table.html
</div>
</td>
<td class="text-center">
<div class="text-uppercase text-secondary font-weight-medium">Starter</div>
<div class="text-uppercase text-secondary fw-medium">Starter</div>
<div class="display-6 fw-bold my-3">$0</div>
<a href="#" class="btn w-100">Choose plan</a>
</td>
<td class="text-center">
<div class="text-uppercase text-secondary font-weight-medium">Professional</div>
<div class="text-uppercase text-secondary fw-medium">Professional</div>
<div class="display-6 fw-bold my-3">$9</div>
<a href="#" class="btn btn-green w-100">Choose plan</a>
</td>
<td class="text-center">
<div class="text-uppercase text-secondary font-weight-medium">Business</div>
<div class="text-uppercase text-secondary fw-medium">Business</div>
<div class="display-6 fw-bold my-3">$16</div>
<a href="#" class="btn w-100">Choose plan</a>
</td>