Added print group overrides

This commit is contained in:
2022-01-08 17:53:23 +10:00
parent 198d609e62
commit f656c5ab40
11 changed files with 133 additions and 58 deletions

View File

@@ -46,6 +46,7 @@ input[type=text], select, textarea
bottom: 0
left: 0
right: 0
z-index: 999
@mixin mobile
@media screen and (max-width: 900px)

View File

@@ -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