Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Last active November 11, 2021 12:59
Show Gist options
  • Select an option

  • Save AertHulsebos/74de508bde8fdd424d6de7ccd42fa1ee to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/74de508bde8fdd424d6de7ccd42fa1ee to your computer and use it in GitHub Desktop.
/* Accept Button */
.cmplz-accept {
background-color: blue;
font-size: 1em;
color:white;
border: 1px solid black;
padding: 5px;
}
/* Dismiss Button */
.cmplz-deny {}
/* View/Save Preferences Button */
.cmplz-save-preferences, .cmplz-view-preferences {}
/* All Buttons */
.cmplz-btn {}
/* All Buttons Hover */
.cmplz-btn:hover {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment