::
This commit is contained in:
parent
61b18a1d5d
commit
9cae1db541
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Points côté */
|
/* Points côté */
|
||||||
.timeline > ul > li:before {
|
.timeline > ul > li::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: "";
|
content: "";
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
@ -145,7 +145,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Point côté hover */
|
/* Point côté hover */
|
||||||
.timeline > ul > li:hover:before {
|
.timeline > ul > li:hover::before {
|
||||||
background-color: var(--point-hover);
|
background-color: var(--point-hover);
|
||||||
box-shadow: 0px 0px 10px 2px var(--point-hover);
|
box-shadow: 0px 0px 10px 2px var(--point-hover);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue