Angelegt "Elektronische Abrechnung"

This commit is contained in:
Andreas Hnida 2024-02-20 14:51:00 +00:00
commit 07171c38d6
9 changed files with 209 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<div class="relative flex flex-col mt-6 text-gray-700 bg-white shadow-md bg-clip-border rounded-xl w-96">
<div class="p-6">
<div class="p-10">
{{ .Inner }}
</div>
</div>

View file

@ -1,4 +1,4 @@
<section class="bg-cover items-center pt-32 pb-32" style="{{ with .Get "fixed" }}background-attachment: fixed;{{ end }}background-image: url('{{ with .Get "background" }}{{ . }}{{ end }}');">
<section class="bg-cover items-center pt-32 pb-32 {{ with .Get "light-text" }}light-text {{ end }}" style="{{ with .Get "fixed" }}background-attachment: fixed;{{ end }}background-image: url('{{ with .Get "background-image" }}{{ . }}{{ end }}');{{ with .Get "background-color" }}background-color: {{ . }}{{ end }};">
<div class="container items-center" >
{{ .Inner }}