mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-30 23:54:33 -04: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>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ App::getLocale() }}" class="bg-white">
|
<html lang="{{ App::getLocale() }}" class="bg-white">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
|
<body class="bg-white p-4">
|
||||||
{!! $body !!}
|
{!! $body !!}
|
||||||
</body>
|
</body>
|
||||||
<footer>
|
|
||||||
|
<footer class="p-4">
|
||||||
{!! $footer !!}
|
{!! $footer !!}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user