Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2842 | Rev 2847 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2842 Rev 2843
Línea 62... Línea 62...
62
export function WidgetBody({ children, styles = {}, ...props }) {
62
export function WidgetBody({ children, styles = {}, ...props }) {
63
  return (
63
  return (
64
    <CardContent
64
    <CardContent
65
      sx={{
65
      sx={{
66
        padding: 1,
66
        padding: 1,
-
 
67
        paddingBottom: 0,
67
        '&:last-child': { paddingBottom: 1 },
68
        '&:last-child': { paddingBottom: 1 },
68
        '&:not(:last-child)': { paddingBottom: 0 },
-
 
69
        '.MuiCardHeader-root + &': { paddingTop: 0 },
69
        '.MuiCardHeader-root + &': { paddingTop: 0 },
70
        ...styles
70
        ...styles
71
      }}
71
      }}
72
      {...props}
72
      {...props}
73
    >
73
    >