mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-13 21:05:01 +01:00
wip: desktop work
This commit is contained in:
12
packages/ui/src/components/progress-circle.css
Normal file
12
packages/ui/src/components/progress-circle.css
Normal file
@@ -0,0 +1,12 @@
|
||||
[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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user