Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { styled } from 'styleh-components'
import { StyledBaseText } from '@skava/ui/dist/components/atoms/Text'
import { DetailedList } from '@skava/ui/dist/components/molecules/DetailedList'
import {
DetailedListItemPanel,
DetailedListLabel,
DetailedListValue,
} from '@skava/ui/dist/components/molecules/DetailedList'
const StyledSpecificationList = styled(DetailedList)`
${DetailedListItemPanel} {
${DetailedListLabel} {
font-weight: 500;
font-size: 16px;
&::after {
margin-right: 5px;
}
}
${DetailedListValue} {
margin: 0;
font-weight: 500;
font-size: 16px;
}
}
`
export { StyledSpecificationList }