BB Subscribe Form 5
.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