Use em for coupon code button height (https://github.com/woocommerce/woocommerce-blocks/pull/3575)
This commit is contained in:
parent
4197cfdb2d
commit
7ea0aa4fbc
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.wc-block-components-totals-coupon__button {
|
.wc-block-components-totals-coupon__button {
|
||||||
height: 48px;
|
height: em(48px);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-left: $gap-smaller;
|
margin-left: $gap-smaller;
|
||||||
padding-left: $gap-large;
|
padding-left: $gap-large;
|
||||||
|
|
Loading…
Reference in New Issue