2025-03-26 10:01:46 +07:00

21 lines
433 B
SCSS
Vendored

.circle-progress-primary{
svg{
.circle-progress-value{
stroke: var(--#{$variable-prefix}primary);
}
.circle-progress-text {
fill: var(--#{$variable-prefix}primary);
}
}
}
.circle-progress-info{
svg{
.circle-progress-value{
stroke: var(--bs-info);
}
.circle-progress-text {
fill: var(--bs-info);
}
}
}