This commit is contained in:
KONE SOREL 2026-04-11 12:04:03 +00:00
parent 6687a8269c
commit 610d7b2535

View File

@ -1,5 +1,5 @@
<div class="card border-0 shadow-sm overflow-hidden" style="border-radius: 12px;">
<div class="card-header bg-white py-3 border-bottom d-flex justify-content-between align-items-center">
<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" style="flex: 1;">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-calendar-alt me-2"></i><?= _("Calendrier des Jours Fériés") ?>
@ -116,5 +116,5 @@
border-color: #212e53;
box-shadow: none;
}
.text-primary { color: #212e53 !important; }
</style>