This commit is contained in:
KONE SOREL 2026-04-11 13:33:24 +00:00
parent 6fc7be7f51
commit b8b0480327
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm overflow-hidden" style="border-radius: var(--radius-md);">
<div class="card-header bg-white py-3 border-bottom d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center">
<div class="d-flex align-items-center border-bottom bg-light ">
<h6 class="mb-0 fw-bold text-uppercase text-primary small">
<i class="fas fa-concierge-bell me-2"></i><?= _("Référentiel des Services") ?>
</h6>

View File

@ -1,8 +1,8 @@
<form id="formData" class="container-fluid p-0">
<input type="hidden" id="id" name="id" value="<?= $service['id'] ?>">
<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 border-0 shadow-sm border-start border-4 border-warning" style="border-radius: var(--radius-md);">
<div class="card-header bg-light py-3 border-bottom">
<h6 class="mb-0 fw-bold text-uppercase text-warning small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données du service") ?>
</h6>