From 104addb8884b4227d347995df4a07f4c33e5a433 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 13 Apr 2026 18:38:44 +0000 Subject: [PATCH] sert --- Bootstrap_new/css/theme-modern.css | 33 ++++++++++++++++++++++++++ Vue/Paramprod/index.php | 38 +----------------------------- 2 files changed, 34 insertions(+), 37 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index aabf785d..90cd458e 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -2036,7 +2036,40 @@ select[required] + .btn.dropdown-toggle:focus, border-color: #dc3545 !important; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.15) !important; } +/* Design System Neutral Pro - Navigation */ + .nav-card-modern { + border-radius: 12px; + background-color: #ffffff; + } + .nav-card-modern:hover { + background-color: #f8f9fa; + transform: translateY(-3px); + box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05) !important; + } + + .nav-card-modern:hover .icon-box { + background-color: #212e53 !important; /* Couleur primaire */ + color: #ffffff !important; + } + + .nav-card-modern:hover .arrow-icon { + opacity: 1 !important; + transform: translateX(3px); + } + + .transition-all { + transition: all 0.3s ease-in-out; + } + + .icon-box { + transition: all 0.3s ease; + } + + .arrow-icon { + transition: all 0.3s ease; + } + /* Style spécifique au menu ESI */ .menu-card-esi { transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); diff --git a/Vue/Paramprod/index.php b/Vue/Paramprod/index.php index 1f92d0d7..3c25381b 100755 --- a/Vue/Paramprod/index.php +++ b/Vue/Paramprod/index.php @@ -48,40 +48,4 @@ - - - \ No newline at end of file + \ No newline at end of file