17 lines
427 B
Sass
17 lines
427 B
Sass
.list-table, #active-list-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')
|