Created
April 22, 2019 21:03
-
-
Save gearmobile/6dc68906289f30e93625951774dfa176 to your computer and use it in GitHub Desktop.
form style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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