added card
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const MuiCard = {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
// maxWidth: '420px',
|
||||
// marginLeft: 'auto',
|
||||
// marginRight: 'auto',
|
||||
// '&:hover': {
|
||||
// transition: 'all .7s ease',
|
||||
// boxShadow: '1px 1px 20px 10px rgba(15,255,193,0.75)',
|
||||
// },
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default MuiCard;
|
||||
Reference in New Issue
Block a user