Skip to content

Commit

Permalink
feat(recaptcha): hide the badge with CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 11, 2024
1 parent cf3b92e commit ff64b20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ html {
scroll-padding-top: 101px; /* Header Height (80px) + Skip Nav Height (21px) = 101px */
}

/* reCAPTCHA: Hide the badge */
.grecaptcha-badge {
visibility: hidden;
}

body {
font-size: 100%;
color: var(--text-primary-color);
Expand Down

0 comments on commit ff64b20

Please sign in to comment.