Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3205 Rev 3206
Línea 28... Línea 28...
28
 
28
 
29
const AuthPage = styled('div')(({ theme }) => ({
29
const AuthPage = styled('div')(({ theme }) => ({
30
  display: 'flex',
30
  display: 'flex',
31
  flexDirection: 'column',
31
  flexDirection: 'column',
-
 
32
  gap: '1rem',
32
  gap: '1rem',
33
  height: '100%',
33
  [theme.breakpoints.up('md')]: {
34
  [theme.breakpoints.up('md')]: {
34
    flexDirection: 'row'
35
    flexDirection: 'row'
35
  }
36
  }
Línea 81... Línea 82...
81
      </AppBar>
82
      </AppBar>
Línea 82... Línea 83...
82
 
83
 
83
      <Container
84
      <Container
84
        sx={{
85
        sx={{
85
          minHeight: {
86
          minHeight: {
86
            xs: ({ spacing }) => `calc(100vh - 65px - ${spacing(2)})`,
87
            xs: 'calc(100vh - 65px)',
87
            md: ({ spacing }) => `calc(100vh - 65px - 129px - ${spacing(2)})`
88
            md: 'calc(100vh - 65px - 115px)'
88
          },
-
 
89
          marginTop: ({ spacing }) => spacing(1)
89
          }
90
        }}
90
        }}
91
      >
91
      >
92
        <AuthPage>
92
        <AuthPage>
93
          <Section sx={{ display: { xs: 'none', md: 'flex' } }}>
93
          <Section sx={{ display: { xs: 'none', md: 'flex' } }}>