ui chnages of mobile viwe respo and adding login page logo

This commit is contained in:
2026-01-12 13:32:09 +05:30
parent 64fbb91199
commit 58eff71c7c
2 changed files with 129 additions and 44 deletions

View File

@@ -18,10 +18,9 @@
</div>
</div>
<!-- Responsive Table -->
<div class="table-responsive">
<table class="table table-bordered table-striped align-middle text-nowrap">
<thead class="table-dark">
<tr>
<th>ID</th>
@@ -66,19 +65,21 @@
</a>
</div>
</td>
</tr>
{% endfor %}
/tr>
{% endfor %}
</tbody>
<!-- TOTAL ROW -->
<tfoot>
<tr class="table-secondary fw-bold">
<td colspan="5" class="text-end">
Total Subcontractors
</td>
<td class="text-center">
{{ subcontractors|length }}
</td>
<td colspan="2" class="text-end"> Total Subcontractors</td>
<td class="d-none d-lg-table-cell">-</td>
<td class="d-none d-lg-table-cell">-</td>
<td class="d-none d-lg-table-cell">-</td>
<td class="text-center">{{ subcontractors|length }}</td>
</tr>
</tfoot>