This commit is contained in:
KONE SOREL 2026-03-11 10:26:38 +00:00
parent 377272f179
commit 463b4f0457
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<form id="formData" class="container-fluid p-0">
<div class="card border-0 shadow-sm border-start border-4 border-primary" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<h6 class="mb-0 fw-bold text-uppercase text-success small">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouvel intermédiaire / courtier") ?>
</h6>
</div>

View File

@ -65,4 +65,5 @@
#tableLister thead th { padding-top: 15px; padding-bottom: 15px; font-size: 0.75rem; letter-spacing: 0.5px; }
#tableLister tbody td { border-color: #f1f4f6; height: 60px; }
.shadow-xs { box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.text-primary { color: #212e53 !important; }
</style>