Last active
April 2, 2021 23:07
-
-
Save byjg/c6249060e620a3e0f293b32d0975074f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Start Audima Widget Injection --> | |
<div id="audimaWidget"></div> | |
<script src="//audio.audima.co/audima-widget.js"></script> | |
<!-- End Audima Widget Injection --> | |
<!-- Audima CSS Customization --> | |
<style> | |
#audimaWidget .audima-panel { | |
/* Insira aqui a customização exemplo: | |
background-color: silver; | |
*/ | |
} | |
#audimaWidget .widget-progress-bar { | |
/* Insira aqui a customização exemplo: | |
background-color: silver; | |
*/ | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment