Created
October 4, 2016 12:24
-
-
Save jainnidhi/9050cec8b9ae187d275b723098b9b794 to your computer and use it in GitHub Desktop.
Beaver Form Style 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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