Skip to content

Instantly share code, notes, and snippets.

@denlunev
Created November 11, 2019 22:57
Show Gist options
  • Save denlunev/e842813fb8a99bce424f74ebf7c640e7 to your computer and use it in GitHub Desktop.
Save denlunev/e842813fb8a99bce424f74ebf7c640e7 to your computer and use it in GitHub Desktop.
<style>
#df-card-container .df-discount-area {
margin-top: 18px;
}
#df-card-container .df-discount-area .hs-form-field {
margin-top: 0px !important;
}
#df-card-container #df-apply-discount-btn{
display: inline-block;
margin-top: 8px;
color: #fff;
}
#df-card-container #df_buybtn {
background-color: #d64041;
}
</style>
<script src="https://widgets.depositfix.com/v1/app.min.js"></script>
<script type="text/javascript" id="df-script">
DepositFixForm.init({
formId: 'dff384e3-ccb6-4e89-8c1a-45210c76c883',
portalId: '5595387',
translations: {
PAY_NOW: 'Register Now!',
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment