/* * 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.5s ease 0s; } .CircularProgressbar .CircularProgressbar-trail { stroke: #d6d6d6; } .CircularProgressbar .CircularProgressbar-text { font-size: 20px; dominant-baseline: middle; text-anchor: middle; }