diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss
index f693dd72..7755f384 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss
@@ -4,36 +4,40 @@
@apply transition-colors outline-none focus:outline-none;
@apply bg-ep-secondary text-white;
@apply sbw:bg-sbw-secondary;
+ @apply snz:bg-snz-secondary;
@apply uch:bg-uch-secondary;
-
- &:hover {
- @apply bg-ep-primary-dark;
- @apply sbw:bg-sbw-primary-dark;
- @apply uch:bg-uch-primary-dark;
- }
+ @apply hover:bg-ep-primary-dark group-hover:bg-ep-primary-dark;
+ @apply sbw:hover:bg-sbw-primary-dark sbw:group-hover:bg-sbw-primary-dark;
+ @apply snz:hover:bg-snz-primary-dark snz:group-hover:bg-snz-primary-dark;
+ @apply uch:hover:bg-uch-primary-dark uch:group-hover:bg-uch-primary-dark;
&--active,
&--secondary {
@apply bg-ep-primary;
@apply sbw:bg-sbw-primary;
+ @apply snz:bg-snz-primary;
@apply uch:bg-uch-primary;
}
&--muted {
- @apply bg-gray-300;
-
- &:hover {
- @apply bg-gray-300;
- }
+ @apply bg-gray-300 hover:bg-gray-300;
}
&--light {
- @apply bg-white text-ep-primary border-2 border-ep-primary;
+ @apply bg-white border-2;
@apply font-bold;
+ @apply border-ep-primary text-ep-primary;
+ @apply sbw:bg-white sbw:border-sbw-primary sbw:text-sbw-primary;
+ @apply snz:bg-white snz:border-snz-primary snz:text-snz-primary;
+ @apply uch:bg-white uch:border-uch-primary uch:text-uch-primary;
&:hover,
&.button--active {
- @apply bg-white border-ep-secondary text-ep-secondary;
+ @apply bg-white;
+ @apply border-ep-secondary text-ep-secondary;
+ @apply sbw:bg-white sbw:border-sbw-secondary sbw:text-sbw-secondary;
+ @apply snz:bg-white snz:border-snz-secondary snz:text-snz-secondary;
+ @apply uch:bg-white uch:border-uch-secondary uch:text-uch-secondary;
}
}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss
index eab1c4a3..0be0b7e9 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss
@@ -54,7 +54,7 @@
&:after {
content: "";
@apply absolute top-100 left-0 mt-2 mb-2 border-b-4 w-48;
- @apply border-ep-primary-dark sbw:border-sbw-primary-dark;
+ @apply border-ep-primary-dark sbw:border-sbw-primary-dark snz:border-snz-primary-dark uch:border-uch-primary-dark;
}
}
.-translate-xy-1\/2 {
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disrupter/Large.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disrupter/Large.html
index 516f2f92..967e74ac 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disrupter/Large.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disrupter/Large.html
@@ -4,7 +4,7 @@
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
-
+
-
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disturber/Large.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disturber/Large.html
index 43e841b0..7187abad 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disturber/Large.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Disturber/Large.html
@@ -3,9 +3,8 @@
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
-
-
+
-
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/EventDisturber.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/EventDisturber.html
index 2ac58540..76fc0689 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/EventDisturber.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/EventDisturber.html
@@ -3,29 +3,31 @@
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
-
-
-
- {headline -> f:format.raw()}
-
-
-
-
- -
-
- {listItem -> f:format.raw()}
-
-
-
-
-
-
- {buttonLabel -> f:format.raw()}
-
+
+
+
+
+ {headline -> f:format.raw()}
+
+
+
+
+ -
+
+ {listItem -> f:format.raw()}
+
+
+
+
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mainnav.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mainnav.html
index e3bdd491..04209b0a 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mainnav.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mainnav.html
@@ -58,7 +58,7 @@
{topitem.title}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html
index f5d40786..e83acb32 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Teaser/OneColumn.html
@@ -4,7 +4,7 @@
+ class="flex flex-col group">