Skip to content

Instantly share code, notes, and snippets.

@faisalahammad
Created February 12, 2021 14:00
Show Gist options
  • Select an option

  • Save faisalahammad/f3d3db773c4c3f312d83b43cada049fc to your computer and use it in GitHub Desktop.

Select an option

Save faisalahammad/f3d3db773c4c3f312d83b43cada049fc to your computer and use it in GitHub Desktop.
.formFooter {
display: none !important;
}
.supernova {
background: transparent !important;
}
.form-all {
width: 500px;
}
.jotform-form {
padding: 0;
}
.form-all .form-submit-button {
background: rgb(92, 225, 230) !important;
border-width: 0 !important;
}
.form-all .form-submit-button:hover {
background: #000 !important;
}
.form-all {
-moz-box-sizing : border-box;
-webkit-box-sizing : border-box;
box-sizing : border-box;
}
body.thankyou {
background: transparent !important;
}
#footer {
visibility: hidden;
}
div#stage.form-all {
margin-right: auto !important;
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment