Skip to content

Commit

Permalink
fix: fixed rounded corners for Card.ImageCap component (#2496)
Browse files Browse the repository at this point in the history
* fix: fixed rounded corners for Card.ImageCap component
* refactor: refactoring after review
  • Loading branch information
PKulkoRaccoonGang authored Aug 3, 2023
1 parent 6ef2715 commit 4c6061b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Card/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ a.pgn__card {

.pgn__card {
outline: none;
overflow: hidden;

@include pgn-box-shadow(1, "down");

Expand Down Expand Up @@ -339,6 +340,8 @@ a.pgn__card {
position: relative;
top: -$loading-skeleton-spacer;
height: 100%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
}

Expand Down

0 comments on commit 4c6061b

Please sign in to comment.