Skip to content

Commit a5258b0

Browse files
committed
fix size property in ripple spinner
1 parent b46cd89 commit a5258b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Ripple/style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
@keyframes lds-ripple {
2121
0% {
22-
top: 43%;
23-
left: 43%;
22+
top: 45%;
23+
left: 45%;
2424
width: 0;
2525
height: 0;
2626
opacity: 1;
@@ -29,8 +29,8 @@
2929
100% {
3030
top: 0px;
3131
left: 0px;
32-
width: 100%;
33-
height: 100%;
32+
width: 90%;
33+
height: 90%;
3434
opacity: 0;
3535
}
3636
}

0 commit comments

Comments
 (0)