This commit is contained in:
KONE SOREL 2026-04-03 16:05:39 +00:00
parent 615f75c2b2
commit d88f22f9cd
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<div class="modal-body p-4 bg-white">
<input class="sr-only" type="text" id="idTypebon" name="idTypebon" value="<?= $this->nettoyer($typebon['idTypebon']) ?>">
<div class="p-3 mb-4 rounded-3 border shadow-sm bg-light">
<div class="p-3 mb-4 rounded-3 border shadow-sm bg-primary-ghost">
<label class="form-label small fw-bold text-muted text-uppercase mb-2" style="font-size: 0.65rem; letter-spacing: 0.05em;">
<?= _("Configuration Actuelle") ?>
</label>

View File

@ -35,7 +35,7 @@
<div class="row g-2">
<div class="col-lg-5">
<div class="card border-0 shadow-sm h-100 bg-light">
<div class="card border-0 shadow-sm h-100 bg-primary-ghost">
<div class="card-header bg-transparent py-3 border-bottom border-2">
<h6 class="mb-0 fw-bold text-muted text-uppercase"><i class="fas fa-history me-2"></i><?= _("Valeurs Actuelles") ?></h6>
</div>