Login design update

This commit is contained in:
Amira24523
2023-05-11 21:40:54 +02:00
parent 22635bb6e5
commit 371c9c7997
3 changed files with 43 additions and 34 deletions
+24 -15
View File
@@ -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 */;
}