From 83a426d86e63064910903faa8770ebe816eccb20 Mon Sep 17 00:00:00 2001 From: Amira24523 <85802878+Amira24523@users.noreply.github.com> Date: Sun, 14 May 2023 15:27:32 +0200 Subject: [PATCH] Final Login Design --- anwendung/src/Tests/{login.jsx => Login.jsx} | 0 anwendung/src/pages/index.js | 2 +- anwendung/src/styles/globals.css | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename anwendung/src/Tests/{login.jsx => Login.jsx} (100%) diff --git a/anwendung/src/Tests/login.jsx b/anwendung/src/Tests/Login.jsx similarity index 100% rename from anwendung/src/Tests/login.jsx rename to anwendung/src/Tests/Login.jsx diff --git a/anwendung/src/pages/index.js b/anwendung/src/pages/index.js index fc797ae..a0c0d6d 100644 --- a/anwendung/src/pages/index.js +++ b/anwendung/src/pages/index.js @@ -8,7 +8,7 @@ import PopUp from "@/components/PopUp"; import CalenderView from "@/components/CalenderView"; import DateElement from "@/components/DateElement"; import InputForm from "@/components/InputForm"; -import Login from "@/Tests/login"; +import Login from "@/Tests/Login"; diff --git a/anwendung/src/styles/globals.css b/anwendung/src/styles/globals.css index a017194..98541ea 100644 --- a/anwendung/src/styles/globals.css +++ b/anwendung/src/styles/globals.css @@ -393,7 +393,7 @@ Login .input { padding: 5px; - background-color: #f7f7f7; + background-color: #e9e9e9; border-radius: 5px; font-family: Arial, serif; font-size: 16px; @@ -403,7 +403,7 @@ Login .border{ width: 375px; height: 350px; - background-color: #f9ccd1; + background-color: #ffffff; border-radius: 5px; border-width: 2px; border-color: #1e2428;