34 lines
679 B
Sass
34 lines
679 B
Sass
table
|
|
thead
|
|
th
|
|
&.currency
|
|
text-align: right
|
|
tbody
|
|
td
|
|
&.currency
|
|
text-align: right
|
|
&.numeric
|
|
text-align: right
|
|
&.actions
|
|
text-align: right
|
|
tfoot
|
|
td
|
|
&.currency
|
|
text-align: right
|
|
#active-list-table
|
|
tbody
|
|
tr
|
|
td
|
|
&:first-child
|
|
padding-left: 35px
|
|
background-position: 5px center
|
|
background-repeat: no-repeat
|
|
&.placed
|
|
td
|
|
&:first-child
|
|
background-image: image-url('icons/order-check.png')
|
|
&.delivered
|
|
td
|
|
&:first-child
|
|
background-image: image-url('icons/order-doublecheck.png')
|