From c6136a39c25b742c4b6940e04580167c4991522e Mon Sep 17 00:00:00 2001 From: akarl Date: Mon, 20 Jan 2020 17:32:37 +0100 Subject: [PATCH] =?UTF-8?q?Service-Links,=20Warenkorb,=20Suche=20im=20Head?= =?UTF-8?q?er=20=C3=BCberarbeitet=20Vorbereitung=20f=C3=BCr=20Versandinfo?= =?UTF-8?q?=20und=20Service-Telefonnummer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_public/src/less/_modules/header.less | 76 +++++++++++++- frontend/index/main-navigation.tpl | 2 - frontend/index/search.tpl | 42 ++++++++ widgets/checkout/info.tpl | 98 +++++++++++++++++++ 4 files changed, 214 insertions(+), 4 deletions(-) create mode 100644 frontend/index/search.tpl create mode 100644 widgets/checkout/info.tpl diff --git a/frontend/_public/src/less/_modules/header.less b/frontend/_public/src/less/_modules/header.less index baa58ff..b7e89f4 100644 --- a/frontend/_public/src/less/_modules/header.less +++ b/frontend/_public/src/less/_modules/header.less @@ -1,16 +1,49 @@ /* *** HEADER / BASICS ********************************************************************************************** */ +/* Header */ .header-main { background: @brand-primary; > div { background: @brand-primary; } .header--navigation { - min-height: 80px!important; + min-height: 100px!important; .logo--shop { a { + padding: 5px 0; img { - min-height: 60px; } } } } } + min-height: 70px; } } } } } +/* Suche */ +.entry--search { + background: @brand-primary!important; + .main-search--form { + box-shadow: none!important; + label{ + display: block; + width: 10%; + padding: 0.7em 0.5em 0 0; + float: left; + text-transform: uppercase; + font-weight: 700; + color: #fff; } + input{ + width: 80%!important; + float: left; + border: none; + border-radius: 0; + box-shadow: none; + background: #fff!important; + margin-top: 0.4em!important; + padding-top: 0.2em!important; + padding-bottom: 0.2em!important; + height: 2em!important; } + button{ + width: 10%!important; + float: left; + i{ + color: #fff; } } } } + +/* Main Navigation */ .navigation--list-wrapper { padding: 0; text-align: center; @@ -29,3 +62,42 @@ margin-bottom: 0.5em; &:before { font-size: 35px; } } } } } } + +/* Service Navigation */ +.navigation--list { + .navigation--entry { + .account--link { + text-align: center; + background: transparent; + padding: 0 5px; + border-color: transparent; + .account--display { + display: block; + color: #fff; + font-weight: 300; + padding: 2px 5px!important; } + .wbn-icon-set { + display: block; + height: 35px!important; + margin-bottom: 2px; + &:before { + font-size: 35px; + color: #fff; } } } + .cart--link { + text-align: center; + background: transparent; + padding: 2px 5px; + border-color: transparent; + .cart--amount { + display: block; + color: #fff; + font-weight: 300; + padding: 2px 5px!important; } + .wbn-icon-set { + display: block; + height: 35px!important; + &:before { + font-size: 35px; + color: #fff; } } } } } + +.cssAnker {} \ No newline at end of file diff --git a/frontend/index/main-navigation.tpl b/frontend/index/main-navigation.tpl index a46a2b2..2027254 100644 --- a/frontend/index/main-navigation.tpl +++ b/frontend/index/main-navigation.tpl @@ -2,8 +2,6 @@ {block name='frontend_index_navigation_categories'} - {debug} -