consistant button styles
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m12s

This commit is contained in:
Corban-Lee Jones 2024-11-13 19:30:51 +00:00
parent 1c0e1ef72f
commit 73521ff4c1
2 changed files with 4 additions and 2 deletions

View File

@ -55,8 +55,9 @@
</button>
<button type="submit" class="btn btn-primary rounded-1 me-0 px-4" tabindex="7">
<i class="bi bi-floppy"></i>
<span class="ms-2 d-none d-sm-inline">Save</span>
</button>
<button type="button" class="btn btn-secondary rounded-1 me-0 ms-3" data-bs-dismiss="modal" tabindex="8">
<button type="button" class="btn btn-secondary rounded-1 me-0 ms-3 px-3 px-sm-4" data-bs-dismiss="modal" tabindex="8">
<i class="bi bi-arrow-return-right"></i>
</button>
</div>

View File

@ -97,8 +97,9 @@
</button>
<button type="submit" class="btn btn-primary rounded-1 me-0 px-4" tabindex="11">
<i class="bi bi-floppy"></i>
<span class="ms-2 d-none d-sm-inline">Save</span>
</button>
<button type="button" class="btn btn-secondary rounded-1 me-0 ms-3" data-bs-dismiss="modal" tabindex="12">
<button type="button" class="btn btn-secondary rounded-1 me-0 ms-3 px-3 px-sm-4" data-bs-dismiss="modal" tabindex="12">
<i class="bi bi-arrow-return-right"></i>
</button>
</div>