Skip to content

Commit

Permalink
style discounts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegulline committed Dec 4, 2023
1 parent 8a31699 commit 8aa44b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,15 @@ select[multiple] {
background-color: #111827;
box-shadow: none;
}

.snipcart-summary-fees__item.snipcart-summary-fees__discounts.snipcart__font--slim {
font-weight: bold;
color: #47a83a;
background: #effbee;
padding: 5px;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 -5px;
border-bottom: 1px solid #c3d7c0;
}

1 comment on commit 8aa44b8

@vercel
Copy link

@vercel vercel bot commented on 8aa44b8 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.