blob: 1603d4749b727fb13420c58c9720cf2d16928c1e (
plain)
1
2
3
4
5
|
// Hide google recaptcha V3 don't forget to add legal
// https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed
.grecaptcha-badge {
visibility: hidden;
}
|