Formular Zusatzmodule Freiberufliche erstellt

This commit is contained in:
Andreas Hnida 2024-02-23 08:27:33 +00:00
commit 7a9bcaaef8
4 changed files with 107 additions and 23 deletions

View file

@ -165,7 +165,6 @@ table .far {
}
#formular label {
display: block;
margin-bottom: 0.5rem;
font-size: 0.875rem;
font-weight: 500;
@ -173,8 +172,7 @@ table .far {
}
#formular select,
#formular input,
#formular textarea {
#formular input[type="text"], #formular input[type="email"], #formular input[type="number"], #formular input[type="tel"], #formular textarea {
width: 100%;
padding: 0.5rem 1rem;
border: 1px solid #D1D5DB;
@ -272,6 +270,8 @@ table .far {
.fadeIn {
@apply transition-opacity duration-1000 ease-in-out opacity-100;
}
// Honeypot- und Validierungsfelder im Bestellformular
#verify_email, #age, #hobbies {
display:none;
}