[HTML/CSS] pure css pie charts

reformating / reorganising files
master
Juan Massuelles 1 year ago
parent 14636a1f50
commit 125efd8e42

@ -1,3 +1,7 @@
:root{
font-family: sans-serif;
}
.references {
position:fixed;
bottom:5px;

@ -7,10 +7,6 @@ $line-color:#cecece;
$border-width:5px;
$segment-border-width:1px;
:root{
font-family: sans-serif;
}
.pie,.target {
border-radius: 100%;
position: relative;

Loading…
Cancel
Save