1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature/progress-styles.scss

18 lines
282 B
SCSS

.path {
stroke: currentColor;
stroke-linecap: round;
transition: stroke-dashoffset 5s ease 0s;
}
.trail {
stroke: currentColor;
}
.text {
fill: currentColor;
font-size: 24px;
line-height: 24px;
dominant-baseline: middle;
text-anchor: middle;
}