-
-
Save psahalot/cee8b5ffef00aee255c8f852587848a3 to your computer and use it in GitHub Desktop.
BB Subscribe Form 1
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-1 { | |
padding: 30px; | |
background: #1a1948; | |
} | |
.subscribe-form-1 a.fl-button { | |
box-shadow: 2px 2px 3px #4c9038; | |
} | |
.subscribe-form-1 .fl-form-field input { | |
height: auto; | |
background: #f5f5f5; | |
padding: 13px 16px; | |
} | |
.subscribe-form-1 .fl-form-field input:focus { | |
border: 1px solid #56a340; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment