Skip to content

Instantly share code, notes, and snippets.

@briantschu
Last active September 15, 2015 17:41
Show Gist options
  • Save briantschu/2ce44c215d442539d180 to your computer and use it in GitHub Desktop.
Save briantschu/2ce44c215d442539d180 to your computer and use it in GitHub Desktop.
JMP Donate.ly Styles
/* ==========================================================================
DONATELY Styles for Justice Matters Press
Updated by Brian Tofte-Schumacher
========================================================================== */
.donately-btn.donately-submit {
border: none;
background-image: none;
background: #1C676E none repeat scroll 0% 0% !important;
border-radius: 0px;
text-shadow: none;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
font-size: 1em;
padding: $base-spacing/4 $base-spacing*3;
}
.donately-btn:hover {
background: #1C676E none repeat scroll 0% 0% !important
}
select {
font-family: "Open Sans",Helvetica,Arial,sans-serif;
display: block;
position: relative;
line-height: normal;
box-sizing: border-box;
outline: medium none;
max-width: 500px;
border-width: 1px;
border-style: solid;
border-color: #A0A0A0 #AAA #CCC;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset;
border-radius: 3px;
vertical-align: middle;
color: #555;
font-size: 1.38em;
background-color: #FFF;
height: auto;
padding: 0.3462em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment