diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_background.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_background.scss index a379bb41..79a02345 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_background.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_background.scss @@ -5,7 +5,7 @@ &:before { @apply block absolute top-0 left-0 inset-0 opacity-80; - @apply bg-ep-primary sbw:bg-sbw-primary; + @apply bg-ep-primary sbw:bg-sbw-primary uch:bg-uch-primary; z-index: -10; content: ''; } @@ -18,7 +18,7 @@ &:before { @apply block absolute top-0 left-0 inset-0 opacity-80; - @apply bg-ep-primary sbw:bg-sbw-primary; + @apply bg-ep-primary sbw:bg-sbw-primary uch:bg-uch-primary; z-index: -10; content: ''; } 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 084f373e..2c17530d 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,16 +4,19 @@ @apply transition-colors outline-none focus:outline-none; @apply bg-ep-secondary border-2 border-ep-secondary text-white; @apply sbw:bg-sbw-secondary sbw:border-sbw-secondary; + @apply uch:bg-uch-secondary uch:border-uch-secondary; &--active, &--secondary { @apply bg-ep-primary border-ep-primary; @apply sbw:bg-sbw-primary sbw:border-sbw-primary; + @apply uch:bg-uch-primary uch:border-uch-primary; } &:hover { @apply bg-ep-primary-dark border-ep-primary-dark; @apply sbw:bg-sbw-primary-dark sbw:border-sbw-primary-dark; + @apply uch:bg-uch-primary-dark uch:border-uch-primary-dark; } &--light { diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_tiles.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_tiles.scss index 9cbd798c..f2ce7dda 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_tiles.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_tiles.scss @@ -37,7 +37,7 @@ } &:hover:after { - @apply sbw:bg-sbw-overlay-secondary; + @apply sbw:bg-sbw-overlay-secondary uch:bg-uch-overlay-secondary; } } 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 0dd03b08..5920c2f6 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 @@ -5,7 +5,7 @@