This commit is contained in:
2025-01-15 16:56:25 +05:30
parent 0b41ad8669
commit 0b0c4bf06b
19 changed files with 106 additions and 106 deletions

View File

@@ -6,31 +6,44 @@
.active {
background-color: #434A53;
color: #fff;
border: 1px solid #ffffff20 !important;
background-color: #02A0A0 !important;
color: #fff !important;
border: 1px solid #02A0A0 !important;
transition: all 0.5s;
border-radius: 8px;
/* background-color: #e2e8f01c; */
}
.active:hover {
background-color: #434A53;
color: #fff;
border: 1px solid #ffffff20 !important;
border: 1px solid #02A0A0 !important;
transition: all 0.5s;
border-radius: 8px;
/* background-color: #e2e8f01c !important; */
}
.linkChild:hover{
color: #02A0A0 !important;
transition: all 0.5s;
}
.activeChild{
color: #02A0A0 !important;
/* border: 1px solid #02A0A0 !important; */
transition: all 0.5s;
border-radius: 8px;
}
.link{
transition: all 0.5s;
}
.link:hover {
background-color: #434A53;
background-color: #02A0A0;
color: #fff;
border: 1px solid #ffffff20 !important;
border: 1px solid #02A0A0 !important;
/* color: #fff; */
/* background-color: #e2e8f01c !important; */
}