2021-06-10 13:23:01 +08:00

15 lines
291 B
SCSS
Vendored

.common-circle {
border-radius: 50%;
.common-circle-path {
fill: transparent;
}
.common-circle-g-path-ring {
stroke: #87d068;
}
.common-circle-g-path-core {
fill: #87d068;
transform: scale(0.56);
transform-origin: 50%;
}
}