Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3570 Rev 3715
Línea 18... Línea 18...
18
          display: 'flex',
18
          display: 'flex',
19
          justifyContent: 'center',
19
          justifyContent: 'center',
20
          alignItems: 'center'
20
          alignItems: 'center'
21
        }}
21
        }}
22
      >
22
      >
23
        <Card styles={{ width: '100%', maxWidth: { xs: '80vw', md: '500px', lg: '800px' } }}>
23
        <Card styles={{ width: '100%', maxWidth: { xs: '90vw', md: '500px', lg: '800px' } }}>
24
          <CardHeader title={title} />
24
          <CardHeader title={title} />
25
          <CardContent styles={{ maxHeight: '70vh', overflowY: 'auto' }}>{content}</CardContent>
25
          <CardContent styles={{ maxHeight: '70vh', overflowY: 'auto' }}>{content}</CardContent>
26
        </Card>
26
        </Card>
27
      </Box>
27
      </Box>
28
    </MuiModal>
28
    </MuiModal>