Repository URL to install this package:
|
Version:
2.8.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const PaymentWithBillingAddress_1 = require("../../../../../forms/views/PaymentWithBillingAddress");
const labelStyles = styled.css`font-size:1rem;font-weight:500;color:var(--color-black);opacity:0.5;`;
const BillingAddressForm = styled.withComponent(PaymentWithBillingAddress_1.PaymentWithBillingAddress)`margin-top:1rem;.card-first-name,.card-last-name,.card-number,.card-month,.card-expire-year,.card-security-code{.input-box-label,.input-box{${labelStyles};}.input-box{background-color:transparent;border-color:#dbdee5;}}.checkbox-label{${props => props.hasSinglePayment === true && styled.css`display:none;`}}`;
exports.BillingAddressForm = BillingAddressForm; //# sourceMappingURL=styled.js.map