This commit is contained in:
KONE SOREL 2026-02-26 11:37:12 +00:00
parent 5ec18c973c
commit ea94aaf8e1
2 changed files with 34 additions and 14 deletions

View File

@ -419,6 +419,34 @@ h1, h2, h3, h4, h5, h6,
margin-top: 4px;
}
.sidebar-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px;
border-top: 1px solid var(--border-light);
background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */
}
.version-info {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.7rem;
color: rgba(255, 255, 255, 0.4); /* Très discret sur fond sombre */
font-family: 'DM Sans', sans-serif;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.version-tag {
background: rgba(255, 255, 255, 0.1);
padding: 2px 6px;
border-radius: 4px;
font-weight: 700;
}
/* ==============================
MAIN CONTENT
============================== */

View File

@ -72,20 +72,12 @@
<?php endforeach; ?>
</ul>
<div class="sidebar-footer">
<div class="version-info">
<span class="copyright">INTER SANTÉ &copy;</span>
<span class="version-tag">v2026</span>
</div>
</div>
</aside>
<!-- End Sidebar -->
<style>
/* Sidebar — styles inline spécifiques au composant */
#sidebar { background: var(--bg-sidebar, #0f2d20); }
/* Active parent: highlight subtle */
#sidebar .nav-link.parent-active {
background: rgba(255,255,255,0.08);
color: white;
}
#sidebar .nav-link.parent-active > i:first-child {
color: var(--color-accent, #0abf7c);
}
</style>