User ember progress
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@import ./foundation_and_overrides
|
||||
.join-request-container
|
||||
.user-email
|
||||
padding-left: 12px
|
||||
.join-request-reject
|
||||
+button
|
||||
@extend .secondary
|
||||
margin-right: 12px
|
||||
.join-request-approve
|
||||
+button
|
||||
margin-right: 12px
|
||||
|
||||
@@ -11,3 +11,25 @@
|
||||
float: right
|
||||
clear: right
|
||||
+panel($padding: 4px)
|
||||
.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')
|
||||
.list-orders-total
|
||||
+grid-column(12)
|
||||
padding: $padding
|
||||
border-top: 2px solid #444
|
||||
font-weight: bold
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user