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'

const ProductItemWrapper = styled.div `
  margin-bottom: rem(72);
`
const ShippingAddressWrapper = styled.div `
  margin-bottom: rem(44);
`
const ShippingMethodWrapper = styled.div `
  margin-bottom: rem(50);
`
const DeliveryInstructionWrapper = styled.div ``
const Wrapper = styled.section `
  position: relative;
`

export {
  ProductItemWrapper,
  ShippingAddressWrapper,
  ShippingMethodWrapper,
  DeliveryInstructionWrapper,
  Wrapper,
}