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
2016-12-05 12:57:21 +01:00

17 lines
277 B
SCSS

.path {
stroke: #3f51b5;
stroke-linecap: round;
transition: stroke-dashoffset 5s ease 0s;
}
.trail {
stroke: #d6d6d6;
}
.text {
fill: rgba(0, 0, 0, 0.7);
font-size: 25px;
line-height: 25px;
dominant-baseline: middle;
text-anchor: middle;
}