diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/background/winter.jpg b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/background/winter.jpg index 8b52996d..1a96b542 100644 Binary files a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/background/winter.jpg and b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/background/winter.jpg differ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss index c0d3b3aa..e3e87526 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss @@ -9,3 +9,7 @@ ol { p { @apply mb-4; } + +a:not(.button) { + @apply text-ep-primary sbw:text-sbw-primary-dark; +} 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 71673e9b..a379bb41 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 @@ -1,6 +1,27 @@ .bg-winter { - @apply bg-cover bg-no-repeat bg-center bg-ep-primary; + @apply relative bg-cover bg-no-repeat bg-center; background-image: url(../../images/background/winter.jpg); + z-index: -5; + + &:before { + @apply block absolute top-0 left-0 inset-0 opacity-80; + @apply bg-ep-primary sbw:bg-sbw-primary; + z-index: -10; + content: ''; + } +} + +.bg-pattern { + @apply relative bg-cover bg-no-repeat bg-center; + background-image: url(../../images/background/pattern.jpg); + z-index: -5; + + &:before { + @apply block absolute top-0 left-0 inset-0 opacity-80; + @apply bg-ep-primary sbw:bg-sbw-primary; + z-index: -10; + content: ''; + } } .bg-header-season-w { 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 8c0fa64c..084f373e 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 @@ -3,14 +3,17 @@ @apply uppercase leading-none; @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; &--active, &--secondary { @apply bg-ep-primary border-ep-primary; + @apply sbw:bg-sbw-primary sbw:border-sbw-primary; } &:hover { @apply bg-ep-primary-dark border-ep-primary-dark; + @apply sbw:bg-sbw-primary-dark sbw:border-sbw-primary-dark; } &--light { 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 5b06d0e5..0dd03b08 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,46 +4,64 @@ xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">