diff --git a/modules/customer-invoices/templates/rodax/issued-invoice.hbs b/modules/customer-invoices/templates/rodax/issued-invoice.hbs index c31ea407..9b9b08cb 100644 --- a/modules/customer-invoices/templates/rodax/issued-invoice.hbs +++ b/modules/customer-invoices/templates/rodax/issued-invoice.hbs @@ -19,7 +19,7 @@ display: flex; justify-content: space-between; margin-bottom: 20px; - margin-bottom: 0; + margin-bottom: 20px; padding-bottom: 0; } @@ -32,6 +32,33 @@ width: 48%; } + /* Fila superior */ + .top-header { + display: flex; + justify-content: space-between; + width: 100%; + } + + /* Bloque izquierdo */ + .left-block { + display: flex; + flex-direction: column; + align-items: flex-start; + } + + /* Bloque derecho */ + .right-block { + display: flex; + flex-direction: column; + /* uno encima de otro */ + align-items: flex-end; + text-align: right; + /* o flex-start / center segĂșn quieras */ + justify-content: flex-start; + width: 42%; + padding: 4px; + } + .invoice-meta { text-align: right; } @@ -111,9 +138,8 @@
- +
@@ -149,7 +187,6 @@
-