Commit 1f4a1d73 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Retirada de footer no momento de imprimir a página de resultados

parent daad397d
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<div class="styleRodape" style="background-color:#fff"> <div class="styleRodape noPrint" style="background-color:#fff">
<div class="container"> <div class="container">
<div class="form-row justify-content-center"> <div class="form-row justify-content-center">
<div class="col-sm-4" style="margin-top: 2.5rem;"> <div class="col-sm-4" style="margin-top: 2.5rem;">
...@@ -320,5 +320,15 @@ ...@@ -320,5 +320,15 @@
}); });
@endif @endif
</script> </script>
<style>
@media print {
.noPrint{
display:none;
}
.doPrint{
display:block !important;
}
}
</style>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment