From 56b13d52af70b46e6815236a0719321c593aa56c Mon Sep 17 00:00:00 2001 From: AFFONSO_KOPMANN Date: Fri, 20 Jan 2023 09:19:37 -0300 Subject: [PATCH] fix:Corrige Css do form. --- index.tsx | 16 ---------------- react-app-env.d.ts | 1 - src/components/Footer/Footer.tsx | 23 ++++++++++------------- src/schema/FormSchema.ts | 2 +- src/styles/main/form/form.module.css | 11 ++++++----- src/styles/main/form/termForm.module.css | 4 ++-- 6 files changed, 19 insertions(+), 38 deletions(-) delete mode 100644 index.tsx delete mode 100644 react-app-env.d.ts diff --git a/index.tsx b/index.tsx deleted file mode 100644 index 586d070..0000000 --- a/index.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import React from "react"; -import ReactDOM from "react-dom/client"; -import "./styles/reset.css"; -import { Home } from "./pages/Home"; -import { PageProvider } from "./contexts/PageContext"; - -const root = ReactDOM.createRoot( - document.getElementById("root") as HTMLElement -); -root.render( - - - - - -); \ No newline at end of file diff --git a/react-app-env.d.ts b/react-app-env.d.ts deleted file mode 100644 index 6431bc5..0000000 --- a/react-app-env.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 0ce91ba..f2c8c09 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -23,20 +23,17 @@ const Footer = () => { tempor

-
- - - - +
+ + + +
-
- - - - +
+ + + +