EIOS/tpl/assets/jquery-easy-pie-chart/jquery.easy-pie-chart.css

11 lines
141 B
CSS
Raw Permalink Normal View History

2023-12-28 15:39:22 +03:00
.easyPieChart {
position: relative;
text-align: center;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}