Skip to content

Commit

Permalink
feat: align icons inline (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
LAU-MG committed Jan 23, 2024
1 parent f0937de commit 825fac4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ <h3 class="fs-6 mb-0">
<i class="small text-muted-dark">{{ serviceItem.description }}</i>
</div>

<span class="ms-auto d-flex flex-column">
<span role="img" class="ri-arrow-right-s-line text-muted-dark ri-2x mb-auto" aria-hidden="true"></span>
<span class="ms-auto d-flex align-items-center mt-3">
<button
class="btn btn-link p-0 text-decoration-none z-index-over-base"
class="btn btn-link p-0 text-decoration-none z-index-over-base mb-auto"
(click)="
displayInformations.emit($any(serviceItem.value));
displayInformationsInvokingContext.emit($event);
Expand All @@ -37,5 +36,6 @@ <h3 class="fs-6 mb-0">
<span class="visually-hidden">Info</span>
<span role="img" class="ri-information-line fw-normal text-muted-dark ri-2x text-opacity-50" aria-hidden="true"></span>
</button>
<span role="img" class="ri-arrow-right-s-line text-muted-dark ri-2x mb-auto" aria-hidden="true"></span>
</span>
</div>

0 comments on commit 825fac4

Please sign in to comment.