Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -0,0 +1,23 @@
.easy-pie-chart {
position: relative;
text-align: center;
.inner {
position: absolute;
#{$dlab-pos-left}: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: inline-block;
}
img {
width: 4.6875rem;
height: 4.6875rem;
border-radius: 50%;
}
canvas {
display: block;
margin: 0 auto;
}
}