Abschluss Header (exklusive mobiles Design)

Beginn Überarbeitung Footer
This commit is contained in:
akarl
2020-01-24 15:29:07 +01:00
parent 3b3f462ecd
commit 6d418bc4ef
6 changed files with 360 additions and 48 deletions

View File

@@ -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%;

View File

@@ -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;

View File

@@ -1,5 +1,7 @@
/* *** COLORS ******************************************************************************************************* */
@brand-footer: #1D4788;
@brand-footer : #1D4788;
@brand-payment: #1A3764;
@link-red : #D9400B;