Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Apr 20, 2021
1 parent 8646dd7 commit f2f7fbf
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ em {
@keyframes skeleton {
0% {
opacity: 0.3;
transform: scaleX(0);
transform-origin: left;
opacity: 0.3; }
transform-origin: left; }
20% {
opacity: 1;
transform: scaleX(1);
transform-origin: left;
opacity: 1; }
transform-origin: left; }
28% {
transform: scaleX(1);
transform-origin: right; }
Expand All @@ -77,9 +77,9 @@ em {
transform: scaleX(0);
transform-origin: left; }
100% {
opacity: 0.3;
transform: scaleX(0);
transform-origin: left;
opacity: 0.3; } }
transform-origin: left; } }
.bx--grid {
margin-right: auto;
Expand Down

0 comments on commit f2f7fbf

Please sign in to comment.