diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 946f3fdc..a7210724 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -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 ============================== */ diff --git a/Vue/includes/sidebar.php b/Vue/includes/sidebar.php index 6ad82c06..fab507fa 100644 --- a/Vue/includes/sidebar.php +++ b/Vue/includes/sidebar.php @@ -72,20 +72,12 @@ - +
-