Created
October 21, 2016 05:36
-
-
Save jainnidhi/54ca0c2935600d3caeaf91d5db5e67e0 to your computer and use it in GitHub Desktop.
BB Subscribe Form 3
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
.subscribe-form-3 { | |
padding: 30px; | |
background: #efe46a; | |
} | |
.subscribe-form-3 .fl-form-field { | |
padding-right: 0 !important; | |
} | |
.subscribe-form-3 .fl-form-field input { | |
border: 1px solid #000; | |
background: transparent; | |
border-radius: 0 !important; | |
padding: 14px !important; | |
height: auto !important; | |
} | |
.subscribe-form-3 .fl-form-button a.fl-button { | |
border-radius: 0 !important; | |
padding: 13px !important; | |
height: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment