File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -1772,14 +1772,16 @@ merch-card[variant="simplified-pricing-express"] {
1772
1772
min-width: var(--consonant-merch-card-simplified-pricing-express-width);
1773
1773
background-color: var(--spectrum-gray-50);
1774
1774
border-radius: 16px;
1775
+ height: 100%;
1776
+ display: flex;
1775
1777
}
1776
1778
1777
1779
/* Grid layout for simplified-pricing-express cards */
1778
1780
.section .content:has(merch-card[variant="simplified-pricing-express"]) {
1779
1781
display: grid;
1780
1782
justify-content: center;
1781
1783
justify-items: center;
1782
- align-items: normal ;
1784
+ align-items: stretch ;
1783
1785
gap: var(--consonant-merch-spacing-m);
1784
1786
padding: var(--spacing-m);
1785
1787
}
@@ -1900,6 +1902,7 @@ merch-card[variant="simplified-pricing-express"] [slot="footer"] sp-button[varia
1900
1902
width: var(--merch-card-simplified-pricing-express-width);
1901
1903
max-width: var(--merch-card-simplified-pricing-express-width);
1902
1904
min-height: var(--merch-card-simplified-pricing-express-min-height);
1905
+ height: 100%;
1903
1906
background: var(--spectrum-gray-50);
1904
1907
border: 2px solid var(--merch-card-custom-border-color, transparent);
1905
1908
border-radius: 16px;
Original file line number Diff line number Diff line change @@ -1782,14 +1782,16 @@ merch-card[variant="simplified-pricing-express"] {
1782
1782
min-width: var(--consonant-merch-card-simplified-pricing-express-width);
1783
1783
background-color: var(--spectrum-gray-50);
1784
1784
border-radius: 16px;
1785
+ height: 100%;
1786
+ display: flex;
1785
1787
}
1786
1788
1787
1789
/* Grid layout for simplified-pricing-express cards */
1788
1790
.section .content:has(merch-card[variant="simplified-pricing-express"]) {
1789
1791
display: grid;
1790
1792
justify-content: center;
1791
1793
justify-items: center;
1792
- align-items: normal ;
1794
+ align-items: stretch ;
1793
1795
gap: var(--consonant-merch-spacing-m);
1794
1796
padding: var(--spacing-m);
1795
1797
}
@@ -1910,6 +1912,7 @@ merch-card[variant="simplified-pricing-express"] [slot="footer"] sp-button[varia
1910
1912
width: var(--merch-card-simplified-pricing-express-width);
1911
1913
max-width: var(--merch-card-simplified-pricing-express-width);
1912
1914
min-height: var(--merch-card-simplified-pricing-express-min-height);
1915
+ height: 100%;
1913
1916
background: var(--spectrum-gray-50);
1914
1917
border: 2px solid var(--merch-card-custom-border-color, transparent);
1915
1918
border-radius: 16px;
Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ merch-card[variant="simplified-pricing-express"] {
13
13
min-width: var(--consonant-merch-card-simplified-pricing-express-width);
14
14
background-color: var(--spectrum-gray-50);
15
15
border-radius: 16px;
16
+ height: 100%;
17
+ display: flex;
16
18
}
17
19
18
20
/* Grid layout for simplified-pricing-express cards */
19
21
.section .content:has(merch-card[variant="simplified-pricing-express"]) {
20
22
display: grid;
21
23
justify-content: center;
22
24
justify-items: center;
23
- align-items: normal ;
25
+ align-items: stretch ;
24
26
gap: var(--consonant-merch-spacing-m);
25
27
padding: var(--spacing-m);
26
28
}
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ export class SimplifiedPricingExpress extends VariantLayout {
89
89
width : var (--merch-card-simplified-pricing-express-width );
90
90
max-width : var (--merch-card-simplified-pricing-express-width );
91
91
min-height : var (--merch-card-simplified-pricing-express-min-height );
92
+ height : 100% ;
92
93
background : var (--spectrum-gray-50 );
93
94
border : 2px solid var (--merch-card-custom-border-color , transparent);
94
95
border-radius : 16px ;
You can’t perform that action at this time.
0 commit comments