Skip to content

Commit

Permalink
Style lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Sep 9, 2024
1 parent 21f8ad5 commit 56539fe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@
height: 20px;
transform: translate3d(-100%, -50%, 0);
}

&_timeline &__point:last-child {
transform: translate3d(0, -50%, 0);
}

&_timeline &__point:first-child:last-child {
width: 6px;
transform: translate3d(-50%, -50%, 0);
Expand All @@ -95,6 +97,7 @@
&:hover {
--hover: rgb(0 0 0 / 4%);
}

&_selected,
&_selected:hover {
--hover: rgb(0 0 0 / 8%);
Expand Down

0 comments on commit 56539fe

Please sign in to comment.