Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3742 Rev 3750
Línea 28... Línea 28...
28
  flexDirection: 'column',
28
  flexDirection: 'column',
29
  gap: '1rem',
29
  gap: '1rem',
30
  justifyContent: 'center',
30
  justifyContent: 'center',
31
  alignItems: 'center',
31
  alignItems: 'center',
32
  width: '100%',
32
  width: '100%',
-
 
33
  maxWidth: '100vw',
-
 
34
  overflow: 'hidden',
-
 
35
  padding: '0 1rem',
Línea 33... Línea 36...
33
 
36
 
34
  [theme.breakpoints.up('md')]: {
37
  [theme.breakpoints.up('md')]: {
35
    flexDirection: 'row',
38
    flexDirection: 'row',
36
    minHeight: 'calc(100vh - 120px)',
39
    minHeight: 'calc(100vh - 120px)',
37
    justifyContent: 'space-between',
40
    justifyContent: 'space-between',
-
 
41
    alignItems: 'stretch',
38
    alignItems: 'stretch'
42
    padding: '0'
39
  }
43
  }
Línea 40... Línea 44...
40
}));
44
}));
41
 
45
 
Línea 189... Línea 193...
189
            </Link>
193
            </Link>
190
          </Toolbar>
194
          </Toolbar>
191
        </Container>
195
        </Container>
192
      </AppBar>
196
      </AppBar>
Línea -... Línea 197...
-
 
197
 
-
 
198
      <Container
-
 
199
        sx={{
-
 
200
          display: 'flex',
193
 
201
          alignItems: 'center',
-
 
202
          justifyContent: 'center',
-
 
203
          maxWidth: '100vw',
-
 
204
          overflow: 'hidden',
-
 
205
          padding: { xs: '0 1rem', md: '0' }
-
 
206
        }}
194
      <Container sx={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
207
      >
195
        <AuthPage>
208
        <AuthPage>
196
          <Section
209
          <Section
197
            sx={{
210
            sx={{
198
              display: { xs: isRoot ? 'flex' : 'none', md: 'flex' }
211
              display: { xs: isRoot ? 'flex' : 'none', md: 'flex' }