Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2606 Rev 2688
Línea 13... Línea 13...
13
  borderRadius: 0,
13
  borderRadius: 0,
14
  boxShadow: theme.shadows[1],
14
  boxShadow: theme.shadows[1],
15
  height: 'fit-content',
15
  height: 'fit-content',
16
  position: 'relative',
16
  position: 'relative',
17
  width: '100%',
17
  width: '100%',
-
 
18
  transition: theme.transitions.easing.easeInOut,
18
  [theme.breakpoints.up('sm')]: {
19
  [theme.breakpoints.up('sm')]: {
19
    borderRadius: theme.shape.borderRadius
20
    borderRadius: theme.shape.borderRadius
20
  }
21
  }
21
}))
22
}))