-
-
Save psahalot/9ebb8679c130c5ec4b0878bca74af08f 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