Hide recaptcha badge

This commit is contained in:
2024-03-12 21:50:22 +00:00
parent 2c70ba45d4
commit 8743849fee
5 changed files with 26 additions and 13 deletions

View File

@@ -20,4 +20,9 @@
@keyframes fadeInAnimation {
from { opacity: 0; }
to { opacity: 1; }
}
}
.grecaptcha-badge {
visibility: hidden !important;
}

View File

@@ -809,8 +809,8 @@ video {
padding-bottom: 1rem;
}
.pt-10 {
padding-top: 2.5rem;
.pt-8 {
padding-top: 2rem;
}
.text-center {
@@ -980,6 +980,10 @@ video {
}
}
.grecaptcha-badge {
visibility: hidden !important;
}
.placeholder\:text-gray-400::-moz-placeholder {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
@@ -1090,4 +1094,5 @@ video {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity));
}
}
}

View File

@@ -26,6 +26,9 @@
</div>
<script src="js/smoothScroll.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="https://www.google.com/recaptcha/api.js?render=6LcvxZIpAAAAAOIP5L6kGngwDZRpwkTdMezPn06x" async
defer></script>
<script src="js/recaptcha.js"></script>
</body>
</html>