Repository URL to install this package:
|
Version:
2.1.1 ▾
|
import { styled } from 'styleh-components'
import TextPlaceholder from '@skava/ui/dist/components/atoms/Placeholder/TextPlaceholder'
const StyledTitlePlaceholder = styled(TextPlaceholder)`
margin-bottom: 16px;
`
const StyledAddressPlaceholder = styled(TextPlaceholder)`
margin-bottom: 6px;
`
const Container = styled.div`
display: flex;
flex-direction: column;
flex-wrap: wrap;
`
const Wrapper = styled.section``
export { Wrapper, Container, StyledTitlePlaceholder, StyledAddressPlaceholder }