1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Merge branch 'v2' into v2-1408-cp-downloads

This commit is contained in:
David Bomba 2020-08-19 07:53:49 +10:00 committed by GitHub
commit c2f4b59756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

3
public/css/app.css vendored

File diff suppressed because one or more lines are too long

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>