password input field of landing form css patch
This commit is contained in:
parent
aa1c876ddc
commit
1f7a8a97d1
@ -42,3 +42,15 @@ body {
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.password {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 90%;
|
||||||
|
border: 1px solid lightgrey;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 15px;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user