d
This commit is contained in:
parent
52eb6bba7d
commit
cb8cd8bfeb
|
|
@ -1574,9 +1574,3 @@ li i { margin-right:10px; color:#007bff; }
|
|||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
font-size: 1.2rem; /* augmente la taille */
|
||||
font-weight: bold; /* rend le séparateur plus gras */
|
||||
font-family: Arial, sans-serif; /* change la police */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||
|
||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.31.00" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.31.01" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- Charts -->
|
||||
|
|
@ -244,7 +244,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
|
||||
|
||||
<nav aria-label="breadcrumb" class="mt-4">
|
||||
<ol class="breadcrumb shadow-sm bg-white p-2 px-3" style="--bs-breadcrumb-divider: '›';">
|
||||
<ol class="breadcrumb shadow-sm bg-white p-2 px-3">
|
||||
<li class="breadcrumb-item small"><a href="<?= $retourVue;?>" class="text-decoration-none text-muted text-uppercase"><?= $titreRetour ?></a></li>
|
||||
<li class="breadcrumb-item small text-primary fw-bold active text-uppercase"><?= $descriptionVue ?></li>
|
||||
</ol>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user