ember-assembly
Version:
A collection of beautiful UI components built by Goods
31 lines (25 loc) • 507 B
CSS
.ui-progress-ring {
position: relative;
}
.progress-ring {
position: absolute;
top: 0;
left: 0;
}
.progress-ring-circle {
/* axis compensation */
transform: rotate(-90deg);
transform-origin: 50% 50%;
stroke: var(--ea-colour-neutral-n5);
}
.content {
display: flex;
justify-content: center;
align-items: center;
}
.appearance-strong .progress-ring-circle {
stroke: var(--ea-colour-blue-base);
}
.appearance-subtle .progress-ring-circle {
stroke: var(--ea-colour-neutral-n4);
}