Files
feishin/src/shared/components/progress/progress.module.css
T
2026-05-12 21:43:35 -07:00

8 lines
79 B
CSS

.root {
width: 100%;
}
.section {
transition: width 0.15s ease-out;
}