diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/base.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/base.scss index 8b26f4d..4347328 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/base.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/base.scss @@ -1,5 +1,6 @@ @import 'layout/header'; @import 'layout/header-minimal'; +@import 'layout/container'; @import 'layout/footer'; @import 'component/card'; @import 'component/cms-block'; @@ -10,4 +11,5 @@ @import 'page/content/breadcrumb'; @import 'page/checkout/register'; @import 'page/checkout/cart'; -@import 'page/product-detail/product-detail'; \ No newline at end of file +@import 'page/product-detail/product-detail'; +@import 'page/product-detail/review'; \ No newline at end of file diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_forms.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_forms.scss index 52ed438..37689d1 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_forms.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_forms.scss @@ -26,16 +26,7 @@ .custom-control-label { &:before { - top: 0; - width: 18px; - height: 18px; border: 2px solid $sw-color-brand-primary; - border-radius: 3px; - } - &:after { - top: 0; - width: 18px; - height: 18px; } a { color: #222; diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_product-box.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_product-box.scss index fe006e7..c2b882e 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_product-box.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_product-box.scss @@ -36,6 +36,12 @@ .product-cheapest-price { display: none; } + .filterIcon { + position: absolute; + width: 32px; + right: 15px; + bottom: 15px; + } } .cms-block.easyfit { diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_container.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_container.scss new file mode 100644 index 0000000..b0c079e --- /dev/null +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_container.scss @@ -0,0 +1,37 @@ +body.is-act-home { + @include media-breakpoint-down(xs) { + .cms-section.bg-image { + background-position: center left; + } + } + @include media-breakpoint-up(sm) { + .content-main { + margin-left: -20px; + margin-right: -20px; + .cms-section-default.full-width { + padding-left: 5px; + padding-right: 5px; + } + } + } + @include media-breakpoint-up(md) { + .content-main { + margin-left: -40px; + margin-right: -40px; + .cms-section-default.full-width { + padding-left: 10px; + padding-right: 10px; + } + } + } + @include media-breakpoint-up(xl) { + .content-main { + margin-left: -80px; + margin-right: -80px; + .cms-section-default.full-width { + padding-left: 20px; + padding-right: 20px; + } + } + } +} \ No newline at end of file diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header-minimal.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header-minimal.scss index bd176ad..49abf0b 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header-minimal.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header-minimal.scss @@ -1,3 +1,7 @@ +.header-minimal { + border-bottom: 1px solid #ACCD93; +} + @media (min-width: 768px) { .header-minimal-contact { span { diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss index d9221a1..496ce5c 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss @@ -9,10 +9,23 @@ } } +.header-search { + border-bottom: 2px solid #222; + color: #222; + font-size: 18px; + line-height: 24px; + font-weight: 400; + .header-search-input::-webkit-input-placeholder { + color: #222; + } +} + @media (min-width: 992px) { .header-main .header-inner { padding-top: 15px; padding-bottom: 25px; + background: #fff; + border-bottom: 1px solid #ACCD93; } } @@ -71,7 +84,6 @@ font-size: 18px; font-weight: 500; letter-spacing: 0.5px; - line-height: 18px; padding: 0; .main-navigation-link-text { &:after { diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss index 1a134dc..dc92597 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss @@ -46,7 +46,7 @@ } .checkout-aside-container { - background-color: #E9F4FC; + background-color: #E8F4DF; padding-top: 1rem; padding-bottom: 2rem; a[data-toggle="modal"] { @@ -77,6 +77,7 @@ .form-control { font-size: 18px; padding-left: 0; + border-bottom: 0; &::-webkit-input-placeholder { color: #222; } diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss index 9cfc783..374adaa 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss @@ -73,8 +73,11 @@ } .product-detail-buy { border-radius: 3px; - background-color: #E9F4FC; + background-color: #e8f4df; padding-top: 40px; + .product-detail-short-description { + border-bottom: 1px solid #86b04b; + } .product-detail-name { font-size: 60px; line-height: 54px; diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_review.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_review.scss new file mode 100644 index 0000000..9ab2fa4 --- /dev/null +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_review.scss @@ -0,0 +1,12 @@ +.point-rating { + &.point-blank { + .icon { + color: #B1C3D9; + } + } + &.point-full { + .icon { + color: #B61F34; + } + } +} \ No newline at end of file diff --git a/zenitPlatformAtmosSet2/src/Resources/views/storefront/block/cms-block-gallery-buybox.html.twig b/zenitPlatformAtmosSet2/src/Resources/views/storefront/block/cms-block-gallery-buybox.html.twig index be10a7e..b318ec2 100644 --- a/zenitPlatformAtmosSet2/src/Resources/views/storefront/block/cms-block-gallery-buybox.html.twig +++ b/zenitPlatformAtmosSet2/src/Resources/views/storefront/block/cms-block-gallery-buybox.html.twig @@ -3,7 +3,7 @@ {% set element = block.slots.getSlot('left') %} {% set config = element.fieldConfig.elements %} -
Ihr Paket wurde erfolgreich zum Warenkorb hinzugefügt – ein guter Start!
-Wählen Sie bis zu 2 weitere Pläne für Ihr optimales Abnehmprogramm und sparen Sie ab 100 € Bestellsumme die Versandkosten.
+ {{ "checkout.easyfitProgramNoticeFirst"|trans|sw_sanitize }} {% elseif customizedProductsCount == 2 %} -Ihr zweites Paket wurde zum Warenkorb hinzugefügt - Sie sparen die Versandkosten!
-Wählen Sie ein weiteres Paket für Ihr optimales, mehrwöchiges Abnehmprogramm.
+ {{ "checkout.easyfitProgramNoticeSecond"|trans|sw_sanitize }} {% endif %}