You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sup_File/scss/pro/_charts.scss

26 lines
521 B
SCSS

// Charts Pro
.min-chart {
position: relative;
display: inline-block;
width: $min-chart-width;
height: $min-chart-height;
margin-top: $min-chart-margin;
margin-bottom: $min-chart-margin;
text-align: center;
canvas {
position: absolute;
top: 0;
left: 0;
}
.percent {
display: inline-block;
line-height: $min-chart-line-height;
z-index: 2;
&:after {
content: "%";
margin-left: $min-chart-percent-margin;
font-size: $min-chart-percent-font-size;
}
}
}