Skip to content

Instantly share code, notes, and snippets.

View suterma's full-sized avatar

Marcel Suter suterma

View GitHub Profile
@nicbet
nicbet / circular-progress-bar.scss
Last active March 6, 2024 21:13
Bulma Circular Progress Bars
/* Progress Bars */
$step: 1;
$loops: round(100 / $step);
$increment: 360 / $loops;
$half: round($loops / 2);
$backColor: #fafafa;
.progress-circle {
position: relative;
float: left;