Final Login Design

This commit is contained in:
Amira24523
2023-05-14 15:27:32 +02:00
parent 371c9c7997
commit 83a426d86e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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";
+2 -2
View File
@@ -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;