Fixed default-größe für Icons.

This commit is contained in:
Andreas Hnida 2024-02-22 20:28:29 +00:00
commit a3349bd8a0
5 changed files with 4 additions and 4 deletions

0
archetypes/blog.md Normal file
View file

View file

@ -42,7 +42,7 @@ Unterstützung bei der Informationssammlung, Anamnese und Planung der Pflegeziel
{{% card %}}
{{% 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.
{{% /card %}}

View file

@ -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">
{{ .Inner }}
</div>

View file

@ -1,5 +1,5 @@
{{/* 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.." }}
{{ printf "<div class=\" markdown-inner items-center flex-1 px-4 \">"| safeHTML }}
{{ . | safeHTML }}

View file

@ -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>