Skip to content

Commit

Permalink
Fix Amazon Pay button color inside block editor
Browse files Browse the repository at this point in the history
  • Loading branch information
annemirasol committed Feb 4, 2025
1 parent 4d6fbb9 commit 91ab92a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
cursor: pointer;
filter: opacity(0.7);
}
/* Amazon Pay Overrides */
&.wc-stripe-amazon-pay-preview {
background-color: #ffd814;
img {
height: 40px;
}
}
/* Stripe Link Overrides */
&.wc-stripe-link-preview {
background-color: #00d66f;
Expand Down

0 comments on commit 91ab92a

Please sign in to comment.