Changing the stroke wdith for the tracks.
This commit is contained in:
parent
11c2a1713f
commit
7036589a44
|
@ -29,7 +29,7 @@ ion-button.get-location {
|
||||||
|
|
||||||
path.track {
|
path.track {
|
||||||
fill: transparent;
|
fill: transparent;
|
||||||
stroke-width: 4px;
|
stroke-width: 2px;
|
||||||
stroke-linecap: round;
|
stroke-linecap: round;
|
||||||
stroke-linejoin: round;
|
stroke-linejoin: round;
|
||||||
vector-effect: non-scaling-stroke;
|
vector-effect: non-scaling-stroke;
|
||||||
|
|
Loading…
Reference in New Issue