Skip to content

Commit aea3024

Browse files
Merge pull request #415 from alma/feature/ecom-3320-wc-fix-our-blocks-css
fix: global css in our installement block element
2 parents dce5f09 + 2d2059e commit aea3024

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'f60140b1cc9c546ed461');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'e8fa772ad18f6fee0895');

build/alma-checkout-block/alma-checkout-blocks.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/alma-checkout-block/components/Installments/Installments.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,14 @@
8787
width: 50px;
8888
}
8989

90-
.footer {
90+
.footerCard {
91+
display: flex;
92+
flex-direction: column;
93+
94+
@mixin row-gap var(--spacing-6);
95+
}
96+
97+
.footerCard .footer {
9198
/* important needed for chrome 49 */
9299
margin: 0 !important;
93100
width: auto;
@@ -100,13 +107,6 @@
100107
@mixin row-gap var(--spacing-1);
101108
}
102109

103-
.footerCard {
104-
display: flex;
105-
flex-direction: column;
106-
107-
@mixin row-gap var(--spacing-6);
108-
}
109-
110110
@media screen and (--min-w-sm) {
111111
.errorMessage {
112112
font-size: var(--font-base);

0 commit comments

Comments
 (0)