This commit is contained in:
KONE SOREL 2025-12-13 20:00:53 +00:00
parent 487b09248b
commit 71d1db2c6b

View File

@ -360,19 +360,19 @@
<!-- Affichage mobile (cartes) -->
<div class="d-md-none">
<div class="col-12">
<div class="rounded border border-success">
<div class="rounded p-2 border border-success">
<small class="text-muted d-block"><?= _("Plafond") ?></small>
<h4 class="text-success mb-0"><?= format_N($plafondGlobalFamille) ?></h4>
</div>
</div>
<div class="col-6">
<div class="rounded border border-primary">
<div class="col-4">
<div class="rounded p-2 border border-primary">
<small class="text-muted d-block"><?= _("Dépense") ?></small>
<h4 class="text-primary mb-0"><?= format_N($consommationGlobaleFamille) ?></h4>
</div>
</div>
<div class="col-6">
<div class="rounded border border-danger">
<div class="col-4">
<div class="rounded p-2 border border-danger">
<small class="text-muted d-block"><?= _("Solde") ?></small>
<h4 class="text-danger mb-0"><?= format_N($soldeConsommation) ?></h4>
</div>