Skip to content

Commit

Permalink
Make formatting of clothingItem more consistent with Stripe / homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiontornado committed Jun 17, 2024
1 parent b3642b1 commit 2b57186
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles/modules/Cart.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@
// margin-left: 40px;
// margin-right: 40px;
padding: 0px;
background-color: rgb(242, 242, 242);
// background-color: rgb(242, 242, 242);
background-color: rgba(0,0,0,0.015);
display: flex;
align-items: center;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
// box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
border-style: solid;
border-color: rgba(0, 0, 0, 0.1);
border-width: 1px;
border-radius: 4px;
}

Expand Down

0 comments on commit 2b57186

Please sign in to comment.