Benjamin Völkl 2023-07-25 12:04:03 +02:00
parent 10f875d804
commit 3bfc2d0865
2 changed files with 10 additions and 5 deletions

View File

@ -126,7 +126,12 @@
<img class="img-fluid rounded" data-src="$image" alt=""> <img class="img-fluid rounded" data-src="$image" alt="">
</div> </div>
<div class="col-12 col-md-7"> <div class="col-12 col-md-7">
<h3 class="fs-6 mt-2">$title</h3> <h4 class="fs-6 mt-2 fw-bolder">$title</h4>

<p class="mt-2 text-muted small"> <svg style="fill: #ea4335; width: 10px; margin-right: 4px; margin-bottom: 2px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z"/></svg>12345 Musterstadt</p>

<span class="badge text-bg-secondary">Wartung</span> <span class="badge text-bg-secondary">Butterfly</span>

</div> </div>
</div> </div>
</div> </div>

View File

@ -7,7 +7,7 @@
{ {
"name": "Primary CI Color", "name": "Primary CI Color",
"type": "color", "type": "color",
"value" : "#1862A8" "value" : "#e62b25"
}, },
{ {
"name": "Secondary CI Color", "name": "Secondary CI Color",
@ -27,7 +27,7 @@
{ {
"name": "Primary Link Color", "name": "Primary Link Color",
"type": "color", "type": "color",
"value" : "#1862A8" "value" : "#e62b25"


}, },
{ {
@ -40,14 +40,14 @@
{ {
"name": "Title Color", "name": "Title Color",
"type": "color", "type": "color",
"value" : "#1862A8", "value" : "#e62b25",
"description": "Farbe für Überschriften" "description": "Farbe für Überschriften"


}, },
{ {
"name": "Schriftart", "name": "Schriftart",
"type": "string", "type": "string",
"value" : "Times New Roman" "value" : "15px/25px 'Noto Sans', Arial, sans-serif"
} }
] ]
}, },