Add concept waiter section

This commit is contained in:
2014-03-23 15:30:21 +01:00
parent 37970e5bef
commit 474d5f88c6
45 changed files with 367 additions and 103 deletions
@@ -0,0 +1,2 @@
//= require foundation
//= require_directory .
@@ -0,0 +1,3 @@
li
span.currency
float: right
@@ -0,0 +1,2 @@
ul.product_category-products
list-style: none
@@ -0,0 +1,8 @@
ul.product-orders
list-style: none
li
border-bottom: 1px solid #ccc
&.total
border-bottom: none
border-top: 4px solid #333
font-weight: bold
@@ -0,0 +1,15 @@
.section-tables
.section-table
width: 72px
float: left
margin-right: 20px
border: 1px solid #d8d8d8
padding: 0.8rem
background-color: #f2f2f2
margin-bottom: 1rem
text-align: center
&:hover
background-color: #e6e6e6
&.active, &.active:hover
background-color: #333
color: white