Skip to content

Commit

Permalink
fix: card animation (#1708)
Browse files Browse the repository at this point in the history
* fix: card animatin

* fix: added transition to image container
  • Loading branch information
flobarreto authored and juanmahidalgo committed Jun 1, 2023
1 parent da8f66d commit f9b44b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/components/AssetCard/AssetCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@

.AssetCard .AssetImage {
height: 223px;
transition: height 0.3s !important;
}

.AssetCard .NotForSale {
Expand All @@ -158,6 +159,7 @@

.AssetCard .AssetImage.catalog {
height: 209px;
transition: height 0.3s !important;
}

.AssetCard:hover .AssetImage.catalog {
Expand Down

0 comments on commit f9b44b4

Please sign in to comment.