(chart) add progress chart to simplify with the pie chart

This commit is contained in:
Julien Calixte
2020-04-18 12:26:53 +02:00
parent a0ce8a8aab
commit 2578aff2ae
4 changed files with 44 additions and 11 deletions

View File

@@ -4,5 +4,6 @@ $main: #2c3e50;
$green: hsl(141, 63%, 44%);
$red: hsl(348, 54%, 52%);
$white: #fff;
$progress-border-radius: 0;
@import '~bulma/sass/utilities/_all.sass';