dg
This commit is contained in:
parent
f03225aded
commit
16c95fa408
|
|
@ -6,13 +6,16 @@
|
|||
<form id="frmrecherche" name="frmrecherche" method="post" action="Recherche/index/">
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4" style="border-radius: var(--radius-md); background: #ffffff;">
|
||||
<div class="card-header bg-transparent py-3 border-bottom-0">
|
||||
<h5 class="mb-0 fw-bold d-flex align-items-center text-uppercase" style="color: var(--color-primary);">
|
||||
<span class="icon-shape bg-primary-ghost text-primary rounded-circle me-2" style="width: 35px; height: 35px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-search fs-6"></i>
|
||||
</span>
|
||||
<?= _("Recherche assurés") ?>
|
||||
</h5>
|
||||
<div class="d-flex align-items-center justify-content-between mb-4 bg-white p-3 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-search fs-4"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="mb-0 fw-bold text-dark text-uppercase"><?= _("Recherche Assuré") ?></h4>
|
||||
<p class="text-muted small mb-0"><?= _("Retrouvez un bénéficiaire par son numéro, son nom ou ses coordonnées") ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body pt-0">
|
||||
<div class="row g-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user