This commit is contained in:
KONE SOREL 2026-04-13 18:33:20 +00:00
parent e8d5aed16c
commit c4076617c2

View File

@ -2046,7 +2046,7 @@ select[required] + .btn.dropdown-toggle:focus,
.menu-card-esi:hover {
transform: translateY(-5px);
background-color: #f8f9fa;
border-bottom: 3px solid #0d6efd !important;
border-bottom: 3px solid var(--color-primary) !important;
box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
@ -2062,7 +2062,7 @@ select[required] + .btn.dropdown-toggle:focus,
}
.menu-card-esi:hover .icon-box {
background-color: #0d6efd;
background-color: var(--color-primary);
}
.menu-card-esi:hover .icon-box i {