Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2850 Rev 2851
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
  border: `1px solid ${colors.border.primary}`,
16
  border: `1px solid ${colors.border.primary}`,
17
  height: 'fit-content',
17
  height: 'fit-content',
18
  position: 'relative',
18
  position: 'relative',
-
 
19
  boxShadow: 'none',
19
  transition: theme.transitions.easing.easeInOut,
20
  transition: theme.transitions.easing.easeInOut,
20
  [theme.breakpoints.up('sm')]: {
21
  [theme.breakpoints.up('sm')]: {
21
    borderRadius: theme.shape.borderRadius
22
    borderRadius: theme.shape.borderRadius
22
  }
23
  }
23
}))
24
}))