Skip to content

Commit

Permalink
Improved confirm transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
F1nnM committed Mar 29, 2021
1 parent 44b299d commit 0378512
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/src/components/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
width: 10vw;
}
.card.white:hover {
/*transform: translateY(-20px);*/
transform: translateY(-20px);
transform: scale(1.1);
}
.card.white:active {
color: white;
Expand Down Expand Up @@ -80,8 +79,8 @@ span {
}

.raised {
transform: scale(1.1)/*translateY(-20px);*/
transform: translateY(-30px);
}
.raised:hover {
transform: scale(1.1) translateY(-20px) !important;
transform: scale(1.1) translateY(-30px) !important;
}

0 comments on commit 0378512

Please sign in to comment.