update
This commit is contained in:
@@ -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; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user