From e8d5aed16cdf6ac6029c6b90520d431d49644eb2 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 13 Apr 2026 18:31:29 +0000 Subject: [PATCH] dert --- Bootstrap_new/css/theme-modern.css | 34 +++++++++++++++++++++++++++- Vue/Paramsin/index.php | 36 ------------------------------ 2 files changed, 33 insertions(+), 37 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 65431164..0f286d08 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -2035,4 +2035,36 @@ select[required] + .btn.dropdown-toggle:focus, .bootstrap-select.show > .btn.dropdown-toggle { border-color: #dc3545 !important; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.15) !important; -} \ No newline at end of file +} + + /* Style spécifique au menu ESI */ + .menu-card-esi { + transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); + border-bottom: 3px solid transparent !important; + } + + .menu-card-esi:hover { + transform: translateY(-5px); + background-color: #f8f9fa; + border-bottom: 3px solid #0d6efd !important; + box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; + } + + .menu-card-esi .icon-box { + width: 70px; + height: 70px; + background-color: rgba(13, 110, 253, 0.05); + border-radius: 15px; + display: flex; + align-items: center; + justify-content: center; + transition: 0.3s; + } + + .menu-card-esi:hover .icon-box { + background-color: #0d6efd; + } + + .menu-card-esi:hover .icon-box i { + color: white !important; + } \ No newline at end of file diff --git a/Vue/Paramsin/index.php b/Vue/Paramsin/index.php index 513391fa..f4fef658 100755 --- a/Vue/Paramsin/index.php +++ b/Vue/Paramsin/index.php @@ -43,39 +43,3 @@ - - \ No newline at end of file