gav
This commit is contained in:
parent
5ec18c973c
commit
ea94aaf8e1
|
|
@ -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
|
||||
============================== */
|
||||
|
|
|
|||
|
|
@ -72,20 +72,12 @@
|
|||
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
|
||||
<div class="sidebar-footer">
|
||||
<div class="version-info">
|
||||
<span class="copyright">INTER SANTÉ ©</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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user