Add concept waiter section
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user