Skip to content

Commit

Permalink
fix(payment): INT-2902 modified style in order to avoid overlapping f…
Browse files Browse the repository at this point in the history
…ields with small devices on stripeV3
  • Loading branch information
BC-AxelMalagon committed Aug 5, 2020
1 parent d1d9ead commit 83f26f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/scss/components/checkout/widget/_widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@
margin-bottom: remCalc(20px);
margin-top: remCalc(20px);
padding: 1rem;

@media screen and (max-width: 375px) {
margin: remCalc(20px) -2rem remCalc(20px) -2rem;
padding: 1rem;
width: 20rem;
}

@media screen and (max-width: 320px) {
margin: remCalc(20px) -2rem remCalc(20px) -3rem;
padding: 1rem;
width: 19rem;
}
}

.StripeElement--focus {
Expand Down

0 comments on commit 83f26f4

Please sign in to comment.