Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Last active May 14, 2020 19: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 dangerouse/66c0ea46bb184d744c7fb77c1d36269c to your computer and use it in GitHub Desktop.
Save dangerouse/66c0ea46bb184d744c7fb77c1d36269c to your computer and use it in GitHub Desktop.
CloudSponge Widget Reference - Custom CSS
<!DOCTYPE html>
<html>
<body>
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
// set a href to the custom css here. This file will override the default css.
// See an example of common style changes here:
// https://gist.github.com/dangerouse/eba3ad76715bc8c18c9e182fe7de58e8
cloudsponge.init({
css: "https://url/to/custom/styleshet.scss"
});
</script>
<a class="cloudsponge-launch">Add From Address Book</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment