This commit is contained in:
KONE SOREL 2026-04-11 13:47:03 +00:00
parent ba55b63832
commit c2a66a591b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm overflow-hidden" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center border-bottom bg-light">
<div class="card-header bg-light py-3 border-bottom d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-user-tag me-2"></i><?= _("Référentiel des Titres / Civilités") ?>
</h6>

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm overflow-hidden" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center border-bottom bg-light">
<div class="card-header bg-light py-3 border-bottom d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-city me-2"></i><?= _("Référentiel des Territoires") ?>
</h6>