df
This commit is contained in:
parent
c490b67a3b
commit
211f6dd1ed
|
|
@ -17,7 +17,7 @@ function getSecurityIcon($libelle) {
|
|||
?>
|
||||
|
||||
<div class="page-content">
|
||||
<div class="header-section mb-4">
|
||||
<div class="header-section mb-1">
|
||||
<div class="d-flex align-items-center bg-white p-3 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
|
||||
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;">
|
||||
<i class="fas fa-user-shield fs-4"></i>
|
||||
|
|
@ -29,9 +29,9 @@ function getSecurityIcon($libelle) {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row g-4">
|
||||
<div class="row g-1">
|
||||
<div class="col-lg-5">
|
||||
<div class="card border-0 shadow-sm mb-4" style="border-radius: var(--radius-md);">
|
||||
<div class="card border-0 shadow-sm mb-1" style="border-radius: var(--radius-md);">
|
||||
<div class="card-header bg-white border-0 py-3">
|
||||
<h6 class="mb-0 fw-bold text-primary">
|
||||
<i class="fas fa-key me-2"></i><?= _("Réinitialisez le mot de passe par défaut") ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user