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:
commit
c2f4b59756
3
public/css/app.css
vendored
3
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
@ -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>
|
Loading…
Reference in New Issue
Block a user