Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/shortcodes/
?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules
/* ==========================================================================
# Pie Chart Basic - begin
========================================================================== */
.edgtf-pie-chart-holder {
position: relative;
display: block;
.edgtf-percentage {
position: relative;
display: block;
height: 145px;
width: 145px;
line-height: 145px;
text-align: center;
margin: 0 auto;
opacity: 0;
filter: alpha(opacity=0);
@include edgtfTransition(opacity .3s ease-out);
.edgtf-pie-title {
line-height: inherit;
}
}
.edgtf-percentage canvas {
position: absolute;
top: 0;
left: 0;
}
.edgtf-to-counter,
.edgtf-percent-mark {
position: relative;
font-weight: 500;
font-size: 30px;
color: $first-main-color;
}
.edgtf-pie-chart-text {
text-align: center;
margin: 30px 0 0;
p {
margin: 0 0 5px;
}
}
}
/* ==========================================================================
# Pie Chart Basic - end
========================================================================== */