Skip to content

Commit

Permalink
[edit] timeline color
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-port committed Aug 20, 2021
1 parent 4655d8d commit 6649d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/style/components/_timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
left: 0;
right: 0;
height: 3px;
background-color: map-get($theme-colors, "primary");
background-color: map-get($theme-colors, "secondary");
}
}

Expand All @@ -28,13 +28,13 @@
height: 8px;
border-radius: 50%;
transform: translate(-50%, -25%);
background-color:map-get($theme-colors, "primary");
background-color:map-get($theme-colors, "secondary");
}

&-undone {
&::after {
content: " ";
border: 1px solid map-get($theme-colors, "primary");
border: 1px solid map-get($theme-colors, "secondary");
background-color: map-get($theme-colors, "white");;
}
}
Expand Down

0 comments on commit 6649d50

Please sign in to comment.