mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-11 20:04:59 +01:00
13 lines
277 B
CSS
13 lines
277 B
CSS
[data-component="progress-circle"] {
|
|
transform: rotate(-90deg);
|
|
|
|
[data-slot="background"] {
|
|
stroke: var(--border-weak-base);
|
|
}
|
|
|
|
[data-slot="progress"] {
|
|
stroke: var(--border-active);
|
|
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
|
|
}
|
|
}
|