Skip to content

Commit f4bdf91

Browse files
committed
make indeterminate progress bar look more indeterminate
1 parent 8004bb0 commit f4bdf91

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/ProgressBar/ProgressBar.sass

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
transform: skew(-60deg)
2626
left: calc(0% - $width)
2727

28-
2928
100%
30-
width: $width
29+
width: calc($width + 50%)
3130
transform: skew(-60deg)
3231
left: calc(100% + $width)
3332

0 commit comments

Comments
 (0)