bot validierung durch Zeitmessung, Interaktionsmessung und Honeypot eingerichtet.

This commit is contained in:
Andreas Hnida 2024-02-23 06:34:03 +00:00
commit a32e4a9d4b
11 changed files with 99 additions and 117 deletions

View file

@ -260,12 +260,22 @@ table .far {
margin-right: auto;
}
.accordion-collapse {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.fadeOut {
@apply transition-opacity duration-500 ease-in-out opacity-0;
}
.fadeIn {
@apply transition-opacity duration-1000 ease-in-out opacity-100;
}
#verify_email, #age, #hobbies {
display:none;
}
/**************** Component Styles ******************/