Login design update
This commit is contained in:
@@ -388,35 +388,44 @@ Login
|
||||
{
|
||||
border: 1px solid #000000;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.input
|
||||
{
|
||||
padding: 5px;
|
||||
width: 200px;
|
||||
background-color: aliceblue;
|
||||
background-color: #f7f7f7;
|
||||
border-radius: 5px;
|
||||
font-family: Arial, serif;
|
||||
font-size: 16px;
|
||||
font-color: white;
|
||||
font-color: black;
|
||||
}
|
||||
|
||||
.phone-1{
|
||||
.border{
|
||||
width: 375px;
|
||||
height: 350px;
|
||||
background-color: #ffffff;
|
||||
background-color: #f9ccd1;
|
||||
border-radius: 5px;
|
||||
border-width: 3px;
|
||||
border-width: 2px;
|
||||
border-color: #1e2428;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.placement{
|
||||
text-align: left;
|
||||
.placement {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.font-kinda-big{
|
||||
font-size: 18px;
|
||||
}
|
||||
.font-big-fat {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.input-sm {
|
||||
height: 2rem/* 32px */;
|
||||
padding-left: 0.75rem/* 12px */;
|
||||
padding-right: 0.75rem/* 12px */;
|
||||
font-size: 0.875rem/* 14px */;
|
||||
line-height: 2rem/* 32px */;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user