Abschluss Header (exklusive mobiles Design)
Beginn Überarbeitung Footer
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* *** COLORS ******************************************************************************************************* */
|
||||
|
||||
@brand-footer: #1D4788;
|
||||
@brand-footer : #1D4788;
|
||||
@brand-payment: #1A3764;
|
||||
|
||||
@link-red : #D9400B;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user