wickes-css2 2.97.0-develop.3 → 2.97.0-develop.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,4 +6,5 @@
6
6
  @import '../components/popover-mini-basket';
7
7
  @import '../components/autocomplete';
8
8
  @import '../components/google_banner';
9
+ @import '../components/smart-banner';
9
10
  @import '../components/snack-bar';
@@ -90,6 +90,7 @@ $victorian-white: #fefef6;
90
90
  $white-transparent30: rgba(255, 255, 255, .3);
91
91
  $white-transparent40: rgba(255, 255, 255, .4);
92
92
  $white-transparent80: rgba(255, 255, 255, .8);
93
+ $white-transparent90: rgba(255, 255, 255, .9);
93
94
  $white-transparent20: rgba(216, 216, 216, .2);
94
95
  $gray-dark-transparent60: rgba(62, 62, 62, .6);
95
96
  $gray-dark-transparent75: rgba(65, 65, 65, .75);
@@ -78,6 +78,7 @@
78
78
  @import 'components/order-item'; //checkout
79
79
  @import 'components/potential-promotion'; //checkout
80
80
  @import 'components/google_banner';
81
+ @import 'components/smart-banner';
81
82
  @import 'components/wisdom';
82
83
  @import 'components/card-product-banner';
83
84
  @import 'components/project-list-multiple';
@@ -2,6 +2,7 @@
2
2
  @import '../components/proposition';
3
3
  @import '../components/home-offers';
4
4
  @import '../components/popular-categories';
5
+ @import '../components/loader';
5
6
 
6
7
  .home-page > .sticky-wrapper {
7
8
  display: none;
package/src/sitemap.html CHANGED
@@ -1126,6 +1126,14 @@
1126
1126
  <span class="page-id">10.4</span>
1127
1127
  <a href="page_app_google_banner.html" target="_blank">DIY APP Google banner</a>
1128
1128
  </li>
1129
+ <li>
1130
+ <span class="page-id">10.4</span>
1131
+ <a href="page_app_diy_google_ios_banner.html" target="_blank">DIY APP Google iOS banner</a>
1132
+ </li>
1133
+ <li>
1134
+ <span class="page-id">10.4</span>
1135
+ <a href="page_app_trade_pro_google_ios_banner.html" target="_blank">Trade Pro APP Google iOS banner</a>
1136
+ </li>
1129
1137
  <li>
1130
1138
  <span class="page-id">10.5</span>
1131
1139
  <a href="page_app_old_headers.html" target="_blank">DIY old header</a>