21 lines
433 B
SCSS
Vendored
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);
|
|
}
|
|
}
|
|
} |