File size: 295 Bytes
8fd7a1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import "../../css/colors.css";

.progress-ring {
    margin: 0.5rem;
}

.progress-ring-svg {
    fill: transparent;
}

.progress-ring .progress-ring-ring {
    stroke: $looks-light-transparent;
}

.progress-ring .progress-ring-value {
    stroke: $looks-secondary;
    stroke-linecap: round;
}