Skip to content

Commit

Permalink
fix(payments): INT-3211 Change width size for apple pay button
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-marco committed Oct 5, 2020
1 parent 019eda1 commit c49b453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scss/components/stencil/applePay/_applePay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
display: none;
max-height: remCalc(64px);
min-height: remCalc(32px);
min-width: remCalc(134px);
min-width: 90px;
width: 160px;
padding: spacing("single");
@if stencilString("applePay-button") == "white" {
background-color: $applePay-white;
Expand Down

0 comments on commit c49b453

Please sign in to comment.