Files
Stirling-PDF/frontend/shared/components/ProgressBar.css
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
285 B
CSS
Raw Normal View History

2026-06-02 17:08:24 +01:00
.sui-progress {
width: 100%;
background: var(--color-usage-track);
border-radius: 62.4375rem;
overflow: hidden;
}
.sui-progress__fill {
height: 100%;
border-radius: 62.4375rem;
transition:
width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
background var(--motion-base);
}