End of week commit
This commit is contained in:
@@ -19,3 +19,19 @@
|
||||
&.full
|
||||
@media #{$large-up}
|
||||
+grid-column($columns: 9, $last-column:true)
|
||||
body
|
||||
label
|
||||
&.number
|
||||
display: inline-block
|
||||
padding: 4px 10px
|
||||
input
|
||||
&.number
|
||||
width: 60px
|
||||
display: inline-block
|
||||
.apply-filter
|
||||
+button($bg: $primary-color, $padding: $button-tny)
|
||||
.error
|
||||
input, textarea
|
||||
border-color: $alert-color
|
||||
input[type="number"]
|
||||
text-align: right
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
@import font-awesome
|
||||
@import ./foundation_and_overrides
|
||||
td.boolean
|
||||
+table-fit
|
||||
&.needs_help
|
||||
.boolean-true
|
||||
@extend .fa
|
||||
@extend .fa-exclamation
|
||||
&.needs_payment
|
||||
.boolean-true
|
||||
@extend .fa
|
||||
@extend .fa-money
|
||||
@@ -8,7 +8,7 @@ header.top-menu
|
||||
background-position: left bottom, right bottom
|
||||
background-image: image-url('theme1/button-bar-left.png'), image-url('theme1/button-bar-right.png')
|
||||
color: $green
|
||||
padding-left: 49px
|
||||
padding-left: 48px
|
||||
padding-right: 52px
|
||||
.menu-content
|
||||
background-color: white
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
$side-spacing: 0px
|
||||
@import constants
|
||||
@import ./foundation_and_overrides
|
||||
html
|
||||
body
|
||||
label
|
||||
&.number
|
||||
display: inline
|
||||
padding: 4px 10px
|
||||
input
|
||||
&.number
|
||||
width: 40px
|
||||
@import font-awesome
|
||||
.supplier-is-closed
|
||||
+alert($bg: $secondary-color)
|
||||
.close
|
||||
|
||||
@@ -10,12 +10,23 @@ table
|
||||
+table-fit
|
||||
th.status-icons, td.status-icons
|
||||
+table-fit
|
||||
td
|
||||
&.boolean
|
||||
text-align: center
|
||||
&.currency
|
||||
text-align: right
|
||||
.table-edit
|
||||
+button($bg: $secondary-color)
|
||||
+button-icon-only
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-pencil
|
||||
.table-qr-codes
|
||||
+button($bg: $secondary-color)
|
||||
+button-icon-only
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-qrcode
|
||||
.table-destroy
|
||||
+button($bg: $secondary-color)
|
||||
+button-icon-only
|
||||
|
||||
Reference in New Issue
Block a user