drt
This commit is contained in:
parent
a6c43e743c
commit
8c07a95324
|
|
@ -272,7 +272,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
left: 0;
|
||||
height: calc(100vh - var(--header-height));
|
||||
overflow-y: auto;
|
||||
border-right: 3px solid #fff;
|
||||
border-right: 2px solid #fff;
|
||||
transition: width var(--transition-base);
|
||||
z-index: 900;
|
||||
padding: 0.5rem 0.5rem;
|
||||
|
|
|
|||
|
|
@ -22,6 +22,18 @@
|
|||
<div class="card border-0 shadow-sm overflow-hidden" style="border-radius: var(--radius-md);">
|
||||
<div class="card-body p-0">
|
||||
<div class="table-responsive">
|
||||
<div class="card-footer bg-light border-top border-2 px-4 py-3 d-flex align-items-center justify-content-between" style="border-color: #f1f4f6 !important;">
|
||||
<div class="d-flex align-items-center text-muted small">
|
||||
<div class="icon-shape bg-info-ghost text-info rounded-circle me-3" style="width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-shield-alt"></i>
|
||||
</div>
|
||||
<div>
|
||||
<span class="fw-bold text-dark d-block"><?= _("Sécurité du système") ?></span>
|
||||
<?= _("Les codes (A, C, E) sont protégés pour garantir l'intégrité des calculs de cotisations. Les autres liens sont paramétrables selon vos besoins.") ?>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-count" class="badge bg-white text-primary border px-3 py-2 rounded-pill shadow-xs"></div>
|
||||
</div>
|
||||
<table class="table table-hover align-middle mb-0">
|
||||
<thead class="bg-light text-muted small text-uppercase">
|
||||
<tr>
|
||||
|
|
@ -72,23 +84,10 @@
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Pied de carte -->
|
||||
<div class="card-footer bg-light border-top border-2 px-4 py-3 d-flex align-items-center justify-content-between" style="border-color: #f1f4f6 !important;">
|
||||
<div class="d-flex align-items-center text-muted small">
|
||||
<div class="icon-shape bg-info-ghost text-info rounded-circle me-3" style="width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-shield-alt"></i>
|
||||
</div>
|
||||
<div>
|
||||
<span class="fw-bold text-dark d-block"><?= _("Sécurité du système") ?></span>
|
||||
<?= _("Les codes (A, C, E) sont protégés pour garantir l'intégrité des calculs de cotisations. Les autres liens sont paramétrables selon vos besoins.") ?>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-count" class="badge bg-white text-primary border px-3 py-2 rounded-pill shadow-xs"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="div_maj_lien" tabindex="-1" aria-hidden="true">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user