fg
This commit is contained in:
parent
16c95fa408
commit
0699f631dd
|
|
@ -1398,3 +1398,8 @@ select[class*="selectpicker"],
|
|||
from { opacity: 0; transform: translateY(5px); }
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
|
||||
#titre-page{
|
||||
color: var(--color-primary);
|
||||
letter-spacing: -0.5px;
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<i class="fas fa-search fs-4"></i>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user