Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2847 Rev 2850
Línea 11... Línea 11...
11
 
11
 
Línea 12... Línea 12...
12
import colors from '@styles/colors'
12
import colors from '@styles/colors'
13
 
13
 
14
const WidgetContainer = styled(Card)(({ theme }) => ({
14
const WidgetContainer = styled(Card)(({ theme }) => ({
15
  borderRadius: 0,
15
  borderRadius: 0,
16
  boxShadow: theme.shadows[1],
16
  border: `1px solid ${colors.border.primary}`,
17
  height: 'fit-content',
17
  height: 'fit-content',
18
  position: 'relative',
18
  position: 'relative',
19
  transition: theme.transitions.easing.easeInOut,
19
  transition: theme.transitions.easing.easeInOut,