Skip to content

Commit

Permalink
fix(VProgressCircular): center inner content vertically and horizontally
Browse files Browse the repository at this point in the history
fixes #8232
  • Loading branch information
johnleider committed Aug 1, 2019
1 parent 055c246 commit 4288072
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
stroke-dasharray: 80, 200
stroke-dashoffset: 0px

&__info
align-items: center
display: flex
justify-content: center

&__underlay
stroke: $progress-circular-underlay-stroke
z-index: 1
Expand Down

0 comments on commit 4288072

Please sign in to comment.