blur-admin/src/app/pages/dashboard/widgets/pieCharts/_pieCharts.scss

47 lines
771 B
SCSS

.pie-charts {
.pie-chart-item {
text-align: center;
display: inline-block;
width: 25%;
&:first-child {
margin-left: 0;
}
h6 {
text-transform: none;
color: #ffffff;
margin-top: 13px;
width: 100%;
}
}
.chart {
position: relative;
display: inline-block;
width: 84px;
height: 84px;
text-align: center;
color: #ffffff;
}
.chart canvas {
position: absolute;
top: 0;
left: 0;
}
.percent {
display: inline-block;
line-height: 84px;
z-index: 2;
font-size: 16px;
color: #ffffff;
}
.percent:after {
content: '%';
margin-left: 0.1em;
font-size: .8em;
}
.angular {
margin-top: 100px;
}
.angular .chart {
margin-top: 0;
}
}