Style upgrades and emberified supplier lists

This commit is contained in:
2014-04-24 16:41:08 +02:00
parent 546e4499ea
commit 27a1022eb4
56 changed files with 321 additions and 139 deletions
@@ -0,0 +1,36 @@
td.boolean
+table-fit
&.needs_help
.boolean-true
@extend .fa
@extend .fa-exclamation
&.needs_payment
.boolean-true
@extend .fa
@extend .fa-money
.list-orders-container
.currency
float: right
list-style: none
$padding: 6px 0 6px 35px
.list-order-container
background-position: left center
background-repeat: no-repeat
+grid-column(12)
padding: $padding
border-bottom: 1px solid #eee
&.active
background-image: image-url('icons/order-check.png')
&.delivered
background-image: image-url('icons/order-doublecheck.png')
.created_at
float: right
padding-right: 20px
padding-left: 10px
.list-orders-total
+grid-column(12)
padding: $padding
border-top: 2px solid #444
font-weight: bold