Save progress
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@import compass
|
||||
@import ./constants
|
||||
@import font-awesome
|
||||
|
||||
.fa-menu
|
||||
@extend .fa-cutlery
|
||||
html
|
||||
background-image: $wood
|
||||
background-color: $background-brown
|
||||
@@ -102,6 +106,7 @@ body
|
||||
height: 28px
|
||||
background-position: center center
|
||||
background-repeat: no-repeat
|
||||
line-height: 28px
|
||||
.top-button-bar
|
||||
+button-bar
|
||||
height: 90px
|
||||
@@ -112,21 +117,20 @@ body
|
||||
margin-right: 8px
|
||||
.table-number
|
||||
float: right
|
||||
#show-active-list
|
||||
//#show-active-list
|
||||
span
|
||||
background-image: image-url('icons/list.png')
|
||||
#place-order-on-list
|
||||
span
|
||||
background-image: image-url('icons/menu.png')
|
||||
#list-needs-payment-button
|
||||
span
|
||||
background-image: image-url('icons/needs-payment.png')
|
||||
//span
|
||||
//background-image: image-url('icons/needs-payment.png')
|
||||
&.active
|
||||
span
|
||||
background-image: image-url('icons/needs-payment-active.png')
|
||||
span.fa
|
||||
@extend .fa-spin
|
||||
//background-image: image-url('icons/needs-payment-active.png')
|
||||
#list-needs-help-button
|
||||
span
|
||||
background-image: image-url('icons/needs-help.png')
|
||||
&.active
|
||||
span
|
||||
background-image: image-url('icons/needs-help-active.png')
|
||||
span.fa
|
||||
@extend .fa-spin
|
||||
|
||||
Reference in New Issue
Block a user