import { makeStyles } from '@material-ui/core/styles'; export const stepsStyle = makeStyles(() => ({ bodyIcon: { fontSize: '90px', paddingBottom: '10px', paddingTop: '10px', }, paddingBot: { paddingBottom: '40px', }, noShadow: { border: 'none', boxShadow: 'none', backgroundColor: 'transparent', }, bodyText: { fontSize: '1.26em', }, bodyTextLarger: { fontSize: '2.3em', }, }));