mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 14:52:25 +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);
|
|
}
|
|
}
|