From a2b3333033bae0c3b35ba12b3b6c19c1fa13f4fa Mon Sep 17 00:00:00 2001 From: LeandroJatai Date: Thu, 24 Jul 2025 13:51:20 -0300 Subject: [PATCH] =?UTF-8?q?remove=20btn=20libras=20de=20impress=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/__global/scss/layouts/_globals.scss | 3 +++ sapl/templates/base.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/__global/scss/layouts/_globals.scss b/frontend/src/__global/scss/layouts/_globals.scss index bc89c2f65..3cb9c6f82 100644 --- a/frontend/src/__global/scss/layouts/_globals.scss +++ b/frontend/src/__global/scss/layouts/_globals.scss @@ -187,4 +187,7 @@ small { a[href]:after { content: none !important; } + .btn-vlibras { + display: none !important; + } } diff --git a/sapl/templates/base.html b/sapl/templates/base.html index ec04b7742..739782b1a 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -251,7 +251,7 @@ {% endblock footer_container %} {% endif %} -
+
@@ -295,11 +295,11 @@ }); - {% if not debug %} + {% if not debug %} {% if "google_analytics_id_metrica"|get_config_attr %}