Browse Source

remove btn libras de impressões

pull/3777/head
LeandroJatai 1 month ago
parent
commit
a2b3333033
  1. 3
      frontend/src/__global/scss/layouts/_globals.scss
  2. 4
      sapl/templates/base.html

3
frontend/src/__global/scss/layouts/_globals.scss

@ -187,4 +187,7 @@ small {
a[href]:after { a[href]:after {
content: none !important; content: none !important;
} }
.btn-vlibras {
display: none !important;
}
} }

4
sapl/templates/base.html

@ -251,7 +251,7 @@
{% endblock footer_container %} {% endblock footer_container %}
{% endif %} {% endif %}
<div vw class="enabled"> <div vw class="enabled btn-vlibras">
<div vw-access-button class="active"></div> <div vw-access-button class="active"></div>
<div vw-plugin-wrapper> <div vw-plugin-wrapper>
<div class="vw-plugin-top-wrapper"></div> <div class="vw-plugin-top-wrapper"></div>
@ -295,11 +295,11 @@
}); });
</script> </script>
{% if not debug %}
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script> <script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script> <script>
new window.VLibras.Widget('https://vlibras.gov.br/app'); new window.VLibras.Widget('https://vlibras.gov.br/app');
</script> </script>
{% if not debug %}
{% if "google_analytics_id_metrica"|get_config_attr %} {% if "google_analytics_id_metrica"|get_config_attr %}
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->

Loading…
Cancel
Save