Repository URL to install this package:
|
Version:
2.0.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const views_1 = require("../../../../../forms/views");
const Checkout_1 = require("../..");
const ProductPieces_1 = require("../../../ProductPieces");
const StyledProductItem = styleh_components_1.styled.withComponent(ProductPieces_1.ProductItem)`
margin-bottom: rem(72);
`;
exports.StyledProductItem = StyledProductItem;
const StyledShippingAddress = styleh_components_1.styled.withComponent(views_1.ShippingAddress)`
margin-bottom: rem(44);
`;
exports.StyledShippingAddress = StyledShippingAddress;
const StyledShippingMethod = styleh_components_1.styled.withComponent(Checkout_1.ShippingMethodOption)`
margin-bottom: rem(50);
`;
exports.StyledShippingMethod = StyledShippingMethod; //# sourceMappingURL=styled.js.map