Skip to content

Commit 4fef056

Browse files
committed
Publish 2026-01-05
1 parent e09c46e commit 4fef056

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

elements/pay-tiers.js

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ const cssText = `
451451
}
452452
.tiers {
453453
align-items: stretch;
454-
display: flex;
454+
/* display: flex; */
455+
display: none;
455456
flex-direction: column;
456457
width: 100%;
457458
}
@@ -594,13 +595,15 @@ const cssText = `
594595
.button-link {
595596
align-items: center;
596597
background-color: var(--color-control);
597-
border-radius: 1.25rem;
598+
/* border-radius: 1.25rem; */
599+
border-radius: 2rem;
598600
box-shadow: 0 0 0 0.0625rem hsla(0, 0%, 100%, 0), 0 0 0 var(--color-text);
599601
box-sizing: border-box;
600602
color: white;
601603
display: inline-flex;
602604
flex-direction: row;
603-
height: 2.5rem;
605+
/* height: 2.5rem; */
606+
height: 4rem;
604607
justify-content: center;
605608
margin-top: 0.25rem;
606609
position: relative;
@@ -619,7 +622,8 @@ const cssText = `
619622
.button-link__text {
620623
align-items: center;
621624
display: inline-flex;
622-
font-size: 1rem;
625+
/* font-size: 1rem; */
626+
font-size: 1.5rem;
623627
justify-content: center;
624628
gap: 0.25rem;
625629
overflow: hidden;
@@ -630,7 +634,8 @@ const cssText = `
630634
flex-direction: column;
631635
gap: 0.25rem;
632636
justify-content: center;
633-
margin-top: 0.25rem;
637+
/* margin-top: 0.25rem; */
638+
margin-top: 1.5rem;
634639
}
635640
.button-wrapper .button-link {
636641
margin: 0;
@@ -744,7 +749,8 @@ const cssText = `
744749
}
745750
.currencies {
746751
align-items: center;
747-
display: flex;
752+
/* display: flex; */
753+
display: none;
748754
flex-direction: row;
749755
gap: 0.5rem;
750756
}
@@ -823,6 +829,7 @@ const cssText = `
823829
flex-direction: row;
824830
gap: 0.75rem;
825831
justify-content: center;
832+
margin-bottom: 2.5rem;
826833
margin-top: 0.25rem;
827834
}
828835
.payment-methods i {

0 commit comments

Comments
 (0)