Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3093 Rev 3154
Línea 16... Línea 16...
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
  boxShadow: 'none',
20
  transition: theme.transitions.easing.easeInOut,
20
  transition: theme.transitions.easing.easeInOut,
-
 
21
  width: '100%',
21
  [theme.breakpoints.up('sm')]: {
22
  [theme.breakpoints.up('sm')]: {
22
    borderRadius: theme.shape.borderRadius
23
    borderRadius: theme.shape.borderRadius
23
  }
24
  }
24
}))
25
}))