Procházet zdrojové kódy

update login page

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek před 1 rokem
rodič
revize
7138a5372a
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +6
    -6
      src/components/LoginPage/LoginPage.tsx

+ 6
- 6
src/components/LoginPage/LoginPage.tsx Zobrazit soubor

@@ -7,13 +7,13 @@ import { Box } from "@mui/material";
const LoginPage = () => {
return (
<Grid container height="100vh">
<Grid item sm sx={{ backgroundColor: 'neutral.900'}}>
<Grid item sm sx={{ backgroundColor: 'neutral.000', display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
<Box sx={{ width: '100%', padding: 5, paddingBlockStart: 10, display: 'flex', alignItems: 'center', justifyContent: 'center', svg: { maxHeight: 120 } }}>
<Logo />
</Box>
</Grid>
<Grid item xs={12} sm={8} lg={5}>
<Paper square sx={{ height: "100%" }}>
<Box sx={{ width: '100%', padding: 5, paddingBlockStart: 10, display: 'flex', alignItems: 'flex-end', justifyContent: 'center', svg: { maxHeight: 120 } }}>
<Logo />
</Box>
<Grid item xs={12} sm={8} lg={5} sx={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
<Paper square sx={{ width: '100%', padding: 5 }}>
<LoginForm />
</Paper>
</Grid>


Načítá se…
Zrušit
Uložit