Skip to content

Instantly share code, notes, and snippets.

@psahalot
Forked from jainnidhi/form-style8.txt
Created October 4, 2016 18:41
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/5c9609d00f411d0605f3955bb428edc2 to your computer and use it in GitHub Desktop.
Save psahalot/5c9609d00f411d0605f3955bb428edc2 to your computer and use it in GitHub Desktop.
Beaver Form Style 8
.form-style-8 {
background: #f52945;
padding: 50px
}
.form-style-8 .fl-input-group {
margin-bottom: 20px;
}
.form-style-8 .fl-input-group input,
.form-style-8 .fl-input-group textarea {
border-radius: 0;
padding: 15px 15px;
height: auto;
background: #bf2136;
color: #222;
border: 2px solid #b52539;
font-weight: 300;
font-size: 15px;
}
.form-style-8 .fl-input-group input::-webkit-input-placeholder {
color: #fff;
}
.form-style-8 .fl-input-group textarea::-webkit-input-placeholder {
color: #fff;
}
.form-style-8 .fl-input-group input:focus,
.form-style-8 .fl-input-group textarea:focus {
border: 2px solid #f52943;
background: #bf2136;
}
.form-style-8 label {
display: none;
}
.form-style-8 .fl-button-wrap a.fl-button {
border-bottom: 4px solid #bf2136;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment