Created
November 4, 2014 06:31
-
-
Save Clorith/ec4474271b067b463e4a to your computer and use it in GitHub Desktop.
Print styling for uber.com receipts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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