Skip to content

Instantly share code, notes, and snippets.

@Clorith
Created November 4, 2014 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Clorith/ec4474271b067b463e4a to your computer and use it in GitHub Desktop.
Save Clorith/ec4474271b067b463e4a to your computer and use it in GitHub Desktop.
Print styling for uber.com receipts
@media print {
.nav--block,
.hidden--portable,
#trip-details__actions {
display: none;
}
.page-container {
border: none;
}
.page-content {
box-shadow: none;
}
.trip-details__review .one-half:nth-child(2) {
visibility: hidden;
}
.img--circle {
border-radius: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment