ajustes responsive login y btn añadir de administracion
This commit is contained in:
@@ -13,14 +13,14 @@ export function LoginForm({
|
||||
|
||||
return (
|
||||
<div className={cn("", className)} {...props}>
|
||||
<Card className="overflow-hidden">
|
||||
<CardContent className="grid p-0 md:grid-cols-2">
|
||||
<UserAuthForm />
|
||||
<div className="relative hidden bg-muted md:block">
|
||||
<Card className="">
|
||||
<CardContent className="flex flex-col-reverse md:flex-row p-0">
|
||||
<UserAuthForm />
|
||||
<div className="md:bg-muted">
|
||||
<img
|
||||
src="logo.png"
|
||||
alt="Image"
|
||||
className="absolute inset-0 p-10 h-full w-full"
|
||||
alt="Imagen del Logo"
|
||||
className="pt-3 md:p-3 h-full w-1/3 md:w-full m-auto "
|
||||
/>
|
||||
</div>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user