💄 Suppression visuelle du badge Google Recaptchat

This commit is contained in:
2026-01-24 04:43:45 +01:00
parent db285e2006
commit f7d80a311a

View File

@@ -46,7 +46,7 @@
}
.btn-primary {
@apply btn bg-primary text-background
@apply btn bg-primary text-background hover:text-background
hover:bg-primary-light active:bg-primary-dark
focus:ring-primary;
}
@@ -208,3 +208,11 @@
transition-duration: 0.01ms !important;
}
}
/** === Custom CSS === **/
.grecaptcha-badge {
display: none;
visibility: hidden;
opacity: 0;
}