Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created October 21, 2016 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jainnidhi/8377413b7f0bc7b940a01f50f5101dae to your computer and use it in GitHub Desktop.
Save jainnidhi/8377413b7f0bc7b940a01f50f5101dae to your computer and use it in GitHub Desktop.
BB Subscribe Form 2
.subscribe-form-2 {
background: #c559bd;
padding: 40px 40px 30px;
}
.subscribe-form-2 .fl-form-field {
width: 38%;
display: inline-block;
}
.subscribe-form-2 .fl-form-field input {
padding: 16px 30px !important;
height: auto;
}
.subscribe-form-2 .fl-form-button {
width: 23%;
display: inline-block;
}
.subscribe-form-2 a.fl-button {
border-bottom-width: 4px !important;
}
@media only screen and (max-width: 768px) {
.subscribe-form-2 .fl-form-button {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment