Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Last active October 4, 2016 12:18
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/8a3fcef0167689887d718fb2acb53e12 to your computer and use it in GitHub Desktop.
Save jainnidhi/8a3fcef0167689887d718fb2acb53e12 to your computer and use it in GitHub Desktop.
Beaver form style 1
.form-style-1 {
background: #eee;
padding: 30px;
}
.form-style-1 .fl-input-group input,
.form-style-1 .fl-input-group textarea {
border-radius: 0;
padding: 12px;
height: auto;
background: #fff;
color: #ddd;
border: 1px solid #ddd;
}
.form-style-1 .fl-input-group input::-webkit-input-placeholder {
color: #ddd;
}
.form-style-1 .fl-input-group textarea::-webkit-input-placeholder {
color: #ddd;
}
.form-style-1 .fl-input-group input:focus,
.form-style-1 .fl-input-group textarea:focus {
border: 1px solid #ca2f2f;
}
.form-style-1 .fl-input-group {
margin-bottom: 20px;
}
.form-style-1 label {
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
margin-bottom: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment