| @@ -32,6 +32,14 @@ | |||||
| font-size: 18px; | font-size: 18px; | ||||
| line-height: 24px; | line-height: 24px; | ||||
| } | } | ||||
| .custom-control { | |||||
| padding-left: 2rem; | |||||
| } | |||||
| .custom-control-label { | |||||
| a:hover { | |||||
| color: inherit; | |||||
| } | |||||
| } | |||||
| } | } | ||||
| .footer-hotline-column { | .footer-hotline-column { | ||||
| @@ -94,6 +94,9 @@ | |||||
| font-weight: 700; | font-weight: 700; | ||||
| color: $sw-color-brand-primary; | color: $sw-color-brand-primary; | ||||
| } | } | ||||
| .product-detail-manufacturer { | |||||
| display: none; | |||||
| } | |||||
| .product-detail-price-container { | .product-detail-price-container { | ||||
| display: flex; | display: flex; | ||||
| align-items: baseline; | align-items: baseline; | ||||
| @@ -0,0 +1,4 @@ | |||||
| {% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %} | |||||
| {% block layout_breadcrumb_inner %} | |||||
| {% endblock %} | |||||
| @@ -43,4 +43,13 @@ | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| } | |||||
| .cms-block-product-description-reviews { | |||||
| margin-left: -20px; | |||||
| margin-right: -20px; | |||||
| @media (min-width: 992px) { | |||||
| margin-left: -36px; | |||||
| margin-right: -56px; | |||||
| } | |||||
| } | } | ||||
| @@ -56,6 +56,14 @@ | |||||
| font-size: 18px; | font-size: 18px; | ||||
| line-height: 24px; | line-height: 24px; | ||||
| } | } | ||||
| .custom-control { | |||||
| padding-left: 2rem; | |||||
| } | |||||
| .custom-control-label { | |||||
| a:hover { | |||||
| color: inherit; | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| @@ -96,6 +96,9 @@ | |||||
| color: $sw-color-brand-secondary; | color: $sw-color-brand-secondary; | ||||
| line-height: 40px !important; | line-height: 40px !important; | ||||
| } | } | ||||
| .product-detail-manufacturer { | |||||
| display: none; | |||||
| } | |||||
| .product-detail-price-container { | .product-detail-price-container { | ||||
| display: flex; | display: flex; | ||||
| align-items: baseline; | align-items: baseline; | ||||
| @@ -0,0 +1,4 @@ | |||||
| {% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %} | |||||
| {% block layout_breadcrumb_inner %} | |||||
| {% endblock %} | |||||