Skip to content

Instantly share code, notes, and snippets.

@psahalot
Forked from jainnidhi/subscribe-form1.txt
Last active October 21, 2016 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psahalot/cee8b5ffef00aee255c8f852587848a3 to your computer and use it in GitHub Desktop.
Save psahalot/cee8b5ffef00aee255c8f852587848a3 to your computer and use it in GitHub Desktop.
BB Subscribe Form 1
.subscribe-form-1 {
padding: 30px;
background: #1a1948;
}
.subscribe-form-1 a.fl-button {
box-shadow: 2px 2px 3px #4c9038;
}
.subscribe-form-1 .fl-form-field input {
height: auto;
background: #f5f5f5;
padding: 13px 16px;
}
.subscribe-form-1 .fl-form-field input:focus {
border: 1px solid #56a340;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment