-
-
Save psahalot/0b95a87407e7b190cb627907644d6e88 to your computer and use it in GitHub Desktop.
BB Subscribe Form 2
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-2 { | |
background: #c559bd; | |
padding: 40px 40px 30px; | |
} | |
.subscribe-form-2 .fl-form-field { | |
width: 38%; | |
display: inline-block; | |
} | |
.subscribe-form-2 .fl-form-field input { | |
padding: 16px 30px !important; | |
height: auto; | |
} | |
.subscribe-form-2 .fl-form-button { | |
width: 23%; | |
display: inline-block; | |
} | |
.subscribe-form-2 a.fl-button { | |
border-bottom-width: 4px !important; | |
} | |
@media only screen and (max-width: 768px) { | |
.subscribe-form-2 .fl-form-button { | |
width: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment