Save progress
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
padding: 0
|
||||
height: 400px
|
||||
//background-image: image-url('textures/wood4.jpg')
|
||||
background-color: rgba(0,0,0,0.4)
|
||||
//background-color: rgba(0,0,0,0.4)
|
||||
.section-table
|
||||
position: absolute
|
||||
cursor: pointer
|
||||
|
||||
@@ -2,6 +2,7 @@ $side-spacing: 0px
|
||||
@import constants
|
||||
html
|
||||
body
|
||||
padding-top: 42px
|
||||
padding-left: $side-spacing
|
||||
padding-right: $side-spacing
|
||||
background-color: transparent
|
||||
|
||||
@@ -35,7 +35,16 @@ $input-color: white
|
||||
//=General ========================================
|
||||
// Everything with the inset panel just extends .well
|
||||
.well
|
||||
+inset-panel-dark
|
||||
//+inset-panel-dark
|
||||
background-color: rgba(255,255,255,0.8)
|
||||
h1,h2,h3,h4,h5,h6,a
|
||||
color: #333
|
||||
.table
|
||||
thead
|
||||
color: #111
|
||||
td
|
||||
border-top-color: #aaa
|
||||
color: #111
|
||||
|
||||
body
|
||||
background: $bg
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
padding: 0
|
||||
height: 400px
|
||||
//background-image: image-url('textures/wood4.jpg')
|
||||
background-color: rgba(0,0,0,0.4)
|
||||
//background-color: rgba(0,0,0,0.4)
|
||||
.section-table
|
||||
position: absolute
|
||||
cursor: pointer
|
||||
|
||||
@@ -4,6 +4,7 @@ html
|
||||
background-image: $wood
|
||||
background-color: $background-brown
|
||||
body
|
||||
padding-top: 42px
|
||||
padding-left: $side-spacing
|
||||
padding-right: $side-spacing
|
||||
background-color: transparent
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@import "bootstrap"
|
||||
body
|
||||
padding-top: 42px
|
||||
//padding-top: 42px
|
||||
.table
|
||||
&.table-condensed
|
||||
margin-bottom: 5px
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
//= require foundation
|
||||
//= require ./foundation_and_overrides
|
||||
//= require font-awesome
|
||||
//= require_directory .
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
@import foundation
|
||||
@import "foundation_and_overrides"
|
||||
.lists-overview-entry
|
||||
+grid-column(12)
|
||||
@media #{$medium-only}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
$qbrown: #853d15
|
||||
$qbrown-active: lighten($qbrown, 20%)
|
||||
$green: #7BB459 //Heineken
|
||||
//$green: //Heineken
|
||||
//$wood: image-url('textures/wood001-vertical.jpg')
|
||||
$wood: image-url('textures/theme1.jpg')
|
||||
$background-brown: #57351f
|
||||
@@ -10,7 +11,7 @@ $side-spacing: 5px
|
||||
background-repeat: no-repeat, no-repeat, repeat-x
|
||||
background-position: left center, right center, center center
|
||||
background-image: image-url('theme1/button-wood-left.png'), image-url('theme1/button-wood-right.png'), image-url('theme1/button-wood-middle.png')
|
||||
color: $green
|
||||
color: white
|
||||
border-width: 0
|
||||
border-radius: 0
|
||||
height: 31px
|
||||
@@ -21,7 +22,7 @@ $side-spacing: 5px
|
||||
background-repeat: no-repeat, no-repeat, repeat-x
|
||||
background-position: left center, right center, center center
|
||||
background-image: image-url('theme1/button-wood-left.png'), image-url('theme1/button-wood-right.png'), image-url('theme1/button-wood-middle.png')
|
||||
color: blue
|
||||
color: black
|
||||
=button-bar
|
||||
background-color: transparent
|
||||
background-repeat: no-repeat, no-repeat
|
||||
@@ -53,6 +54,9 @@ $side-spacing: 5px
|
||||
line-height: 1.1em
|
||||
color: black
|
||||
float: left
|
||||
.main-buttons
|
||||
float: left
|
||||
margin-right: 12px
|
||||
.action-buttons
|
||||
float: left
|
||||
width: 150px
|
||||
@@ -72,7 +76,6 @@ $side-spacing: 5px
|
||||
background-color: $qbrown
|
||||
text-align: center
|
||||
line-height: 34px
|
||||
text-indent: -5000px
|
||||
&.active
|
||||
background-color: $qbrown-active
|
||||
&.hide
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*= require 'twitter-bootstrap/bootstrap_and_overrides'
|
||||
*= require 'twitter-bootstrap/bootstrap_overrides'
|
||||
*= require 'general'
|
||||
*= require font-awesome
|
||||
*= require_directory .
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
@@ -34,7 +34,21 @@ $input-color: white
|
||||
//=General ========================================
|
||||
// Everything with the inset panel just extends .well
|
||||
.well
|
||||
+inset-panel-dark
|
||||
//+inset-panel-dark
|
||||
background-color: rgba(255,255,255,0.8)
|
||||
h1,h2,h3,h4,h5,h6,a
|
||||
color: #333
|
||||
.table
|
||||
thead
|
||||
color: #111
|
||||
td
|
||||
border-top-color: #aaa
|
||||
color: #111
|
||||
|
||||
.table-striped
|
||||
tbody tr:nth-child(2n+1)
|
||||
td, th
|
||||
background-color: #444
|
||||
|
||||
body
|
||||
background: $bg
|
||||
|
||||
@@ -4,3 +4,9 @@
|
||||
.order-product-button
|
||||
+wood-button
|
||||
color: white
|
||||
button.order-selected-products
|
||||
color: white
|
||||
background-color: $green
|
||||
.product_order-remove-button
|
||||
padding: 2px 5px
|
||||
background-color: #bbb
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
@import ./constants
|
||||
@import font-awesome
|
||||
#toggle-side-menu
|
||||
position: absolute
|
||||
width: 28px
|
||||
height: 28px
|
||||
color: white
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-bars
|
||||
@extend .fa-lg
|
||||
#side-menu-container
|
||||
background-color: #444
|
||||
position: fixed
|
||||
display: none
|
||||
left: 0
|
||||
top: 0
|
||||
width: 0
|
||||
height: 100%
|
||||
> ul
|
||||
list-style: none
|
||||
a
|
||||
color: white
|
||||
@@ -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