Repository URL to install this package:
|
Version:
2.0.17 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const OptionListWrap = styleh_components_1.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 = styleh_components_1.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;
const Wrapper = styleh_components_1.styled.div``;
exports.Wrapper = Wrapper;