Final Login Design
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user