Angelegt "Elektronische Abrechnung"
This commit is contained in:
parent
e047c4d2df
commit
07171c38d6
9 changed files with 209 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue