This commit is contained in:
KONE SOREL 2026-04-03 12:19:11 +00:00
parent 1c940af6ff
commit fd7f76128b
2 changed files with 3 additions and 4 deletions

View File

@ -431,7 +431,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
left: 0;
width: 100%;
padding: 8px 15px;
border-top: 2px solid #3473ac;
border-top: 1px solid #fff;
}
.version-info {
@ -439,7 +439,6 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
justify-content: space-between;
align-items: center;
font-size: 7px;
color: var(--text-muted) !important;
font-weight: 700;
}

View File

@ -74,8 +74,8 @@
</ul>
<div class="sidebar-footer">
<div class="version-info">
<span class="copyright text-light fw-bold">INTER SANTÉ &copy;</span>
<span class="version-tag text-light fw-bold">2026</span>
<span class="copyright text-muted fw-bold">INTER SANTÉ &copy;</span>
<span class="version-tag text-muted fw-bold">2026</span>
</div>
</div>
</aside>