master
parent
bb78f351b9
commit
68257d574e
|
@ -4,7 +4,11 @@
|
||||||
body{
|
body{
|
||||||
background-color: {{$_primary_background_color}};
|
background-color: {{$_primary_background_color}};
|
||||||
font-family: {{$_schriftart}};
|
font-family: {{$_schriftart}};
|
||||||
|
|
||||||
|
background-image: url("{{$_background_pattern}}");
|
||||||
|
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-ci { background-color: {{$_primary_ci_color}};
|
.bg-ci { background-color: {{$_primary_ci_color}};
|
||||||
}
|
}
|
||||||
footer { color: {{$_footer_color}} ;
|
footer { color: {{$_footer_color}} ;
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<div class="container ">
|
<div class="container ">
|
||||||
<a class="navbar-brand " href="{{url('/')}}">
|
<a class="navbar-brand " href="{{url('/')}}">
|
||||||
<picture>
|
<picture>
|
||||||
<img src="{{$favicon['180']}}" alt="{{config('settings.name')}}" class="img-fluid" width="80">
|
<img src="{{$favicon['180']}}" alt="{{config('settings.name')}}" height="60px">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
@ -180,6 +180,14 @@
|
||||||
"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",
|
||||||
|
"name": "Hintergrund Pattern",
|
||||||
|
"type": "string",
|
||||||
|
"value": "",
|
||||||
|
"required": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Schriftart",
|
"name": "Schriftart",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
|
Loading…
Reference in New Issue