form css and username input field css patch.
This commit is contained in:
parent
2994c95cfc
commit
0ac277307d
@ -19,3 +19,25 @@ body {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.login-wrapper {
|
||||
position: relative;
|
||||
left: 50vw;
|
||||
width: 400px;
|
||||
border: 1px solid lightgrey;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
box-shadow: 8px 8px 8px lightgrey;
|
||||
padding: 15px 10px;
|
||||
}
|
||||
|
||||
.username {
|
||||
position: relative;
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 90%;
|
||||
border: 1px solid lightgrey;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user