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"; // use svg

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = styled.todo`.product-sku-onetwo-wrap{display:flex;padding:1.5rem 0;border-bottom:0.0625rem solid #A6AFC1;@media (max-width:1023px){border-bottom:0.0625rem solid #EFEFEF;padding:0.75rem 0;}@media (max-width:767px){margin-left:-0.5rem;margin-right:-0.5rem;padding-left:0.5rem;padding-right:0.5rem;}&:first-child,&:first-of-type{padding-top:1rem;}&:last-of-type,&:last-child{padding-bottom:1rem;}&.one-two{align-items:flex-start;}.swatch-svg{margin:0;}}.product-options-item{max-width:3.75rem;margin-left:1rem;display:inline-flex;}.product-hero-container{.product-details-header{font:400 1.5rem "Roboto",Arial,Helvetica,sans-serif;margin-bottom:0.125rem;}.critical-details{.prices{flex-direction:row;margin-top:0.5rem;}.price-container{&.sale-price{font:700 1.5rem "Roboto",Arial,Helvetica,sans-serif;}&.original-price{font:300 0.8125rem "Roboto",Arial,Helvetica,sans-serif;}}}}`;
const OptionListWrap = styled.div`display:flex;padding-top:1rem;align-items:flex-start;display:flex;align-self:stretch;flex-wrap:wrap;max-width:100%;width:100%;.option-item{margin-right:0.5rem;margin-bottom:0.5rem;}.select-dropdown{width:100%;}.select-dropdown{display:flex;flex-wrap:wrap;padding:1rem 0;.dropdown-parent{justify-content:space-around;padding:0 1rem;@media (max-width:767px){padding:0 0.5rem;}}}img{display:inline-flex;margin:0rem;}.arrow-wrapper{padding:unset;display:inline-flex;}`;
exports.OptionListWrap = OptionListWrap;
const StyledLabelHeader = styled.label.attrs({
  className: 'product-options-label'
})`font:700 1.25rem "Roboto",Arial,Helvetica,sans-serif;text-transform:Capitalize;padding-bottom:0.5rem;@media (max-width:1023px){font:500 1rem "Roboto",Arial,Helvetica,sans-serif;}`;
exports.StyledLabelHeader = StyledLabelHeader; //# sourceMappingURL=styled.js.map