-
Bernard Roland (Student Com20) authoredBernard Roland (Student Com20) authored
circular-progress.scss 240 B
.circular-progress {
path {
stroke-width: 8;
stroke-linecap: round;
stroke: url(#gradient);
fill: none;
}
circle {
fill: none;
stroke: #dcdcdc;
stroke-width: 8;
}
}