diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/favicon_ser.ico b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/favicon_ser.ico new file mode 100644 index 00000000..6e5d52dd Binary files /dev/null and b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/favicon_ser.ico differ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss index f7e3a891..397212ed 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_typography.scss @@ -19,7 +19,8 @@ h4, } .headline--underlined:after { - @apply block border-b-4 border-ep-primary-light sbw:border-sbw-primary pb-4 mb-4 -mt-2 w-20; + @apply block border-b-4 border-ep-primary-light pb-4 mb-4 -mt-2 w-20; + @apply sbw:border-sbw-primary ser:border-ser-secondary; 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 daf9b4f0..b8e9ebaa 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 @@ -11,6 +11,7 @@ @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; + @apply ser:hover:bg-ser-primary ser:group-hover:bg-ser-primary; &--active, &--secondary { diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss index 1ac407f8..55e8824f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_contact-bar.scss @@ -9,6 +9,7 @@ .contact-bar__item { @apply flex-1 text-white py-2 bg-ep-primary-dark border-r border-white last:border-0; + @apply ser:bg-ser-primary; @screen md { @apply flex flex-none items-start transition-transform duration-300 ease-in-out p-1 shadow-md focus:text-white border-0; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_topnav.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_topnav.scss new file mode 100644 index 00000000..1496ce71 --- /dev/null +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_topnav.scss @@ -0,0 +1,12 @@ +.topnav { + @apply hidden lg:block w-full fixed top-0 inset-x-0 z-50 bg-ep-primary-medium ser:bg-ser-primary shadow; +} + +.topnav__nav { + @apply flex justify-between m-0 p-0 w-full; +} + +.topnav__item { + @apply flex items-center justify-center w-16 h-8 text-white hover:text-white focus:text-white hover:bg-ep-secondary border-l border-r border-overlay-white-50; + @apply ser:hover:bg-ser-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 8cdb1c0b..779bdae1 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 @@ -15,6 +15,7 @@ } @layer components { + @import "components/topnav"; @import "components/background"; @import "components/badges"; @import "components/buttons"; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html index a803fd81..302ca6e5 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html @@ -3,7 +3,7 @@ xmlns:ep="http://typo3.org/ns/EP/EpTheme/ViewHelpers" xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> -
+
@@ -87,7 +87,7 @@
-
+
@@ -174,7 +174,7 @@