-
-
Save psahalot/f271d69f4cd30f8c87cef3879d0b3eb7 to your computer and use it in GitHub Desktop.
BB Subscribe Form 5
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-5 { | |
padding: 30px; | |
background: #78f1da; | |
} | |
.subscribe-form-5 .fl-form-field { | |
width: 49.5%; | |
display: inline-block; | |
} | |
.subscribe-form-5 .fl-form-field input { | |
height: auto; | |
background: transparent; | |
padding: 13px 16px; | |
border: 2px solid #fff !important; | |
color: #fff; | |
} | |
.subscribe-form-5 .fl-form-field input::-webkit-input-placeholder { | |
color: #fff; | |
} | |
.subscribe-form-5 .fl-form-field input:focus { | |
border: 2px solid #ed875c !important; | |
background: transparent; | |
} | |
@media only screen and (max-width: 768px) { | |
.subscribe-form-5 .fl-form-field { | |
width: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment