Skip to content

Commit

Permalink
Fix add to cart btn size on compare page
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Nov 3, 2022
1 parent af7f9e9 commit 3ea5f2f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,17 @@
margin: 0;
}

&-AddToCartBtn.AddToCart {
width: 222px;
&-AddToCartBtn {
width: 100%;
}

&-CloseBtn {
inset-inline-end: 0;
position: absolute;
margin-block-start: -4px;
}

.ProductWishlistButton {
margin-inline: 16px;
}
}

0 comments on commit 3ea5f2f

Please sign in to comment.