Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2843 Rev 2847
Línea 14... Línea 14...
14
const WidgetContainer = styled(Card)(({ theme }) => ({
14
const WidgetContainer = styled(Card)(({ theme }) => ({
15
  borderRadius: 0,
15
  borderRadius: 0,
16
  boxShadow: theme.shadows[1],
16
  boxShadow: theme.shadows[1],
17
  height: 'fit-content',
17
  height: 'fit-content',
18
  position: 'relative',
18
  position: 'relative',
19
  width: '100%',
-
 
20
  transition: theme.transitions.easing.easeInOut,
19
  transition: theme.transitions.easing.easeInOut,
21
  [theme.breakpoints.up('sm')]: {
20
  [theme.breakpoints.up('sm')]: {
22
    borderRadius: theme.shape.borderRadius
21
    borderRadius: theme.shape.borderRadius
23
  }
22
  }
24
}))
23
}))