css.sass to .sass
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
td.boolean
|
||||
+table-fit
|
||||
.boolean-true
|
||||
@extend .fa, .fa-check
|
||||
&.needs_help
|
||||
.boolean-true
|
||||
@extend .fa
|
||||
@extend .fa-bell
|
||||
&.needs_payment
|
||||
.boolean-true
|
||||
@extend .fa
|
||||
@extend .fa-money
|
||||
.display-field
|
||||
.boolean-true
|
||||
@extend .fa, .fa-lg, .fa-check
|
||||
.boolean-false
|
||||
@extend .fa, .fa-lg, .fa-minus
|
||||
|
||||
|
||||
td.colorbox
|
||||
+table-fit
|
||||
.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('supplier/order-check.png')
|
||||
&.delivered, &.closed
|
||||
background-image: image-url('supplier/order-doublecheck.png')
|
||||
&.closed
|
||||
.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
|
||||
Reference in New Issue
Block a user