1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Add background to plain e-mail design

This commit is contained in:
Benjamin Beganović 2020-08-18 16:34:49 +02:00
parent 06eb32925c
commit 159c2f05ae
3 changed files with 9 additions and 5 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=baf7fef12d5e65c3d9ff",
"/css/app.css": "/css/app.css?id=733876eca1ef8a36e2c3",
"/css/app.css": "/css/app.css?id=f18a756ffeb35f22c518",
"/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=d244486b16dc6f94a726",
"/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=d7e708d66a9c769b4c6e",
"/js/clients/payment_methods/authorize-ach.js": "/js/clients/payment_methods/authorize-ach.js?id=9e6495d9ae236b3cb5ad",

View File

@ -1,12 +1,16 @@
<!DOCTYPE html>
<html lang="{{ App::getLocale() }}" class="bg-white">
<head>
<meta charset="utf-8">
<meta charset="utf-8">
</head>
<body>
<body class="bg-white p-4">
{!! $body !!}
</body>
<footer>
<footer class="p-4">
{!! $footer !!}
</footer>
</html>