diff --git a/src/client/lib/UMBE_card_navigation.js b/src/client/lib/UMBE_card_navigation.js deleted file mode 100644 index e69de29b..00000000 diff --git a/src/components/design/content/banner-saeule.svelte b/src/components/design/content/banner-saeule.svelte index e9eaf931..46e53345 100644 --- a/src/components/design/content/banner-saeule.svelte +++ b/src/components/design/content/banner-saeule.svelte @@ -31,7 +31,7 @@
- Wohnhaus Bedarfsausweis + Wohnhaus Bedarfsausweis
Verbrauchsausweis
Gewerbe
@@ -56,7 +56,7 @@
- Gewerbe Verbrauchsausweis + Gewerbe Verbrauchsausweis
Bedarfsausweis
Wohngebäude
@@ -108,9 +108,11 @@ +.dd-symbol::after{ + content:'❯'; + font-size:0.95rem; + position:absolute; + top:0px; + right:-7px; + animation-name: flim; + animation-duration: 2s; + animation-delay: 1s; + animation-iteration-count: infinite; +} + + @keyframes flim{ + 0% {opacity: 0;} + 16.66% {opacity: 0.25;} + 33.32% {opacity: 0.5;} + 49.98% {opacity: 0.75;} + 66.64% {opacity: 0.5;} + 83.33% {opacity: 0.25;} + 100% {opacity: 0;} +} + + + + \ No newline at end of file diff --git a/src/components/design/sidebars/left/SidebarLeft.astro b/src/components/design/sidebars/left/SidebarLeft.astro index 2957559c..7b28b87d 100644 --- a/src/components/design/sidebars/left/SidebarLeft.astro +++ b/src/components/design/sidebars/left/SidebarLeft.astro @@ -5,6 +5,8 @@ import Preistabelle from "#sidebarCards/card-price-info.svelte"; ---
+ +
\ No newline at end of file diff --git a/src/components/design/sidebars/right/SidebarRight.astro b/src/components/design/sidebars/right/SidebarRight.astro index 9e67fbb6..953812c3 100644 --- a/src/components/design/sidebars/right/SidebarRight.astro +++ b/src/components/design/sidebars/right/SidebarRight.astro @@ -11,7 +11,6 @@ import BAGpromo from "#sidebarCards/card-BA-G-promo.svelte";