This commit is contained in:
KONE SOREL 2026-03-18 14:08:48 +00:00
parent 89de61127b
commit e71ec93594

View File

@ -5,7 +5,7 @@
<div class="card border-0 shadow-sm h-100">
<div class="card-header bg-white py-3 border-bottom">
<div class="d-flex justify-content-between align-items-center mb-3">
<h6 class="mb-0 fw-bold text-muted text-uppercase small">
<h6 class="mb-0 fw-bold text-primary text-uppercase">
<i class="fas fa-unlock me-2"></i><?= _("Réseaux Disponibles") ?>
</h6>
</div>
@ -84,7 +84,7 @@
</div>
<style>
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; color: #212e53; }
.bg-primary-ghost { background-color: rgba(52, 98, 223, 0.08) !important; color: #212e53; }
.bg-success-light { background-color: rgba(25, 135, 84, 0.08) !important; }
.btn-danger-light { color: #dc3545; background-color: rgba(220, 53, 69, 0.1); border: none; }