Skip to content

Instantly share code, notes, and snippets.

@gkobilansky
Last active January 23, 2017 23:56
Show Gist options
  • Save gkobilansky/13baada0303c1c09fadab1912a5daa61 to your computer and use it in GitHub Desktop.
Save gkobilansky/13baada0303c1c09fadab1912a5daa61 to your computer and use it in GitHub Desktop.
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';
form.wufoo {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
width: 98%;
}
label.desc, form li div label {
font-weight: 300;
}
form.wufoo select.select {
width: 103% !important;
cursor: pointer;
}
form input.text, form select.select {
-webkit-font-smoothing: antialiased;
background-color: #fff;
border: 1px solid #aaaaaa;
display: inline-block;
font-size: 1em;
font-weight: 700;
line-height: 1;
padding: 0.75em 0 0.75em 1em;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
transition: all .3s ease 0s;
}
form li.buttons input, .safari input.btTxt {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
width: 200px;
padding: 0.75em 1em;
display: block;
border-radius: 4px;
background-color: #1eb1ab;
text-transform: uppercase;
color: #fff;
border: none;
font-weight: 700;
-webkit-font-smoothing: antialiased;
margin: 70px auto;
}
form .submit:hover, form .submit:focus {
background-color: #53e2dc;
text-decoration: none;
color:#fff;
cursor: pointer;
}
@media (max-width: 400px) {
form.wufoo li {
padding: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment