mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-17 04:34:24 +00:00
Add styling for image thumbnail - hide for small, show small thumbnail for big screens.
This commit is contained in:
@@ -36,10 +36,22 @@
|
||||
li.product-cart
|
||||
border-top: 1px solid #424242
|
||||
|
||||
// Shopping cart
|
||||
#cart-detail
|
||||
.cart-item-delete
|
||||
a.delete
|
||||
font-size: 1.125em
|
||||
|
||||
.item-thumb-image
|
||||
display: none
|
||||
@media screen and (min-width: 640px)
|
||||
display: inline-block
|
||||
float: left
|
||||
padding-right: 0.5em
|
||||
width: 36px
|
||||
height: 36px
|
||||
|
||||
|
||||
|
||||
#edit-cart
|
||||
button, .button
|
||||
|
||||
Reference in New Issue
Block a user