Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@0xfe
Created December 29, 2018 16:22
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 0xfe/aa819782b2bf085d6ade407eaf5663ed to your computer and use it in GitHub Desktop.
Save 0xfe/aa819782b2bf085d6ade407eaf5663ed to your computer and use it in GitHub Desktop.
Quid Client CSS
button.quid-pay-button {
background: rgba(255, 255, 255, 0.1) !important;
border: none !important;
border-bottom: 2px #00625d solid !important;
border-radius: 3px !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 12px !important;
margin: 0 !important;
outline: 0 !important;
padding: 8px !important;
background-color: #62bcaf !important;
color: #efefef !important;
}
button.quid-pay-button.paid {
border-bottom: 2px #2ab335 solid !important;
background-color: #ade1c2 !important;
color: #00625d !important;
}
button.quid-pay-button.paid:disabled {
border-bottom: 2px #2ab335 solid !important;
background-color: #ade1c2 !important;
}
button.quid-pay-button:hover {
background: #00625d !important;
}
button.quid-pay-button:focus {
background: #00625d !important;
}
button.quid-pay-button:active {
background: #353e44 !important;
}
button.quid-pay-button:disabled {
background: rgb(125, 125, 125) !important;
border-bottom: 0px !important;
cursor: not-allowed !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment