Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/main/src/app/carriers/carriers.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2 class="text-uppercase">New Carrier</h2>
Save
</button>

<button class="btn btn-danger btn-xl text-uppercase " data-bs-dismiss="modal" type="button"
<button class="btn btn-danger btn-xl text-uppercase ml-2" data-bs-dismiss="modal" type="button"
(click)="closeModal()">
<i class="fas fa-xmark me-1"></i>
Close
Expand Down Expand Up @@ -165,7 +165,7 @@ <h2 class="text-uppercase">Edit Carrier</h2>
Save
</button>

<button class="btn btn-danger btn-xl text-uppercase "
<button class="btn btn-danger btn-xl text-uppercase ml-2"
data-bs-dismiss="modal" type="button" (click)="closeModalEdit()">
<i class="fas fa-xmark me-1"></i>
Close
Expand Down
4 changes: 2 additions & 2 deletions frontend/main/src/app/users/users.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2 class="text-uppercase">New User</h2>
Save
</button>

<button class="btn btn-danger btn-xl text-uppercase " data-bs-dismiss="modal" type="button"
<button class="btn btn-danger btn-xl text-uppercase ml-2" data-bs-dismiss="modal" type="button"
(click)="closeModal()">
<i class="fas fa-xmark me-1"></i>
Close
Expand Down Expand Up @@ -159,7 +159,7 @@ <h2 class="text-uppercase">Edit User</h2>
Save
</button>

<button class="btn btn-danger btn-xl text-uppercase " data-bs-dismiss="modal" type="button"
<button class="btn btn-danger btn-xl text-uppercase ml-2" data-bs-dismiss="modal" type="button"
(click)="closeModalEdit()">
<i class="fas fa-xmark me-1"></i>
Close
Expand Down