responsive fixes for supplier

This commit is contained in:
2015-10-12 12:05:16 +02:00
parent 5ed5139125
commit 7ee9504382
23 changed files with 224 additions and 69 deletions
@@ -0,0 +1,33 @@
.employee-row
$row-background-color: white
background-color: $row-background-color
border-bottom: 1px solid #aaa
padding: 8px 0
.colorbox
display: inline-block
margin-right: 8px
.employee-is-manager
margin-right: 8px
.icon
@extend .fa
@extend .fa-asterisk
&.is-not-manager
.icon
color: $row-background-color !important
.employee-name
display: inline-block
padding-right: 12px
min-width: 144px
&.inactive
a
color: #999
.colorbox
.colorbox-container
span
opacity: 0.2
.employee-is-manager
.icon
opacity: 0.3
&:last-of-type
margin-bottom: 20px
@@ -0,0 +1,43 @@
$list-row-background-color: white
.lists-route
.picker__button--clear
display: none
.list-row
background-color: $list-row-background-color
border-bottom: 1px solid #aaa
padding: 8px 0
&.active
background-color: #ffa
&:last-of-type
margin-bottom: 20px
.boolean
display: inline-block
min-width: 26px
.timestamp
display: inline-block
min-width: 140px
.state
display: inline-block
min-width: 110px
.table-number
display: inline-block
min-width: 110px
.list-row-total
background-color: $list-row-background-color
margin-top: 8px
font-weight: bold
padding: 8px 0
.total-sentence
padding-right: 8px
span.boolean
.boolean-true
@extend .fa, .fa-check
&.needs-help
.boolean-true
@extend .fa
@extend .fa-bell
&.needs-payment
.boolean-true
@extend .fa
@extend .fa-money
@@ -3,9 +3,6 @@
margin-right: 7px
span
@extend .fa-lg
.section-title
font-size: 24px
padding: 4px 0px
.section-manage-tables
margin: -40px 6px 4px 6px
min-width: 470px
@@ -1,3 +1,22 @@
.sections-route
.picker__button--clear
display: none
$section-row-background-color: white
.section-row
background-color: $section-row-background-color
border-bottom: 1px solid #aaa
padding: 8px 0
.section-title
display: inline-block
min-width: 140px
.section-dimensions
display: inline-block
min-width: 80px
.table-qr-codes
+button($bg: $secondary-color, $padding: $button-tny)
margin: 0
.translation
display: none
.qr-icon
@extend .fa-lg
.section-dashboard-orders
+button($padding: $button-tny)
margin: 0
margin-right: 0.7rem