Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3564 Rev 3654
Línea 9... Línea 9...
9
const FeedContainer = styled(Widget.Body)(({ theme }) => ({
9
const FeedContainer = styled(Widget.Body)(({ theme }) => ({
10
  padding: 0,
10
  padding: 0,
11
  '& > *:not(img, video, .MuiCard-root)': {
11
  '& > *:not(img, video, .MuiCard-root)': {
12
    padding: theme.spacing(0, 1)
12
    padding: theme.spacing(0, 1)
13
  },
13
  },
14
  '.MuiCard-root': {
-
 
15
    margin: theme.spacing(0, 1)
-
 
16
  },
-
 
17
  '& > p, & > span': {
14
  '& > p, & > span': {
18
    fontSize: '1rem',
15
    fontSize: '1rem',
19
    wordWrap: 'break-word',
16
    wordWrap: 'break-word',
20
    fontWeight: 'normal'
17
    fontWeight: 'normal'
21
  },
18
  },