Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created October 4, 2016 12:25
Show Gist options
  • Save jainnidhi/dab6bff2a0d745376a9a67b747686fa9 to your computer and use it in GitHub Desktop.
Save jainnidhi/dab6bff2a0d745376a9a67b747686fa9 to your computer and use it in GitHub Desktop.
Beaver Form Style 9
.form-style-9 {
background: #2b4486;
padding: 50px
}
.form-style-9 .fl-input-group.fl-name,
.form-style-9 .fl-input-group.fl-subject {
margin-bottom: 15px;
width: 50%;
float: left;
padding-right: 20px;
}
.form-style-9 .fl-input-group.fl-subject {
padding-right: 0;
}
.form-style-9 .fl-input-group input,
.form-style-9 .fl-input-group textarea {
border-radius: 0;
padding: 10px 15px;
height: auto;
background: #f3f3f3;
color: #222;
border: 0;
border-left: 4px solid #1ba63e;
font-weight: 300;
font-size: 15px;
}
.form-style-9 .fl-input-group input::-webkit-input-placeholder {
color: transparent;
}
.form-style-9 .fl-input-group textarea::-webkit-input-placeholder {
color: transparent;
}
.form-style-9 .fl-input-group input:focus,
.form-style-9 .fl-input-group textarea:focus {
border-left: 4px solid #222;
background: #f3f3f3;
}
.form-style-9 .fl-button-wrap {
margin-top: 20px;
}
.form-style-9 label {
color: #fff;
font-weight: 300;
}
@media only screen and (max-width: 768px) {
.form-style-9 .fl-input-group.fl-name,
.form-style-9 .fl-input-group.fl-subject {
width: 100%;
float: none;
clear: both;
padding-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment