Added Login
This commit is contained in:
@@ -299,3 +299,53 @@ Calender View
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Login
|
||||
*/
|
||||
|
||||
.login-container
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.input-bordered
|
||||
{
|
||||
border: 1px solid #000000;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.input
|
||||
{
|
||||
padding: 5px;
|
||||
width: 200px;
|
||||
background-color: aliceblue;
|
||||
border-radius: 5px;
|
||||
font-family: Arial, serif;
|
||||
font-size: 16px;
|
||||
font-color: white;
|
||||
}
|
||||
|
||||
.phone-1{
|
||||
width: 375px;
|
||||
height: 350px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 5px;
|
||||
border-width: 3px;
|
||||
border-color: #1e2428;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.placement{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user