From 64e1959a1b5b1dc4612a9477f71e74747380e3a7 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Mon, 23 Mar 2026 15:47:37 +0100 Subject: [PATCH] feed final --- Profice WebSite/sites/offers.html | 61 +++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/Profice WebSite/sites/offers.html b/Profice WebSite/sites/offers.html index b9a998e..bc93ba7 100644 --- a/Profice WebSite/sites/offers.html +++ b/Profice WebSite/sites/offers.html @@ -141,6 +141,18 @@ flex-shrink: 0; } + .field-error { + display: none; + color: #e05252; + font-size: 12px; + margin-top: 6px; + } + + #contact.invalid { + border-color: #e05252; + box-shadow: 0 0 0 4px rgba(224, 82, 82, 0.12); + } + @media (max-width: 640px) { .offers-title { font-size: 28px; } .form-card { padding: 28px 20px; } @@ -244,6 +256,7 @@
+ Bitte geben Sie eine gültige E-Mail-Adresse ein.
@@ -350,6 +363,54 @@