Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"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