consistant button styles
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m12s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m12s
This commit is contained in:
parent
1c0e1ef72f
commit
73521ff4c1
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user