feat: added tab hover effect
This commit is contained in:
parent
4d8449f63a
commit
0a6e0d78a2
|
@ -8,6 +8,16 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs li:hover {
|
||||||
|
.tab-svg-path {
|
||||||
|
fill: #2c3251;
|
||||||
|
stroke: #690455;
|
||||||
|
}
|
||||||
|
|
||||||
|
transition-duration: 250ms;
|
||||||
|
transform: translate(0, -10px);
|
||||||
|
}
|
||||||
|
|
||||||
.tabs li button {
|
.tabs li button {
|
||||||
position: relative;
|
position: relative;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in New Issue