Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created October 4, 2016 12:20
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 jainnidhi/4c73f0a53467710336831ebb176c9a8c to your computer and use it in GitHub Desktop.
Save jainnidhi/4c73f0a53467710336831ebb176c9a8c to your computer and use it in GitHub Desktop.
Beaver Form Style 5
.form-style-5 {
background: #000;
padding: 50px;
}
.form-style-5 .fl-input-group input,
.form-style-5 .fl-input-group textarea {
border-radius: 0;
padding: 12px;
height: auto;
background: #222;
color: #ccc;
border: 1px solid transparent;
font-weight: 300;
font-size: 13px;
}
.form-style-5 .fl-input-group input::-webkit-input-placeholder {
color: #ccc;
}
.form-style-5 .fl-input-group textarea::-webkit-input-placeholder {
color: #ccc;
}
.form-style-5 .fl-input-group input:focus,
.form-style-5 .fl-input-group textarea:focus {
border: 1px solid #11a070;
background-color: #222;
}
.form-style-5 .fl-input-group {
margin-bottom: 20px;
}
.form-style-5 .fl-button-wrap {
margin-top: 30px;
}
.form-style-5 label {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment