Skip to content

Instantly share code, notes, and snippets.

@joaocunha
Created March 1, 2018 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaocunha/10d2ea6c72dcd077662decc002f5efa7 to your computer and use it in GitHub Desktop.
Save joaocunha/10d2ea6c72dcd077662decc002f5efa7 to your computer and use it in GitHub Desktop.
<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