Skip to content

Commit

Permalink
adjust progress class
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed May 23, 2023
1 parent 990d965 commit 7346649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
aspect-ratio: 1;
//background-color: #bc26da;
background-image:
radial-gradient(circle, rgb(255, 255, 255) 55%, transparent 56%),
radial-gradient(circle, rgb(255, 255, 255) 63%, transparent 67%),
conic-gradient(red calc((var(--percentage) - 1) * 1deg), rgba(255, 0, 0, 0.443) calc(var(--percentage) * 1deg));
}
.z-progress::after {
Expand Down

0 comments on commit 7346649

Please sign in to comment.