Last active
August 29, 2015 14:16
-
-
Save duykhoa/2ce3b538185118dc9d1a to your computer and use it in GitHub Desktop.
wufoo contact form
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
* { | |
font-family: "Lato", Arial; | |
} | |
header#header { | |
display: none; | |
} | |
input { | |
color: #676767; | |
font-size: 11px; | |
border: 1px solid #AAA; | |
padding: 4px 3px; | |
width: 100%; | |
box-sizing: border-box; | |
} | |
li.focused { | |
backgroun: transparent; | |
} | |
input.btTxt.submit { | |
border-radius: 0 !important; | |
background: rgba(0, 0, 0, 0); | |
border: 2px solid #CCC; | |
transition: all 0.2s ease-in-out; | |
padding: 7px 35px 7px 35px; | |
color: white; | |
font-size: 20px; | |
-webkit-transition: all 0.2s ease-in-out; | |
-moz-transition: all 0.2s ease-in-out; | |
-o-transition: all 0.2s ease-in-out; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment