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
Raw Normal View History

2016-12-04 11:56:41 +01:00
.path {
stroke: currentColor;
2016-12-04 11:56:41 +01:00
stroke-linecap: round;
transition: stroke-dashoffset 5s ease 0s;
2016-12-04 11:56:41 +01:00
}
.trail {
stroke: currentColor;
2016-12-04 11:56:41 +01:00
}
.text {
fill: currentColor;
font-size: 24px;
line-height: 24px;
2016-12-04 11:56:41 +01:00
dominant-baseline: middle;
text-anchor: middle;
}