feat: install and scaffold Tablar theme #6

Merged
rlong merged 139 commits from feature/tablar-theme into master 2026-05-02 16:01:21 -04:00
Showing only changes of commit 17b2224490 - Show all commits
+24
View File
@@ -81,6 +81,30 @@
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="card card-sm">
<div class="card-body">
<div class="row align-items-center">
<div class="col-auto">
<span class="bg-red text-white avatar">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M17 8l4 4l-4 4"></path>
<path d="M3 12h18"></path>
</svg>
</span>
</div>
<div class="col">
<div class="font-weight-medium">
<a href="https://hackathon.tfmm.co/mywinnings" target="_blank" class="text-reset">Self-Checkout</a>
</div>
<div class="text-secondary">Pay online</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>