Skip to content

Commit 953bc05

Browse files
author
Sebastian BURGIN-FIX (ext)
committed
wip
1 parent 112b6cb commit 953bc05

8 files changed

Lines changed: 42 additions & 53 deletions

File tree

lang/de_CH.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Legal": "Rechtliches",
3838
"Legal form AG": "Aktiengesellschaft (AG)",
3939
"Locations": "Standorte",
40+
"Resources": "Ressourcen",
4041
"Media": "Medien",
4142
"Media intro": "Offizielle codebar-Logos für Presse und Partner.",
4243
"Logos": "Logos",

lang/en_CH.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Legal": "Legal",
3636
"Legal form AG": "Aktiengesellschaft (AG)",
3737
"Locations": "Locations",
38+
"Resources": "Resources",
3839
"Media": "Media",
3940
"Media intro": "Download official codebar logos for press and partner use.",
4041
"Logos": "Logos",

public/images/seo/og-codebar.png

-158 KB
Loading

public/images/seo/og-codebar.svg

Lines changed: 17 additions & 51 deletions
Loading

public/images/seo/og-codebar.webp

-22.3 KB
Loading

resources/css/app.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,27 @@ img {
4747
height: auto;
4848
}
4949

50+
.legal-prose ul {
51+
list-style: none;
52+
padding-inline-start: 0;
53+
}
54+
55+
.legal-prose ul > li {
56+
position: relative;
57+
padding-inline-start: 1.25rem;
58+
}
59+
60+
.legal-prose ul > li::before {
61+
content: '';
62+
position: absolute;
63+
left: 0;
64+
top: 0.625em;
65+
width: 0.375rem;
66+
height: 0.375rem;
67+
border-radius: 9999px;
68+
background-color: var(--color-gray-800);
69+
}
70+
5071
/* Optimize animations */
5172
@media (prefers-reduced-motion: reduce) {
5273
*,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@props(['classAttributes' => ''])
22

3-
<div {{ $attributes->merge(['class' => trim('prose prose-gray max-w-none text-gray-800 prose-p:my-0 prose-p:leading-relaxed prose-ul:mt-4 prose-ul:mb-0 prose-li:my-1.5 prose-li:leading-relaxed '.$classAttributes)]) }}>
3+
<div {{ $attributes->merge(['class' => trim('legal-prose prose prose-gray max-w-none text-gray-800 prose-p:my-0 prose-p:leading-relaxed prose-ul:mt-4 prose-ul:mb-0 prose-li:my-1.5 prose-li:leading-relaxed '.$classAttributes)]) }}>
44
{{ $slot }}
55
</div>

resources/views/layouts/_partials/_footer.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ classAttributes="text-lg"/>
5454
</ul>
5555
</div>
5656
<div>
57-
<h2 class="text-base font-semibold text-gray-800">{{ __('Media') }}</h2>
57+
<h2 class="text-base font-semibold text-gray-800">{{ __('Resources') }}</h2>
5858
<ul class="mt-1 list-none text-base">
5959
<li>
6060
<x-a :href="localized_route('media.index')" label="{{ __('Media') }}"

0 commit comments

Comments
 (0)