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:
import { styled } from 'styleh-components';
import { fontValue } from '@skava/styleh-toolset';
import { Placeholder } from '@skava/packages/core/product/ProductPieces/ProductPlaceholder';
export const ShippingMethodsPlaceholder = styled(Placeholder) `
  height: 15rem;
  width: auto;
  overflow: hidden;
`;
export const StyledRadioGroup = styled.section.attrs({
    'data-qa': 'qa-ship-method',
    'className': 'shipping-method-radio-section',
}) `
  font: ${fontValue(16, 'semi')};
  color: var(--color-black);
`;
//# sourceMappingURL=styled.js.map