Added print group overrides
This commit is contained in:
@@ -51,8 +51,10 @@
|
||||
|
||||
> .orderBoxTotal
|
||||
align-items: flex-end
|
||||
> small
|
||||
font-size: 1.3em
|
||||
> .orderBoxSelectedTotal
|
||||
align-items: flex-start
|
||||
font-size: 0.9em
|
||||
|
||||
#rightColumn
|
||||
@include flex-column
|
||||
@@ -68,24 +70,10 @@
|
||||
flex-grow: 0
|
||||
flex-shrink: 0
|
||||
|
||||
.utilityButtons
|
||||
@include flex-column-item
|
||||
@include flex
|
||||
flex-basis: 20%
|
||||
|
||||
> *
|
||||
@include flex-item
|
||||
@include flex
|
||||
flex-basis: 30%
|
||||
|
||||
.logoutButton
|
||||
flex-basis: 10%
|
||||
|
||||
|
||||
.functionButtons
|
||||
@include flex-column-item
|
||||
@include flex
|
||||
flex-basis: 80%
|
||||
flex-basis: 100%
|
||||
|
||||
> *
|
||||
@include flex-item
|
||||
@@ -256,13 +244,13 @@
|
||||
|
||||
.itemCell
|
||||
text-align: center
|
||||
width: 70%
|
||||
width: 60%
|
||||
|
||||
.qtyCell
|
||||
width: 10%
|
||||
|
||||
.printGroupCell
|
||||
width: 10%
|
||||
width: 20%
|
||||
|
||||
.totalPriceCell
|
||||
width: 10%
|
||||
@@ -271,9 +259,10 @@
|
||||
text-align: left
|
||||
|
||||
tr.instructionRow
|
||||
td
|
||||
font-weight: 100
|
||||
td.itemCell
|
||||
padding-left: 2em
|
||||
font-weight: 100
|
||||
|
||||
.qtyCell, .totalPriceCell, .printGroupCell
|
||||
.qtyCell, .printGroupCell
|
||||
font-size: 0
|
||||
Reference in New Issue
Block a user