Skip to content

Instantly share code, notes, and snippets.

@CristianoRC
Created January 28, 2019 12:47
Show Gist options
  • Save CristianoRC/a5fcf4c113f8b888e699c8beb64e294d to your computer and use it in GitHub Desktop.
Save CristianoRC/a5fcf4c113f8b888e699c8beb64e294d to your computer and use it in GitHub Desktop.
Configs de impressão css
@media print {
* {
background: transparent !important;
color: #000 !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
body {
margin: 0;
padding: 0;
line-height: 1.4em;
overflow-y: scroll;
overflow: visible;
}
img {
max-width: 100%;
}
p a {
word-wrap: break-word;
}
.flex .xs12 {
flex-basis: 30%;
}
.no-print {
display: none;
}
@page {
margin: 0.5cm;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment