This commit is contained in:
KONE SOREL 2026-02-27 11:18:25 +00:00
parent 16c95fa408
commit 0699f631dd
2 changed files with 6 additions and 1 deletions

View File

@ -1398,3 +1398,8 @@ select[class*="selectpicker"],
from { opacity: 0; transform: translateY(5px); } from { opacity: 0; transform: translateY(5px); }
to { opacity: 1; transform: translateY(0); } to { opacity: 1; transform: translateY(0); }
} }
#titre-page{
color: var(--color-primary);
letter-spacing: -0.5px;
}

View File

@ -12,7 +12,7 @@
<i class="fas fa-search fs-4"></i> <i class="fas fa-search fs-4"></i>
</div> </div>
<div> <div>
<h4 class="mb-0 fw-bold text-dark text-uppercase"><?= _("Recherche Assuré") ?></h4> <h4 class="mb-0 fw-bold titre-page 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> <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>