Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3741 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3741 Rev 3742
Línea 25... Línea 25...
25
 
25
 
26
const AuthPage = styled('div')(({ theme }) => ({
26
const AuthPage = styled('div')(({ theme }) => ({
27
  display: 'flex',
27
  display: 'flex',
28
  flexDirection: 'column',
28
  flexDirection: 'column',
29
  gap: '1rem',
-
 
30
  height: '100%',
-
 
31
  minHeight: 'calc(100vh - 120px)',
29
  gap: '1rem',
32
  justifyContent: 'center',
30
  justifyContent: 'center',
-
 
31
  alignItems: 'center',
Línea 33... Línea 32...
33
  alignItems: 'center',
32
  width: '100%',
34
 
33
 
35
  [theme.breakpoints.up('md')]: {
34
  [theme.breakpoints.up('md')]: {
36
    flexDirection: 'row',
35
    flexDirection: 'row',