dert
This commit is contained in:
parent
78d60e1426
commit
e8d5aed16c
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
|
@ -43,39 +43,3 @@
|
|||
<?php endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
/* 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;
|
||||
}
|
||||
|
||||
.bg-primary-ghost { background-color: rgba(13, 110, 253, 0.1); }
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user