Skip to content

Instantly share code, notes, and snippets.

@shanaver
Created October 14, 2014 17:54
Show Gist options
  • Save shanaver/e579bc33047acc2addd2 to your computer and use it in GitHub Desktop.
Save shanaver/e579bc33047acc2addd2 to your computer and use it in GitHub Desktop.
Donately form.js custom submit button styles
/* ==========================================================================
DONATELY
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.donately-btn.donately-submit {
border: none;
background-image: none;
background-color: #239BE0;
border-radius: 0px;
text-shadow: none;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .2em;
padding: 12px 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment