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 styleh_components_1 = require("styleh-components");

const styles_1 = require("../../../../styles");

const Placeholder_1 = require("../../../atoms/Placeholder");

const StyledHeading = styleh_components_1.styled.withComponent(Placeholder_1.TextPlaceholder)`margin-bottom:0.5rem;`;
exports.StyledHeading = StyledHeading;
const FrequencyWrapper = styleh_components_1.styled.div`position:relative;display:flex;flex-direction:column;padding-top:1.5rem;padding-bottom:1.5rem;@media (max-width:767px){padding-top:1rem;padding-bottom:1rem;}&:after{${styles_1.borderLine};background:var(--color-dark-grey);}`;
exports.FrequencyWrapper = FrequencyWrapper;
const ProductQuantityWrapper = styleh_components_1.styled.div`position:relative;display:flex;flex-direction:column;padding-top:1.5rem;padding-bottom:1.5rem;@media (max-width:767px){padding-top:1rem;padding-bottom:1rem;}&:after{${styles_1.borderLine};background:var(--color-dark-grey);}`;
exports.ProductQuantityWrapper = ProductQuantityWrapper;
const ProductOptions = styleh_components_1.styled.div`${Placeholder_1.ListWrapper}{flex-direction:row;${Placeholder_1.ItemPanel}{margin-right:1rem;&:last-child{margin-right:0;}}}`;
exports.ProductOptions = ProductOptions;
const StyledRectangularPlaceholder = styleh_components_1.styled.withComponent(Placeholder_1.RectanglePlaceholder)`margin-right:0.5rem;`;
exports.StyledRectangularPlaceholder = StyledRectangularPlaceholder;
const ProductOptionsWrapper = styleh_components_1.styled.div`position:relative;display:flex;flex-direction:column;padding-top:1.5rem;@media (max-width:767px){padding-top:1rem;}&:after{${styles_1.borderLine};background:var(--color-dark-grey);}@media (max-width:1023px){width:100%;}`;
exports.ProductOptionsWrapper = ProductOptionsWrapper;
const Details = styleh_components_1.styled.withComponent(Placeholder_1.ParagraphPlaceholder)`margin-bottom:1.5rem;`;
exports.Details = Details;
const ProductDetailsWrapper = styleh_components_1.styled.div`display:flex;flex-direction:column;position:relative;padding-top:1.5rem;padding-bottom:1.5rem;@media (max-width:767px){padding-top:1rem;padding-bottom:1rem;}&:after{${styles_1.borderLine};background:var(--color-dark-grey);}`;
exports.ProductDetailsWrapper = ProductDetailsWrapper;
const ProductPrice = styleh_components_1.styled.withComponent(Placeholder_1.TextPlaceholder)``;
exports.ProductPrice = ProductPrice;
const StyledProductInfo = styleh_components_1.styled.withComponent(Placeholder_1.TextPlaceholder)`margin-bottom:0.5rem;`;
exports.StyledProductInfo = StyledProductInfo;
const ProductSkuIdWrapper = styleh_components_1.styled.div`display:flex;flex-direction:row;padding-bottom:1rem;`;
exports.ProductSkuIdWrapper = ProductSkuIdWrapper;
const ProductInformationWrapper = styleh_components_1.styled.div`position:relative;padding-bottom:1.5rem;@media (max-width:767px){padding-bottom:1rem;}&:after{${styles_1.borderLine};background:var(--color-dark-grey);}`;
exports.ProductInformationWrapper = ProductInformationWrapper;
const Wrapper = styleh_components_1.styled.section`display:flex;flex-direction:column;width:100%;`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map