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

const StyledTextPlaceholder = styled(TextPlaceholder) `
  margin-bottom: rem(8);
`

const DetailLink = styled.div `
  display: flex;
`

const Details = styled.div `
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
`

const Wrapper = styled.section ``

export { Wrapper, Details, DetailLink, StyledTextPlaceholder }