Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created November 5, 2018 06:42
Show Gist options
  • Save ae-elaine-axis/e0396a32a6065a38995c0a69760f471b to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/e0396a32a6065a38995c0a69760f471b to your computer and use it in GitHub Desktop.
Discount Coupons - unfolded field
.ec-size .ec-store .ec-cart-coupon:not(.ec-cart-coupon--applied) .ec-cart-coupon__button--apply {
display: block;
}
.ec-size .ec-store .ec-cart-coupon .ec-cart-coupon__wrap {
display: flex;
align-items: center;
height: auto;
}
.ec-size .ec-store .ec-cart-coupon .ec-cart-coupon__text {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment