diff --git a/public/letzte-gelegenheit/charaktere/rodriguez-200h.png b/public/letzte-gelegenheit/charaktere/rodriguez-200h.png index b2e0a4e..292eb67 100644 Binary files a/public/letzte-gelegenheit/charaktere/rodriguez-200h.png and b/public/letzte-gelegenheit/charaktere/rodriguez-200h.png differ diff --git a/src/components/info-box.vue b/src/components/info-box.vue index d81b9ad..468c298 100644 --- a/src/components/info-box.vue +++ b/src/components/info-box.vue @@ -32,7 +32,7 @@
 · - + Intensive Momente und Emotionen ermöglichen, die in Erinnerung @@ -42,7 +42,7 @@
 · - + Persönliche Auseinandersetzungen der Spieler mit nicht @@ -53,7 +53,7 @@
 · - + Interne Charakterentwicklung oder -verfestigung durch externe @@ -63,14 +63,14 @@
 · - + Dilemmata mit sich selbst und mit anderen.

 · - + Weder dauernder Zusammenhalt noch konstanter Konflikt, sondern @@ -254,7 +254,7 @@
Wir werden das - + Open Visor Larpkonzept @@ -518,7 +518,7 @@
Parkplatz: - + + + {{ Shop }} + + + {{ Shop1 }} + @@ -327,6 +333,18 @@ export default { default: 'Rosenteufel', }, rootClassName: String, + LetzteGelegenheit1: { + type: String, + default: 'Letzte Gelegenheit', + }, + Shop: { + type: String, + default: 'Shop', + }, + Shop1: { + type: String, + default: 'Shop', + }, }, } @@ -632,6 +650,13 @@ export default { font-family: Poppins; font-weight: 400; } +.navigation-shop { + color: #ffffff; + font-style: normal; + font-family: Poppins; + font-weight: 500; + text-decoration: none; +} .navigation-burger-menu { display: none; align-items: center; @@ -964,6 +989,13 @@ export default { font-family: Poppins; font-weight: 400; } +.navigation-shop1 { + font-style: normal; + font-family: Poppins; + font-weight: 500; + margin-bottom: var(--dl-space-space-unit); + text-decoration: none; +} .navigation-root-class-name { max-width: 1200px; } @@ -1057,6 +1089,9 @@ export default { .navigation-rosenteufel1 { color: #ffffff; } + .navigation-shop1 { + color: #ffffff; + } } @media(max-width: 479px) { .navigation-navbar-interactive { diff --git a/src/components/row1.vue b/src/components/row1.vue index f678f74..cf90569 100644 --- a/src/components/row1.vue +++ b/src/components/row1.vue @@ -1,5 +1,5 @@