From 2af844b1abf176deb38a10121b524b5568a5e419 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 8 Feb 2024 10:59:25 +0100 Subject: [PATCH] moselle: hide portal agent anchor (#86712) --- static/moselle/_custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/moselle/_custom.scss b/static/moselle/_custom.scss index ee8cdcc1..38de446d 100644 --- a/static/moselle/_custom.scss +++ b/static/moselle/_custom.scss @@ -128,3 +128,8 @@ footer { } } } + +/* always hide agent portal link */ +a#publik-portal-agent { + display: none; +}