36 lines
812 B
Sass
36 lines
812 B
Sass
.list-status
|
|
.list-needs-help-indicator
|
|
display: inline-block
|
|
width: 30px
|
|
color: #400
|
|
background-color: #aaf
|
|
text-align: center
|
|
margin-right: 7px
|
|
&.hide
|
|
display: none
|
|
.list-needs-payment-indicator
|
|
display: inline-block
|
|
width: 30px
|
|
color: #440
|
|
background-color: #faa
|
|
text-align: center
|
|
margin-right: 7px
|
|
&.hide
|
|
display: none
|
|
.active-orders-table
|
|
tbody
|
|
tr
|
|
td
|
|
&:first-child
|
|
padding-left: 35px
|
|
background-position: 5px center
|
|
background-repeat: no-repeat
|
|
&.active
|
|
td
|
|
&:first-child
|
|
background-image: image-url('icons/order-check.png')
|
|
&.delivered
|
|
td
|
|
&:first-child
|
|
background-image: image-url('icons/order-doublecheck.png')
|