Created
March 1, 2018 01:04
-
-
Save joaocunha/10d2ea6c72dcd077662decc002f5efa7 to your computer and use it in GitHub Desktop.
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
<style> | |
.mailchimp-input { | |
border-radius: 0; | |
border-bottom: 1px solid #757575; | |
margin: 0 0 12px 0; | |
} | |
.mailchimp-input:focus { | |
border-color: #000000; | |
} | |
@media (min-width: 820px) { | |
.mailchimp-input { | |
margin: 0 12px 0 0; | |
} | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment