* OrderSection receipts list of lineItems instead of always getting cart
* Hide express checkout behind feature flag
* Add torn receipt paper css look to order list
* Re-use OrderSection on receipt page
* Linting
* Reduced max font from 130->120%, now only applies scaling on div.main
Reducing relative font size for the largest screen width.
Scaling only applies to main container, not header and footer.
* Minor header size changes
* Set max-width to login input elements on desktop
* Prettier doesn't liek shorthand props
* Increased padding on input elements
* Increased max layout width from 1500 to 1800
* Address input should take 2 column of space
* Updated order section with new design
* Checkout gets a new layout with sidebar
* Express checkout section
* Increase font size at larger screen width
* Environment example file
* Resolved linting issues