Repository URL to install this package:
Version:
0.9.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Image_1 = require("atoms/Image");
const Text_1 = require("atoms/Text");
const ProductImage = styled.withComponent(Image_1.Image) `
flex: 0 0 50%;
`;
exports.ProductImage = ProductImage;
const InformationBox = styled.div `
display: flex;
flex: 0 0 50%;
flex-direction: column;
`;
exports.InformationBox = InformationBox;
const DeliveryDateContainer = styled.div ``;
exports.DeliveryDateContainer = DeliveryDateContainer;
const DeilveryDateLabel = styled.withComponent(Text_1.Label) `
color: #009944;
`;
exports.DeilveryDateLabel = DeilveryDateLabel;
const DeliveryDateWrapper = styled.div `
display: flex;
align-items: baseline;
justify-content: space-between;
margin-top: 16px;
`;
exports.DeliveryDateWrapper = DeliveryDateWrapper;
const DeliveryDateText = styled.withComponent(Text_1.Heading) `
font-size: 20px;
color: #2c2c2c;
margin: 0;
`;
exports.DeliveryDateText = DeliveryDateText;
const ChangeDateLabel = styled.withComponent(Text_1.Label) `
color: #159fd5;
font-size: 16px;
`;
exports.ChangeDateLabel = ChangeDateLabel;
const Wrapper = styled.section `
display: flex;
`;
exports.Wrapper = Wrapper;
//# sourceMappingURL=styled.js.map