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 { SubscriptionItem } from 'abstractions/Subscription/UpcomingDeliveries'
import { TextPlaceholder } from '@skava/ui/dist/components/atoms/Placeholder'

const HeaderContent = styled(TextPlaceholder) `
  margin-bottom: rem(16);
`

const Item = styled(SubscriptionItem) `
  padding: 0 rem(8);
`

const ListWrapper = styled.div `
  display: flex;
  margin: 0 -rem(8);
`

const Wrapper = styled.div ``

export { HeaderContent, Item, ListWrapper, Wrapper }