Skip to content

Commit

Permalink
fix progress width
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed May 24, 2023
1 parent 499feff commit 5e513a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
aspect-ratio: 1;
//background-color: #bc26da;
background-image:
radial-gradient(circle, var(--light) 63%, transparent 67%),
conic-gradient(var(--accent1) calc((var(--percentage) - 1) * 1deg), rgba(255, 0, 0, 0.443) calc(var(--percentage) * 1deg));
radial-gradient(circle, var(--light) 64%, transparent 65%),
conic-gradient(var(--primary) calc((var(--percentage) - 1) * 1deg), var(--secondary) calc(var(--percentage) * 1deg));
}
.z-progress::after {
// https://codepen.io/chandrashekhar/pen/RvMVey?editors=1100
Expand Down

0 comments on commit 5e513a3

Please sign in to comment.