Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created April 22, 2019 21:03
Show Gist options
  • Save gearmobile/6dc68906289f30e93625951774dfa176 to your computer and use it in GitHub Desktop.
Save gearmobile/6dc68906289f30e93625951774dfa176 to your computer and use it in GitHub Desktop.
form style
.field {
width: 100%;
padding: 6px 12px;
height: 50px;
font-size: 14px;
background-color: #f4f7f6;
border: 1px solid #ddd;
}
.form-field {
display: flex;
justify-content: space-between;
align-items: center;
}
.button {
width: 50px;
height: 50px;
box-sizing: border-box;
width: 100%;
border: none;
background-color: #b59f5b;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment