UNPKG

@shopistry/macaw-ui

Version:

Saleor's UI component library

28 lines (25 loc) 548 B
import { makeStyles } from "../theme"; const useStyles = makeStyles( (theme) => ({ content: { "&:last-child": { paddingBottom: theme.spacing(2), }, display: "flex", paddingBottom: theme.spacing(2), paddingTop: theme.spacing(2), [theme.breakpoints.down("sm")]: { marginTop: theme.spacing(1), }, }, paper: { borderBottomLeftRadius: 0, borderBottomRightRadius: 0, }, root: { height: 70, }, }), { name: "Savebar" } ); export default useStyles;