Skip to content

Commit

Permalink
fix: asset card (#392)
Browse files Browse the repository at this point in the history
* fix: asset card

* fix: prettier
  • Loading branch information
flobarreto authored Aug 2, 2023
1 parent df5a6f0 commit 34e4854
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/AssetCard/AssetCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
}

.AssetCard .AssetImage {
transition: height 0.3s;
border-radius: 8px 0px 8px 0px;
height: 209px;
transition: height 0.3s;
width: 100%;
}

.AssetCard .badge {
Expand Down Expand Up @@ -84,6 +85,12 @@
flex-direction: row;
}

.AssetCard.ui.card {
flex: 1;
border: none;
margin: unset;
}

/* Hover styles */

.AssetCard.ui.link.card:hover,
Expand Down

0 comments on commit 34e4854

Please sign in to comment.