12 lines
182 B
SCSS
12 lines
182 B
SCSS
/* Progressbar-js */
|
|
|
|
.ui-progress {
|
|
border-radius: 50px;
|
|
svg {
|
|
background: $border-color;
|
|
border-radius: 50px;
|
|
}
|
|
}
|
|
.progressbar-js-circle {
|
|
width: 100%;
|
|
} |