Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
1f4a1d73
Commit
1f4a1d73
authored
Apr 19, 2022
by
Guilherme Silva
Browse files
Retirada de footer no momento de imprimir a página de resultados
parent
daad397d
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/app.blade.php
View file @
1f4a1d73
...
...
@@ -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://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=
"form-row justify-content-center"
>
<div
class=
"col-sm-4"
style=
"margin-top: 2.5rem;"
>
...
...
@@ -320,5 +320,15 @@
});
@
endif
</script>
<style>
@media
print
{
.noPrint
{
display
:
none
;
}
.doPrint
{
display
:
block
!important
;
}
}
</style>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment