Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created October 4, 2016 12:19
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/65d28f805092cd70d5e285890ed1829f to your computer and use it in GitHub Desktop.
Save jainnidhi/65d28f805092cd70d5e285890ed1829f to your computer and use it in GitHub Desktop.
Beaver Form Style 4
.form-style-4 {
background: #242b3d;
padding: 50px 30px;
}
.form-style-4 .fl-input-group input,
.form-style-4 .fl-input-group textarea {
border-radius: 3px;
padding: 15px 12px;
height: auto;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
background-color: #2d3343;
text-transform: uppercase;
margin-bottom: 10px;
font-size: 15px;
color: #fff;
}
.form-style-4 .fl-input-group input:focus,
.form-style-4 .fl-input-group textarea:focus {
border: 2px solid #e44a49;
background-color: #2d3343;
}
.form-style-4 .fl-input-group input::-webkit-input-placeholder {
color: #fff;
}
.form-style-4 .fl-input-group textarea::-webkit-input-placeholder {
color: #fff;
}
.form-style-4 .fl-input-group {
margin-bottom: 20px;
}
.form-style-4 label {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment