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 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