f
This commit is contained in:
parent
c1dce7b2c1
commit
9da5ca7c63
|
|
@ -5,11 +5,11 @@
|
|||
<div class="page-content">
|
||||
<form id="frmrecherche" name="frmrecherche" method="post" action="Recherche/index/">
|
||||
|
||||
<div class="header-section mb-5">
|
||||
<div class="header-section mb-4">
|
||||
<div class="d-flex align-items-center justify-content-between 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 class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-search fs-5"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Recherche Assuré") ?></h4>
|
||||
|
|
@ -17,7 +17,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="header-divider mt-4">
|
||||
</div>
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4" style="border-radius: var(--radius-md); background: #ffffff;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user