This commit is contained in:
ivan-sim
2024-01-10 11:22:07 +07:00
parent a8686c07a7
commit 0a2c617581
13 changed files with 147 additions and 24 deletions

View File

@@ -116,14 +116,16 @@ export default function Login() {
/>
</SectionStyle>
)} */}
<Container maxWidth="sm">
<ContentStyle>
<Card sx={{padding:2}}>
<Stack
direction="row"
alignItems="center"
sx={{ mb: 5 }}
>
<Logo sx={{ width: 90, height: 90 }} />
<Box sx={{ flexGrow: 1 }}>
<Typography variant="h4" gutterBottom>
@@ -149,6 +151,7 @@ export default function Login() {
</Stack>
<LoginForm />
</Card>
{/*{false && !smUp && (
<Typography