QR-Codes-UI zu Einladungen umgebaut mit PDF-Export und Druckanzeige + Customizer
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ $eventName }} – Einladungs-QR</title>
|
||||
@php
|
||||
$qrSize = $layout['qr']['size_px'] ?? 500;
|
||||
@endphp
|
||||
<style>
|
||||
:root {
|
||||
--accent: {{ $layout['accent'] }};
|
||||
@@ -10,7 +13,7 @@
|
||||
--text: {{ $layout['text'] }};
|
||||
--badge: {{ $layout['badge'] }};
|
||||
--container-padding: 48px;
|
||||
--qr-size: 340px;
|
||||
--qr-size: {{ $qrSize }}px;
|
||||
--background: {{ $backgroundStyle }};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user