Fixed default-größe für Icons.
This commit is contained in:
parent
3f5c3faffe
commit
a3349bd8a0
5 changed files with 4 additions and 4 deletions
0
archetypes/blog.md
Normal file
0
archetypes/blog.md
Normal file
|
|
@ -42,7 +42,7 @@ Unterstützung bei der Informationssammlung, Anamnese und Planung der Pflegeziel
|
||||||
|
|
||||||
{{% card %}}
|
{{% card %}}
|
||||||
{{% icon size="5xl" name="database" %}}
|
{{% icon size="5xl" name="database" %}}
|
||||||
### Rechnungsstellung
|
### Rechnungs-<wbr>stellung
|
||||||
Erstellen Sie mit wenigen Klicks die Rechnungen aller Klienten mit bis zu vier Kostenträgern pro Klient.
|
Erstellen Sie mit wenigen Klicks die Rechnungen aller Klienten mit bis zu vier Kostenträgern pro Klient.
|
||||||
{{% /card %}}
|
{{% /card %}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="relative flex flex-col h-full mt-6 text-gray-700 bg-white shadow-md bg-clip-border rounded-xl ">
|
<div class="relative flex flex-col h-full mt-6 text-gray-700 bg-white bg-clip-border rounded-xl shadow-lg">
|
||||||
<div class="p-10 h-full">
|
<div class="p-10 h-full">
|
||||||
{{ .Inner }}
|
{{ .Inner }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{{/* TODO Add To Docs "top" */}}
|
{{/* TODO Add To Docs "top" */}}
|
||||||
<div class="md:flex {{ if isset .Params "center" }}items-center{{ end }}">
|
<div class="md:flex mt-6 {{ if isset .Params "center" }}items-center{{ end }}">
|
||||||
{{ range split .Inner "..column.." }}
|
{{ range split .Inner "..column.." }}
|
||||||
{{ printf "<div class=\" markdown-inner items-center flex-1 px-4 \">"| safeHTML }}
|
{{ printf "<div class=\" markdown-inner items-center flex-1 px-4 \">"| safeHTML }}
|
||||||
{{ . | safeHTML }}
|
{{ . | safeHTML }}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
<i class="verua-icon far text-primary {{ with .Get "size"}} text-{{ . }} {{ end }} {{ with .Get "color"}} text-{{ . }} {{ end }} fa-{{ .Get "name" }} fa-fw "></i>
|
<i class="verua-icon far text-primary {{ with .Get "size"}} text-{{ . }} {{ else }} text-5xl {{ end }} {{ with .Get "color"}} text-{{ . }} {{ end }} fa-{{ .Get "name" }} fa-fw "></i>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue