From 9bffdefd9c706e3c2fd5bf3927cd24710bd511e0 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Thu, 15 May 2025 14:24:27 +0200 Subject: [PATCH] added new signature action --- .../ConstructionConsentSignTablet.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css b/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css index 907be3a87..8e6dcd4ab 100644 --- a/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css +++ b/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css @@ -1,3 +1,11 @@ +header { + display: none !important; +} + +.wrapper { + padding: 0 !important; +} + .consent-signing-container { padding: 15px; }