Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3207 Rev 3257
Línea 80... Línea 80...
80
            </Link>
80
            </Link>
81
          </Toolbar>
81
          </Toolbar>
82
        </Container>
82
        </Container>
83
      </AppBar>
83
      </AppBar>
Línea 84... Línea 84...
84
 
84
 
85
      <Container
-
 
86
        sx={{
-
 
87
          height: '100%',
-
 
88
          maxHeight: {
-
 
89
            xs: 'calc(-65px + 100vh)',
-
 
90
            md: 'calc(-180px + 100vh)'
-
 
91
          }
-
 
92
        }}
-
 
93
      >
85
      <Container>
94
        <AuthPage>
86
        <AuthPage>
95
          <Section sx={{ display: { xs: 'none', md: 'flex' } }}>
87
          <Section sx={{ display: { xs: 'none', md: 'flex' } }}>
96
            {isRoot && (
88
            {isRoot && (
97
              <AuthSlider
89
              <AuthSlider