Skip to content

Instantly share code, notes, and snippets.

@psahalot
Forked from jainnidhi/subscribe-form5.txt
Created October 21, 2016 05:40
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/f271d69f4cd30f8c87cef3879d0b3eb7 to your computer and use it in GitHub Desktop.
Save psahalot/f271d69f4cd30f8c87cef3879d0b3eb7 to your computer and use it in GitHub Desktop.
BB Subscribe Form 5
.subscribe-form-5 {
padding: 30px;
background: #78f1da;
}
.subscribe-form-5 .fl-form-field {
width: 49.5%;
display: inline-block;
}
.subscribe-form-5 .fl-form-field input {
height: auto;
background: transparent;
padding: 13px 16px;
border: 2px solid #fff !important;
color: #fff;
}
.subscribe-form-5 .fl-form-field input::-webkit-input-placeholder {
color: #fff;
}
.subscribe-form-5 .fl-form-field input:focus {
border: 2px solid #ed875c !important;
background: transparent;
}
@media only screen and (max-width: 768px) {
.subscribe-form-5 .fl-form-field {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment