From 17f133ca07af3b374794fdd8970266b7f4d9470d Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Wed, 10 Oct 2018 11:16:18 +0530 Subject: [PATCH] removing offerzone --- .../Shop/src/Resources/assets/sass/app.scss | 21 ++----------------- public/themes/default/assets/css/shop.css | 9 ++------ 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss index 7167222d4..1ced25936 100644 --- a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss +++ b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss @@ -505,6 +505,7 @@ section.slider-block { display:flex; align-items:center; border-radius: 0 0 4px 0; float:right; + display: none; img { margin-right:6px; @@ -654,10 +655,9 @@ section.slider-block { } .nav > li:last-child { - display:flex; align-items:center; - border-radius: 0 0 4px 0; float:none; height: 45px; + display: none; img { margin-right:6px; @@ -1280,23 +1280,6 @@ section.product-detail { // product pages css ends here // product pages responsive css start here - -// @media only screen and (max-width: 650px){ - -// section.product-detail div.layouter form { -// flex-direction: column; - -// div.product-image-group { -// margin-right: 0px; -// } - -// .details { -// width: 100%; -// margin-top: 20px; -// } -// } -// } - @media only screen and (max-width: 720px){ section.product-detail div.layouter form { flex-direction: column; diff --git a/public/themes/default/assets/css/shop.css b/public/themes/default/assets/css/shop.css index 324a39819..9ed0512dd 100644 --- a/public/themes/default/assets/css/shop.css +++ b/public/themes/default/assets/css/shop.css @@ -1115,6 +1115,7 @@ section.slider-block div.slider-content div.slider-control .light-right-icon { align-items: center; border-radius: 0 0 4px 0; float: right; + display: none; } .header .header-bottom .nav > li:last-child img { @@ -1251,15 +1252,9 @@ section.slider-block div.slider-content div.slider-control .light-right-icon { border-top: 1px solid #E8E8E8; } .responsive-nav .nav > li:last-child { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - border-radius: 0 0 4px 0; float: none; height: 45px; + display: none; } .responsive-nav .nav > li:last-child img { margin-right: 6px;