Select Git revision
landingPage.module.css
Forked from an inaccessible project.
landingPage.module.css 690 B
.picture{
max-width: 550px;
}
.inputField{
width: 50%;
height: 30px;
margin: 10px auto;
}
.inputWrapper{
width: 70%;
margin-left: 15%;
display: flex;
flex-direction: column;
background-color: #1C1644;
height: 100%;
}
form {
display: flex;
flex-direction: column;
}
.buttonDiv{
margin-left: 20%;
width: 60%;
flex-direction: row;
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
button{
width: 130px;
}
.defaultButton {
margin: auto;
padding: 5px;
cursor: pointer;
}
.submitButton {
background-color: lightgreen;
padding: 5px;
margin: auto;
cursor: pointer;
}