diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_footer.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_footer.scss index d7a9bc1..4659b0a 100644 --- a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_footer.scss +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_footer.scss @@ -1,99 +1,101 @@ - #collapseFooterCustom { - p { - margin-bottom: 5px; - img { - margin-bottom: 8px; + p { + margin-bottom: 5px; + img { + margin-bottom: 8px; + } } - } } .footer-newsletter { - .newsletter-inner-text { - font-size: 18px; - line-height: 24px; - } - .footer-newsletter-column-input-email { - border-bottom: 2px solid $sw-color-brand-primary; - margin: 0 15px; - padding: 0; - } - .form-control, - .input-group-append .btn { - border: none; - } - .form-control { - padding-top: 0; - padding-left: 0; - padding-bottom: 0; - font-size: 18px; - line-height: 24px; - } + .newsletter-inner-text { + font-size: 18px; + line-height: 24px; + } + .footer-newsletter-column-input-email { + border-bottom: 2px solid $sw-color-brand-primary; + margin: 0 15px; + padding: 0; + } + .form-control, + .input-group-append .btn { + border: none; + } + .form-control { + padding-top: 0; + padding-left: 0; + padding-bottom: 0; + font-size: 18px; + line-height: 24px; + } } .footer-hotline-column { - .footer-contact-hotline { - margin-bottom: 8px; - a:not(.btn) { - margin-top: 16px; - margin-bottom: 0; - line-height: 15px; + .footer-contact-hotline { + margin-bottom: 8px; + a:not(.btn) { + margin-top: 16px; + margin-bottom: 0; + line-height: 15px; + } } - } - .footer-contact-form { - margin-top: 0; - a { - color: #222; - text-decoration: underline; - &:hover { - color: #222; - text-decoration: none; - } + .footer-contact-form { + margin-top: 0; + a { + color: #222; + text-decoration: underline; + &:hover { + color: #222; + text-decoration: none; + } + } } - } } - .footer-column-headline { - margin-bottom: 0; - &:before { - display: none; - } + margin-bottom: 0; + &:before { + display: none; + } } .footer-link-item { - a { - &:after { - top: 75%; + a { + &:after { + top: 75%; + } } - } } +.footer-stores { + margin-top: 15px; + ; +} @media (min-width: 768px) { - .footer-link-item { - padding: 0; - } + .footer-link-item { + padding: 0; + } } .social-icons { - display: flex; - justify-content: center; - margin-bottom: 10px; - .icon { - border: 2px solid $sw-color-brand-primary; - border-radius: 50%; - width: 40px; - height: 40px; - margin: 0 8px; - &.icon-facebook { - padding: 8px; + display: flex; + justify-content: center; + margin-bottom: 10px; + .icon { + border: 2px solid $sw-color-brand-primary; + border-radius: 50%; + width: 40px; + height: 40px; + margin: 0 8px; + &.icon-facebook { + padding: 8px; + } + &.icon-instagram { + padding: 5px; + } } - &.icon-instagram { - padding: 5px; + svg { + color: $sw-color-brand-primary; } - } - svg { - color: $sw-color-brand-primary; - } } \ No newline at end of file diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss index ba37cf8..76ae002 100644 --- a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss @@ -28,6 +28,13 @@ background: transparent; } } + .header-hotline-btn:hover { + svg { + path { + stroke: $sw-color-brand-primary; + } + } + } } .header-actions-col { diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss index 77d06f2..97c988d 100644 --- a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/overrides.scss @@ -41,6 +41,10 @@ h6 { font-family: $sw-font-family-base !important; } +.breadcrumb-container { + display: none; +} + .cms-block { .category { font-size: 16px; diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig index abdd7c6..f894f64 100644 --- a/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/footer/footer.html.twig @@ -1,5 +1,25 @@ {% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %} +{% block zen_layout_footer_navigation_hotline_content %} +
+{% endblock %} + {% block layout_footer_payment_shipping_logos %} {% endblock %} diff --git a/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/header/header.html.twig b/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/header/header.html.twig index 654a085..39a9c58 100644 --- a/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/header/header.html.twig +++ b/zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/header/header.html.twig @@ -33,7 +33,7 @@ {% block layout_header_hotline %}