diff --git a/boxoffice/templates/layout_email.html.jinja2 b/boxoffice/templates/layout_email.html.jinja2 index 6a50ca29..1d708fe4 100644 --- a/boxoffice/templates/layout_email.html.jinja2 +++ b/boxoffice/templates/layout_email.html.jinja2 @@ -371,7 +371,6 @@ .invoice-header > p { font-size: 18px; font-weight: 600; - margin-top: 32px; margin-bottom: 0 !important; font-variant: all-small-caps; } @@ -379,7 +378,6 @@ margin-bottom: 4px !important; } .invoice-label > p:first-child { - margin-top: 16px; font-size: 14px; font-weight: 600; color: #4d576398; @@ -400,10 +398,9 @@ } .order-summary > th { font-size: 14px; - line-height: 24px; + line-height: 40px; font-variant: all-small-caps; font-weight: 600; - padding: 8px 0; border-bottom: 1px solid #656565; } .order-description { @@ -411,10 +408,8 @@ } .order-description > p:first-child { font-weight: 600; - margin-top: 16px; } .base-price { - padding-top: 16px; font-weight: 600; } .total-price > p { @@ -422,11 +417,14 @@ font-variant: all-small-caps; font-size: 21px !important; } - .receipt-title { - padding-bottom: 16px; + .receipt-title > h1 { + line-height: 52px; + } + .receipt-subtitle > p { + line-height: 36px; } - .receipt-subtitle { - padding-top: 8px; + .item-description-container { + border-bottom: 1px solid #1f2d3d; } .item-description > p { margin-top: 0; @@ -439,6 +437,12 @@ font-size: 14px; padding-bottom: 16px; } + .linebreak { + line-height: 16px; + } + .double_linebreak { + line-height: 24px; + } diff --git a/boxoffice/templates/macros_email.html.jinja2 b/boxoffice/templates/macros_email.html.jinja2 index 11fa7297..636260f4 100644 --- a/boxoffice/templates/macros_email.html.jinja2 +++ b/boxoffice/templates/macros_email.html.jinja2 @@ -20,9 +20,9 @@ {% endmacro %} -{% macro line_break() %} +{% macro line_break(ln_break) %}
{{ org.details.get('name') }}
@@ -37,6 +38,7 @@
@@ -46,6 +48,7 @@
{{ org.details.get('address')|safe }}
|
|||||||||||||||||||||||||||||||||||||||||||||||
@@ -63,6 +66,7 @@
|