Created
February 12, 2021 14:00
-
-
Save faisalahammad/f3d3db773c4c3f312d83b43cada049fc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| .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