Skip to content

Commit

Permalink
Merge pull request #53 from dehydr8/preview-card
Browse files Browse the repository at this point in the history
Have a preview of a card before drawing it
  • Loading branch information
ChristophNiehoff authored May 10, 2021
2 parents 9a5a56d + bcb11b0 commit 3a0e2f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,15 @@
}

.playingCards .hand .active:hover {
margin-top: -10px;
margin-top: -310px;
cursor: pointer;
transform: scale(1.0);
}

.scaled {
transform-origin: top left;
transform: scale(0.4);
transition: all 0.4s ease-in-out;
}

.scaled-big {
Expand Down

0 comments on commit 3a0e2f9

Please sign in to comment.