Skip to content
Snippets Groups Projects
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;
    }
}