Skip to content

Commit

Permalink
feat: add a gap between buttons to fiche imprimer (#457)
Browse files Browse the repository at this point in the history
* feat: add a gap between buttons to fiche imprimer

* feat: add correction to gap between to fiche imprimer
  • Loading branch information
LAU-MG committed Feb 6, 2024
1 parent f997c88 commit 3853cf0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<app-modal #modal heading="Imprimer" icon="ri-printer-line" bgBody="light" bgFooter="light">
<div class="text-center">
<h5 class="h5 fw-bold text-primary">Vous êtes médiateur numérique ?</h5>
<div class="my-3">
<h5 class="h5 fw-bold text-primary mt-5">Vous êtes médiateur numérique ?</h5>
<div class="mt-2 mb-4">
<span class="d-block">Vous pouvez générer une fiche d'orientation pour la structure</span>
qui accueillera votre bénéficiaire.
</div>
</div>
<button
type="button"
(click)="orientationSheetModalModal.emit($event); modal.close()"
class="btn bg-white mb-3 px-lg-3 px-2 py-3 rounded-0 d-flex position-relative w-100">
class="btn bg-white mb-5 px-lg-3 px-2 py-3 rounded-0 d-flex position-relative w-100">
<span class="ri-circled bg-primary text-light fw-normal me-3 my-auto d-sm-block d-none">
<span role="img" class="ri-book-marked-line" aria-hidden="true"></span>
</span>
Expand All @@ -23,7 +23,7 @@ <h5 class="h5 fw-bold text-primary">Vous êtes médiateur numérique ?</h5>
<button
type="button"
(click)="print.emit()"
class="btn bg-white mb-3 px-lg-3 px-2 py-3 rounded-0 d-flex position-relative w-100">
class="btn bg-white px-lg-3 px-2 py-3 rounded-0 d-flex position-relative w-100 my-4">
<span class="ri-circled bg-primary text-light fw-normal me-3 my-auto d-sm-block d-none">
<span role="img" class="ri-printer-line" aria-hidden="true"></span>
</span>
Expand Down

0 comments on commit 3853cf0

Please sign in to comment.