Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • issue-13-gpx
  • issue-10-fxmapcontrol
  • issue-9-file-menu
4 results

README.md

Blame
  • 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;
    }