feat: realign and changed icons

This commit is contained in:
Aqqil Azman
2024-05-16 19:17:10 +08:00
parent 0797f26fe1
commit 6686bf43ee
@@ -17,35 +17,36 @@
{{item.issuer_name}}
</div>
</div>
<div class="col-auto">
<div class="font-heading fs-10 muted all-caps">Export</div>
<!-- pdf format output button-->
<a :href="route('group.pdf', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa fa-file-pdf-o"></i>
</button>
</a>
<!-- txt format output button-->
<a :href="route('group.text', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa solid fa-file-text"></i>
</button>
</a>
<!-- csv format output button-->
<a :href="route('group.excel', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa solid fa-file-excel-o"></i>
</button>
</a>
<!-- invoice format output button-->
<a :href="route('group.invoice', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa fa-list-alt" aria-hidden="true"></i>
</button>
</a>
<div class="col">
<div class="font-heading fs-10 muted all-caps text-right">Export</div>
<div class="row parentcontainer">
<div class="col d-flex justify-content-end">
<!-- pdf format output button-->
<a :href="route('group.pdf', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa fa-file-pdf-o"></i>
</button>
</a>
<!-- txt format output button-->
<a :href="route('group.text', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa solid fa-file-text-o"></i>
</button>
</a>
<!-- csv format output button-->
<a :href="route('group.excel', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa solid fa-file-excel-o"></i>
</button>
</a>
<!-- invoice format output button-->
<a :href="route('group.invoice', item.id)" target="_blank">
<button class="btn btn-xs b-rad-none">
<i class="fa fa-list-alt" aria-hidden="true"></i>
</button>
</a>
</div>
</div>
</div>
</div>