sergrt
This commit is contained in:
parent
603ec9dce2
commit
a18936adf0
|
|
@ -1,24 +1,23 @@
|
|||
<div class="modal-dialog modal-dialog-centered shadow-lg">
|
||||
<div class="modal-content border-0">
|
||||
|
||||
<div class="modal-header border-bottom-0 pb-3 pt-4 px-4"
|
||||
style="background-color: var(--color-primary); border-top-left-radius: var(--radius-lg); border-top-right-radius: var(--radius-lg);">
|
||||
<div class="modal-header border-bottom-0 pb-3 pt-4 px-4 border-start border-warning border-5" style="background-color: #212e53; border-top-left-radius: var(--radius-md); border-top-right-radius: var(--radius-md);">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icon-shape bg-white text-primary rounded-circle me-3 d-flex align-items-center justify-content-center shadow-sm"
|
||||
style="width: 40px; height: 40px; color: var(--color-primary) !important;">
|
||||
<div class="icon-shape bg-warning text-white rounded-circle me-3" style="width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px rgba(0,0,0,0.2);">
|
||||
<i class="fas fa-edit"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class="modal-title fw-bold text-uppercase mb-0"
|
||||
style="color: #ffffff !important; letter-spacing: 0.5px; font-size: 1rem; font-family: 'Syne', sans-serif;">
|
||||
<h5 class="modal-title fw-bold text-uppercase mb-0" style="color: #ffffff !important; letter-spacing: -0.5px; font-size: 1.1rem;">
|
||||
<?= _("Mise à jour du paramètre") ?>
|
||||
</h5>
|
||||
<small style="color: rgba(255,255,255,0.8); font-family: 'DM Sans', sans-serif;">
|
||||
<?= $this->nettoyer($typebon['libelleTypebon']) ?>
|
||||
</small>
|
||||
<small style="color: rgba(255,255,255,0.7);"><?= $this->nettoyer($typebon['libelleTypebon']) ?></small>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
<button type="button" class="btn p-2 border-0 shadow-none d-flex align-items-center justify-content-center"
|
||||
data-bs-dismiss="modal" aria-label="Close"
|
||||
style="background: transparent; transition: transform 0.2s ease;">
|
||||
<i class="fas fa-times text-white fs-4"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="modal-body p-4 bg-white">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user