Set a background & center a header message
This commit is contained in:
parent
1a2d1d9828
commit
ee8e75e8f7
1 changed files with 6 additions and 2 deletions
|
|
@ -73,7 +73,9 @@
|
|||
@stack('head')
|
||||
|
||||
@if((bool) \App\Utils\Ninja::isSelfHost())
|
||||
{!! $client->getSetting('portal_custom_head') !!}
|
||||
<div class="py-1 text-sm text-center text-white bg-primary">
|
||||
{!! $client->getSetting('portal_custom_head') !!}
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
|
||||
|
|
@ -125,7 +127,9 @@
|
|||
@stack('footer')
|
||||
|
||||
@if((bool) \App\Utils\Ninja::isSelfHost())
|
||||
{!! $client->getSetting('portal_custom_footer') !!}
|
||||
<div class="py-1 text-sm text-center text-white bg-primary">
|
||||
{!! $client->getSetting('portal_custom_footer') !!}
|
||||
</div>
|
||||
@endif
|
||||
</footer>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue