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 %}