feat: align login branding
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
parent
82b00f206e
commit
b9e986c8dc
1 changed files with 6 additions and 2 deletions
|
|
@ -36,19 +36,23 @@ export default function LoginPage() {
|
|||
return (
|
||||
<div className="grid min-h-svh lg:grid-cols-2">
|
||||
<div className="flex flex-col gap-6 p-6 md:p-10">
|
||||
<div className="flex justify-center gap-2">
|
||||
<Link href="/" className="flex items-center gap-2 font-medium">
|
||||
<div className="flex flex-col items-center gap-1 text-center">
|
||||
<Link href="/" className="flex items-center gap-2 font-semibold text-neutral-900">
|
||||
<div className="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md">
|
||||
<GalleryVerticalEnd className="size-4" />
|
||||
</div>
|
||||
Sistema de Chamados
|
||||
</Link>
|
||||
<span className="text-xs font-medium uppercase tracking-[0.24em] text-neutral-500">Rever Tecnologia</span>
|
||||
</div>
|
||||
<div className="flex flex-1 items-center justify-center">
|
||||
<div className="w-full max-w-sm rounded-2xl border border-slate-200 bg-white p-6 shadow-sm">
|
||||
<LoginForm callbackUrl={callbackUrl} disabled={shouldDisable} />
|
||||
</div>
|
||||
</div>
|
||||
<footer className="flex justify-center text-xs text-neutral-500">
|
||||
desenvolvido por Esdras Renan
|
||||
</footer>
|
||||
</div>
|
||||
<div className="relative hidden overflow-hidden lg:flex">
|
||||
<ShaderBackground className="h-full w-full" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue