From d714c34f5934e073b762af5e11f196ef546c67bd Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 6 Feb 2019 11:42:22 +0100 Subject: [PATCH] #1049 ticket.sale --- modules/ticket/front/sale/index.html | 98 +++++++++++++--------------- modules/ticket/front/sale/style.scss | 18 +++-- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html index 0d8f21e1f..bb66831f8 100644 --- a/modules/ticket/front/sale/index.html +++ b/modules/ticket/front/sale/index.html @@ -6,44 +6,51 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + +

Subtotal {{$ctrl.subTotal | currency: 'EUR':2}}

+

VAT {{$ctrl.VAT | currency: 'EUR':2}}

+

Total {{$ctrl.total | currency: 'EUR':2}}

+
+
@@ -142,21 +149,6 @@ No results -
-

- Subtotal - {{$ctrl.subTotal | currency: 'EUR':2}} -

-

- VAT - {{$ctrl.VAT | currency: 'EUR':2}} -

-

- Total - {{$ctrl.total | currency: 'EUR':2}} -

-
p { - margin: 0; - margin-top: 1em; + font-size: 1.2em; + margin: .2em; } } } \ No newline at end of file