mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-25 23:35:17 +00:00
11 lines
266 B
CSS
11 lines
266 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);
|
|
}
|
|
}
|