Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1508 Rev 1509
Línea 21... Línea 21...
21
  },
21
  },
22
  h2: {
22
  h2: {
23
    fontSize: '1rem'
23
    fontSize: '1rem'
24
  },
24
  },
25
  [theme.breakpoints.up('sm')]: {
25
  [theme.breakpoints.up('sm')]: {
26
    borderRadius: theme.shape.borderRadius(1)
26
    borderRadius: theme.shape.borderRadius
27
  }
27
  }
28
}))
28
}))
Línea 29... Línea 29...
29
 
29
 
30
WidgetWrapper.Body = styled(Box)({
30
WidgetWrapper.Body = styled(Box)({