From 6d418bc4efdadb2c4cfa4db045603eb77a97e7c3 Mon Sep 17 00:00:00 2001 From: akarl Date: Fri, 24 Jan 2020 15:29:07 +0100 Subject: [PATCH] =?UTF-8?q?Abschluss=20Header=20(exklusive=20mobiles=20Des?= =?UTF-8?q?ign)=20Beginn=20=C3=9Cberarbeitung=20Footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_public/src/less/_modules/footer.less | 16 +- .../_public/src/less/_modules/header.less | 6 +- .../src/less/_variables/variables.less | 4 +- frontend/index/footer.tpl | 80 ++--- frontend/index/index.tpl | 286 ++++++++++++++++++ frontend/plugins/advanced_menu/index.tpl | 16 +- 6 files changed, 360 insertions(+), 48 deletions(-) create mode 100644 frontend/index/index.tpl diff --git a/frontend/_public/src/less/_modules/footer.less b/frontend/_public/src/less/_modules/footer.less index 225794b..2e65379 100644 --- a/frontend/_public/src/less/_modules/footer.less +++ b/frontend/_public/src/less/_modules/footer.less @@ -5,9 +5,21 @@ @media screen and (min-width: 48em) { - .footer-main { + .footer--top-wrapper { background: @brand-footer; - } + .container { + background: @brand-footer; + color: #fff; + a, .column--headline { + color: #fff; } } } + .footer--bottom-wrapper { + border-top: 2px solid #fff; + background: @brand-payment; + .container { + background: @brand-payment; + color: #fff; + a, .column--headline { + color: #fff; } } } .footer-main .footer--column { width: 33%; diff --git a/frontend/_public/src/less/_modules/header.less b/frontend/_public/src/less/_modules/header.less index 2d8215c..d9f44d8 100644 --- a/frontend/_public/src/less/_modules/header.less +++ b/frontend/_public/src/less/_modules/header.less @@ -175,9 +175,11 @@ .is--active .navigation--link, .is--hovered .navigation--link, .is--active .navigation--link:hover { - background-image: linear-gradient(to bottom, #fff 0%, #fff 40%, @brand-primary 80%, @brand-primary 100%)!important; + background: #fff; font-weight: 700; - color: #fff } } + color: @link-red; + .wbn-icon-set:before { + color: @link-red; } } } .advanced-menu { border-top: 1px solid #12428e; diff --git a/frontend/_public/src/less/_variables/variables.less b/frontend/_public/src/less/_variables/variables.less index c36ad83..80e717e 100644 --- a/frontend/_public/src/less/_variables/variables.less +++ b/frontend/_public/src/less/_variables/variables.less @@ -1,5 +1,7 @@ /* *** COLORS ******************************************************************************************************* */ -@brand-footer: #1D4788; +@brand-footer : #1D4788; @brand-payment: #1A3764; +@link-red : #D9400B; + diff --git a/frontend/index/footer.tpl b/frontend/index/footer.tpl index c1270eb..dc6bcf2 100644 --- a/frontend/index/footer.tpl +++ b/frontend/index/footer.tpl @@ -1,47 +1,55 @@ {* Footer menu *} {block name='frontend_index_footer_menu'} -