Created
September 8, 2021 06:44
-
-
Save marczhermo/ecf888dc4c2b385d1364c73f7fc05aa2 to your computer and use it in GitHub Desktop.
Recaptcha V3 Move to Left Side
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
.grecaptcha-badge { | |
width: 70px !important; | |
overflow: hidden !important; | |
transition: all 0.3s ease !important; | |
left: -2px !important; | |
bottom: 20px !important; | |
} | |
.grecaptcha-badge:hover { | |
width: 256px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment