Styling product summary row to allow for hiding product thumb at a larger break point

This commit is contained in:
summerscope
2015-01-15 16:46:55 +11:00
parent 4a881a5aa5
commit cdd6c2daf2

View File

@@ -77,7 +77,9 @@
color: $med-drk-grey
@media all and (max-width: 640px)
background: #777
color: white
color: $disabled-med
.filled
color: white
.table-cell
height: 27px
@@ -101,8 +103,6 @@
@media all and (max-width: 768px)
padding-left: 4.9375rem
@media all and (max-width: 640px)
padding-left: 4.5rem
@media all and (max-width:480px)
padding-left: 0.9375rem
small
font-size: 80%