df
This commit is contained in:
parent
377272f179
commit
463b4f0457
|
|
@ -1,7 +1,7 @@
|
||||||
<form id="formData" class="container-fluid p-0">
|
<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 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">
|
<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") ?>
|
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouvel intermédiaire / courtier") ?>
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -65,4 +65,5 @@
|
||||||
#tableLister thead th { padding-top: 15px; padding-bottom: 15px; font-size: 0.75rem; letter-spacing: 0.5px; }
|
#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; }
|
#tableLister tbody td { border-color: #f1f4f6; height: 60px; }
|
||||||
.shadow-xs { box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
|
.shadow-xs { box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
|
||||||
|
.text-primary { color: #212e53 !important; }
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user