UNPKG

@wulperstudio/cms

Version:
29 lines 688 B
import { styled, Typography } from '@mui/material'; export var ContainerImg = styled('div')({ width: '100%', height: 'auto', display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center' }); export var ContainerDescriptionTitle = styled('div')({ marginTop: '0.5rem', textAlign: 'center' }); export var Paragraph1 = styled(Typography)({ fontWeight: 700, fontStyle: 'normal', fontSize: '18px', lineHeight: '27px', letterSpacing: '2%', color: '#424D59' }); export var ParagraphTitle2 = styled(Typography)({ fontWeight: 400, fontStyle: 'normal', fontSize: '18px', lineHeight: '27px', letterSpacing: '2%', color: '#424D59' });