Repository URL to install this package:
|
Version:
0.0.15 ▾
|
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