Co-authored-by: Github Action <action@github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaroniker <4730431+aaroniker@users.noreply.github.com>
11 lines
255 B
CSS
11 lines
255 B
CSS
[data-component="progress-circle"] {
|
|
color: inherit;
|
|
|
|
[data-slot="progress-circle-background"] {
|
|
transform-origin: 50% 50%;
|
|
transform: rotate(270deg);
|
|
stroke-opacity: 0.5;
|
|
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
|
|
}
|
|
}
|