Skip to content

Commit

Permalink
fix(style): Prevent percentage circle from overlapping background cir…
Browse files Browse the repository at this point in the history
…cle (#1281)
  • Loading branch information
drikusroor authored Sep 24, 2024
1 parent df7f3d5 commit db6c857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/Circle/Circle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
margin-bottom: 15px;
margin-top: 15px;

> svg,
>svg,
.content {
position: absolute;
left: 0;
top: 0;
}

> svg {
>svg {
@extend .circleIntro;
}

.circle-percentage {
transition: stroke-dashoffset 0.1s linear;
transform: rotate(-90deg);
transform-origin: 50% 50%;
transform-origin: 0% 0%;
}
}

0 comments on commit db6c857

Please sign in to comment.