Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created 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/2baa5de6bee057e8800a0fae14bc0944 to your computer and use it in GitHub Desktop.
Save jainnidhi/2baa5de6bee057e8800a0fae14bc0944 to your computer and use it in GitHub Desktop.
Beaver Form Style 2
.form-style-2 {
background: #2a5161;
padding: 30px;
}
.form-style-2 .fl-input-group input,
.form-style-2 .fl-input-group textarea {
border-radius: 0;
padding: 15px 0px 10px;
height: auto;
border: 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
text-transform: uppercase;
margin-bottom: 20px;
font-size: 15px;
color: #fff;
}
.form-style-2 .fl-input-group input:focus,
.form-style-2 .fl-input-group textarea:focus {
border-bottom: 1px solid #d2d51a;
background-color: transparent;
}
.form-style-2 .fl-input-group input::-webkit-input-placeholder {
color: #fff;
}
.form-style-2 .fl-input-group textarea::-webkit-input-placeholder {
color: #fff;
}
.form-style-2 .fl-input-group {
margin-bottom: 20px;
}
.form-style-2 label {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment