2016-05-29 17:10:15 -04:00

16 lines
341 B
CSS

/*
* react-circular-progressbar styles
*
* All of the styles in this file are optional and configurable!
*/
.CircularProgressbar .CircularProgressbar-path {
stroke: #3c3;
stroke-linecap: round;
transition: stroke-dashoffset 0.6s ease 0s, stroke 0.6s ease;
}
.CircularProgressbar .CircularProgressbar-trail {
stroke: #d6d6d6;
}