Last active
November 23, 2025 03:40
-
-
Save rajeshsingh520/2f127208b50d1ccdd7f472a58252c97c 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
| .pi-cod-deposit-container { | |
| padding: 20px 20px 20px 10px !important; | |
| } | |
| .pi-checkmark { | |
| display: inline-block !important; | |
| } | |
| .pi-cod-deposit-container input:checked+.pi-checkmark:after{ | |
| width: 24px; | |
| height: 24px; | |
| display: block !important; | |
| } | |
| .pi-cod-deposit-container input{ | |
| display:none !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment