Skip to content

Instantly share code, notes, and snippets.

@plsankar
Forked from scharc/mailchimp4wordpress.scss
Created October 5, 2020 14:46
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 plsankar/7e6a6c741697f57cefd1111c21332c0e to your computer and use it in GitHub Desktop.
Save plsankar/7e6a6c741697f57cefd1111c21332c0e to your computer and use it in GitHub Desktop.
Resonds format for MailChimp4WordPress Plugin in combination with bootstrap 3.3.6
#newsletter-form {
color: white;
input {
border-radius: 0px !important;
}
.mc4wp-response {
text-align: center;
@extend .container;
margin: 15px 0px;
.mc4wp-alert,
.mc4wp-success,
.mc4wp-error {
@extend .well-sm;
@extend .col-md-10;
@extend .col-md-offset-1;
border-radius: 0px;
}
.mc4wp-alert {
@extend .alert-warning;
}
.mc4wp-success {
@extend .alert-success;
}
.mc4wp-error {
@extend .alert-warning;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment