Skip to content

Commit

Permalink
fix size property in ripple spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshK2 committed Oct 13, 2019
1 parent b46cd89 commit a5258b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Ripple/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

@keyframes lds-ripple {
0% {
top: 43%;
left: 43%;
top: 45%;
left: 45%;
width: 0;
height: 0;
opacity: 1;
Expand All @@ -29,8 +29,8 @@
100% {
top: 0px;
left: 0px;
width: 100%;
height: 100%;
width: 90%;
height: 90%;
opacity: 0;
}
}

0 comments on commit a5258b0

Please sign in to comment.