diff --git a/src/pages/_includes/cards/invoice.html b/src/pages/_includes/cards/invoice.html index 4fd3854d3..8ead5690b 100644 --- a/src/pages/_includes/cards/invoice.html +++ b/src/pages/_includes/cards/invoice.html @@ -1,4 +1,4 @@ -
+
@@ -24,72 +24,72 @@

Invoice INV/001/15

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ProductQntUnitAmount
1 -

Logo Creation

-
Logo and business cards design
-
- 1 - $1.800,00$1.800,00
2 -

Online Store Design & Development

-
Design/Development for all popular modern browsers
-
- 1 - $20.000,00$20.000,00
3 -

App Design

-
Promotional mobile application
-
- 1 - $3.200,00$3.200,00
Subtotal$25.000,00
Vat Rate20%
Vat Due$5.000,00
Total Due$30.000,00
-
-

Thank you very much for doing business with us. We look forward to working with + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQntUnitAmount
1 +

Logo Creation

+
Logo and business cards design
+
+ 1 + $1.800,00$1.800,00
2 +

Online Store Design & Development

+
Design/Development for all popular modern browsers
+
+ 1 + $20.000,00$20.000,00
3 +

App Design

+
Promotional mobile application
+
+ 1 + $3.200,00$3.200,00
Subtotal$25.000,00
Vat Rate20%
Vat Due$5.000,00
Total Due$30.000,00
+ +

Thank you very much for doing business with us. We look forward to working with you again!

diff --git a/src/scss/ui/_tables.scss b/src/scss/ui/_tables.scss index ee9b315a0..619d5206e 100644 --- a/src/scss/ui/_tables.scss +++ b/src/scss/ui/_tables.scss @@ -14,6 +14,14 @@ } } +.table-transparent { + thead { + th { + background: transparent; + } + } +} + .table-nowrap { > :not(caption) > * > * { white-space: nowrap;