diff --git a/src/Resources/app/storefront/src/assets/sw-logo-blue.svg b/src/Resources/app/storefront/src/assets/sw-logo-blue.svg new file mode 100644 index 0000000..25e37cb --- /dev/null +++ b/src/Resources/app/storefront/src/assets/sw-logo-blue.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Resources/app/storefront/src/scss/base.scss b/src/Resources/app/storefront/src/scss/base.scss index ea8b020..a429fe1 100644 --- a/src/Resources/app/storefront/src/scss/base.scss +++ b/src/Resources/app/storefront/src/scss/base.scss @@ -59,6 +59,19 @@ body { } } +.custom-select { + border: 3px solid #179eff; + line-height: 1; + margin-left: 1em; + + border-radius: 0 10px 10px 10px; +} + +.checkout-aside-summary, +input.form-control { + border-radius: 0 10px 10px 10px; +} + header { //.icon { // @media screen and (max-width: 500px) { @@ -66,13 +79,17 @@ header { // } //} + .header-logo-main-img { + border-radius: 10px; + } + .search-toggle-btn { display: none; } - .header-cart-total { - color: #fff; - } + //.header-cart-total { + // color: #fff; + //} } .cms-block-image-text { @@ -158,6 +175,16 @@ header { } } +/** basket offcanvas */ + +.offcanvas-cart { + .cart-item-img { + border: 3px solid #179eff; + + border-radius: 0 10px 10px 10px; + } +} + .cms-block-sidebar-filter { display: none; } @@ -407,9 +434,29 @@ header { } } +/** buttons */ + +.header-minimal-back-to-shop-button { + color: #179eff; + border: 3px solid #179eff; + margin-left: 1em; + + border-radius: 0 10px 10px 10px; +} + +.begin-checkout-btn { + background: #179eff; + color: #fff; + border: 0; + + border-radius: 0 10px 10px 10px; +} + +.register-submit button, +.scroll-up-button button, #addPromotion, #addProductButton, -.begin-checkout-btn { +#addPromotionOffcanvasCart { background: #179eff; color: #fff; border: 0; diff --git a/src/Resources/views/storefront/base.html.twig b/src/Resources/views/storefront/base.html.twig index 6e934a8..eda0c1b 100644 --- a/src/Resources/views/storefront/base.html.twig +++ b/src/Resources/views/storefront/base.html.twig @@ -44,6 +44,10 @@ header .icon { color: #fff; } + + header .header-cart-total { + color: #fff; + } {% endif %}