diff --git a/lang/de_CH.json b/lang/de_CH.json index 65fd456..dd1c5d4 100644 --- a/lang/de_CH.json +++ b/lang/de_CH.json @@ -37,6 +37,7 @@ "Legal": "Rechtliches", "Legal form AG": "Aktiengesellschaft (AG)", "Locations": "Standorte", + "Resources": "Ressourcen", "Media": "Medien", "Media intro": "Offizielle codebar-Logos für Presse und Partner.", "Logos": "Logos", diff --git a/lang/en_CH.json b/lang/en_CH.json index b2fc169..a1a1a49 100644 --- a/lang/en_CH.json +++ b/lang/en_CH.json @@ -35,6 +35,7 @@ "Legal": "Legal", "Legal form AG": "Aktiengesellschaft (AG)", "Locations": "Locations", + "Resources": "Resources", "Media": "Media", "Media intro": "Download official codebar logos for press and partner use.", "Logos": "Logos", diff --git a/public/images/seo/og-codebar.png b/public/images/seo/og-codebar.png index 37b0d51..dc14abc 100644 Binary files a/public/images/seo/og-codebar.png and b/public/images/seo/og-codebar.png differ diff --git a/public/images/seo/og-codebar.svg b/public/images/seo/og-codebar.svg index d725ac7..b0fc13f 100644 --- a/public/images/seo/og-codebar.svg +++ b/public/images/seo/og-codebar.svg @@ -1,59 +1,25 @@ diff --git a/public/images/seo/og-codebar.webp b/public/images/seo/og-codebar.webp index 0293565..61151dc 100644 Binary files a/public/images/seo/og-codebar.webp and b/public/images/seo/og-codebar.webp differ diff --git a/resources/css/app.css b/resources/css/app.css index ea89178..3783ce1 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -47,6 +47,27 @@ img { height: auto; } +.legal-prose ul { + list-style: none; + padding-inline-start: 0; +} + +.legal-prose ul > li { + position: relative; + padding-inline-start: 1.25rem; +} + +.legal-prose ul > li::before { + content: ''; + position: absolute; + left: 0; + top: 0.625em; + width: 0.375rem; + height: 0.375rem; + border-radius: 9999px; + background-color: var(--color-gray-800); +} + /* Optimize animations */ @media (prefers-reduced-motion: reduce) { *, diff --git a/resources/views/components/legal/prose.blade.php b/resources/views/components/legal/prose.blade.php index 8d5cde0..166ca91 100644 --- a/resources/views/components/legal/prose.blade.php +++ b/resources/views/components/legal/prose.blade.php @@ -1,5 +1,5 @@ @props(['classAttributes' => '']) -