master
parent
8039a0369f
commit
beea525135
|
@ -80,7 +80,7 @@
|
||||||
@else
|
@else
|
||||||
<div style="border-top: 8px solid {{$_primary_ci_color}};"></div>
|
<div style="border-top: 8px solid {{$_primary_ci_color}};"></div>
|
||||||
@endif
|
@endif
|
||||||
<nav class="navbar navbar-expand-lg py-3" style="background-color: {{$_menue_background_color}};" role="navigation">5
|
<nav class="navbar navbar-expand-lg py-3" style="background-color: {{$_menue_background_color}};" role="navigation">
|
||||||
<div class="container ">
|
<div class="container ">
|
||||||
<a class="navbar-brand " href="{{url('/')}}">
|
<a class="navbar-brand " href="{{url('/')}}">
|
||||||
<x-img src="{{$logo}}" alt="{{config('settings.name')}}" height="60px" sizes="220px" class="fw-bold" style="color: {{$_primary_ci_color}};" loading="eager" blur="off"/>
|
<x-img src="{{$logo}}" alt="{{config('settings.name')}}" height="60px" sizes="220px" class="fw-bold" style="color: {{$_primary_ci_color}};" loading="eager" blur="off"/>
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
|
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
|
||||||
"required": true
|
"required": true
|
||||||
}
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "Background Pattern",
|
"id": "Background Pattern",
|
||||||
|
|
Loading…
Reference in New Issue