From 187dbaa647b9cdfadd615478803902a3c30c2483 Mon Sep 17 00:00:00 2001 From: williamsimionatto Date: Thu, 9 May 2024 15:27:30 -0300 Subject: [PATCH] refactor: adjust LoginPage layout The LoginPage component has been refactored to adjust the layout and improve the alignment of its elements. --- src/pages/LoginPage/LoginPage.tsx | 118 +++++++++++++++--------------- 1 file changed, 57 insertions(+), 61 deletions(-) diff --git a/src/pages/LoginPage/LoginPage.tsx b/src/pages/LoginPage/LoginPage.tsx index fbaa82d..ebb0500 100644 --- a/src/pages/LoginPage/LoginPage.tsx +++ b/src/pages/LoginPage/LoginPage.tsx @@ -29,75 +29,71 @@ export default function LoginPage() { }) as SubmitHandler; return ( -
-
-
-
-
- logo +
+
+ + logo -
-

- Informe o seu CPF, senha e clique em Entrar -

-
+
+

+ Informe o seu CPF, senha e clique em Entrar +

+
- + - + - + - + -
-

- Não possui uma conta? -

+
+

+ Não possui uma conta? +

- - Cadastrar-se - -
- + + Cadastrar-se +
-
+
);