const styles = theme => ({ alert: { width: "100%", "& > * + *": { marginTop: theme.spacing(1) } } }); export default styles;