wickes-css2 2.112.0-develop.1 → 2.112.0-es-3143-upgrade-node-version.2

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.
Files changed (324) hide show
  1. package/build/css/account-families-main.css +1 -1
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/card-product-banner.css +1 -1
  4. package/build/css/components/card-store-locator-v2.css +1 -1
  5. package/build/css/components/special-opening-schedule-v2.css +1 -1
  6. package/build/css/homepage-main.css +1 -1
  7. package/build/css/kitchen-plp-main.css +1 -1
  8. package/build/css/main.css +1 -1
  9. package/build/css/my-account-main-v2.css +1 -1
  10. package/build/css/my-account-main.css +1 -1
  11. package/build/css/pages/checkout-new.css +1 -1
  12. package/build/css/pages/checkout.css +1 -1
  13. package/build/css/pages/home-movers.css +1 -1
  14. package/build/css/pages/my-account-v2.css +1 -1
  15. package/build/css/pages/my-account.css +1 -1
  16. package/build/css/pages/oldweb_header.css +1 -1
  17. package/build/css/pages/page_act-trade-pro.css +1 -1
  18. package/build/css/pages/page_book-consultant-thank-you-new.css +1 -1
  19. package/build/css/pages/page_checkout-payment-details.css +1 -1
  20. package/build/css/pages/page_checkout_delivery-new.css +1 -1
  21. package/build/css/pages/page_content.css +1 -1
  22. package/build/css/pages/page_default-store.css +1 -1
  23. package/build/css/pages/page_fdl-management.css +1 -1
  24. package/build/css/pages/page_fi.css +1 -1
  25. package/build/css/pages/page_forgotten-password.css +1 -1
  26. package/build/css/pages/page_home.css +1 -1
  27. package/build/css/pages/page_in-store-checkout.css +1 -1
  28. package/build/css/pages/page_installer_form.css +1 -1
  29. package/build/css/pages/page_kitchen-claims.css +1 -1
  30. package/build/css/pages/page_merged-basket.css +1 -1
  31. package/build/css/pages/page_my-order.css +1 -1
  32. package/build/css/pages/page_my-orders.css +1 -1
  33. package/build/css/pages/page_new-checkout-forgot.css +1 -1
  34. package/build/css/pages/page_online-exclusive.css +1 -1
  35. package/build/css/pages/page_pre_home.css +1 -1
  36. package/build/css/pages/page_pre_home_thank-you.css +1 -1
  37. package/build/css/pages/page_product-details-v2.css +1 -1
  38. package/build/css/pages/page_product_search.css +1 -1
  39. package/build/css/pages/page_products-list-combined.css +1 -1
  40. package/build/css/pages/page_products-list.css +1 -1
  41. package/build/css/pages/page_registration.css +1 -1
  42. package/build/css/pages/page_shopping-cart-v2.css +1 -1
  43. package/build/css/pages/page_shopping-cart.css +1 -1
  44. package/build/css/pages/page_store-locator-details.css +1 -1
  45. package/build/css/pages/page_thankyou.css +1 -1
  46. package/build/css/pages/page_ti.css +1 -1
  47. package/build/css/pages/page_top-rated.css +1 -1
  48. package/build/css/pages/page_upd-pass.css +1 -1
  49. package/build/css/pages/page_wismo-details.css +1 -1
  50. package/build/css/pages/page_wismo-orders.css +1 -1
  51. package/build/css/pages/sticky_header.css +1 -1
  52. package/build/css/pages/tradePro-signup.css +1 -1
  53. package/build/css/pdp-main-before-combine.css +1 -1
  54. package/build/css/pdp-main-critical.css +1 -1
  55. package/build/css/pdp-main-non-critical.css +1 -1
  56. package/build/css/pdp-main.css +1 -1
  57. package/build/css/plp-main.css +1 -1
  58. package/build/css/shopping-list-pdf.css +1 -1
  59. package/build/css/store-locator-main.css +1 -1
  60. package/build/img/premium-delivery.png +0 -0
  61. package/build/img/premium-delivery.svg +1 -0
  62. package/build/js/emulation.min.js +55 -3
  63. package/package.json +3 -5
  64. package/src/components/banner-news.hbs +5 -1
  65. package/src/components/date-selection.hbs +33 -10
  66. package/src/components/delivery-types.hbs +5 -0
  67. package/src/data/my-account/data_my-account.json +6 -26
  68. package/src/data/my-account/data_my-order.json +43 -0
  69. package/src/data/my-account/data_my-orders.json +15 -1
  70. package/src/img/premium-delivery.png +0 -0
  71. package/src/img/premium-delivery.svg +1 -0
  72. package/src/js/emulation/date-selection.js +59 -2
  73. package/src/page_checkout_premium-delivery-details.html +161 -0
  74. package/src/scss/category-main.scss +5 -7
  75. package/src/scss/common/_app.scss +1 -1
  76. package/src/scss/common/_rewards-counter.scss +1 -2
  77. package/src/scss/common/_typography.scss +1 -1
  78. package/src/scss/common/_vat-toggle.scss +1 -1
  79. package/src/scss/components/_add-list-id.scss +0 -1
  80. package/src/scss/components/_advice-inspiration-critical.scss +2 -2
  81. package/src/scss/components/_advice-inspiration.scss +2 -3
  82. package/src/scss/components/_anchor-nav.scss +1 -1
  83. package/src/scss/components/_aside-accordion.scss +0 -5
  84. package/src/scss/components/_aside-nav.scss +1 -1
  85. package/src/scss/components/_aside-nav2.scss +0 -2
  86. package/src/scss/components/_autocomplete.scss +0 -1
  87. package/src/scss/components/_banner-2.scss +1 -1
  88. package/src/scss/components/_banner-info.scss +1 -1
  89. package/src/scss/components/_banner.scss +0 -2
  90. package/src/scss/components/_barcode.scss +0 -1
  91. package/src/scss/components/_big-wins-critical.scss +8 -9
  92. package/src/scss/components/_big-wins.scss +25 -32
  93. package/src/scss/components/_billie-modal.scss +5 -6
  94. package/src/scss/components/_billie-online-messaging.scss +2 -2
  95. package/src/scss/components/_card.scss +1 -5
  96. package/src/scss/components/_cards-slider.scss +1 -1
  97. package/src/scss/components/_category-tree.scss +2 -2
  98. package/src/scss/components/_charity-donations.scss +7 -7
  99. package/src/scss/components/_checkout-action.scss +0 -2
  100. package/src/scss/components/_checkout_order.scss +1 -1
  101. package/src/scss/components/_colour-block.scss +0 -2
  102. package/src/scss/components/_cookies-policy.scss +1 -1
  103. package/src/scss/components/_copy-project-id.scss +0 -1
  104. package/src/scss/components/_date-selection-add-new-styles.scss +30 -7
  105. package/src/scss/components/_date-selection.scss +32 -12
  106. package/src/scss/components/_donation-cart-new.scss +6 -6
  107. package/src/scss/components/_donation-cart.scss +3 -4
  108. package/src/scss/components/_favourite-product.scss +1 -1
  109. package/src/scss/components/_gallery-critical.scss +3 -3
  110. package/src/scss/components/_gallery-pdp-critical.scss +4 -4
  111. package/src/scss/components/_gallery-pdp.scss +2 -2
  112. package/src/scss/components/_gallery.scss +2 -2
  113. package/src/scss/components/_hero.scss +0 -1
  114. package/src/scss/components/_home-banner.scss +1 -1
  115. package/src/scss/components/_kitchen-card.scss +4 -4
  116. package/src/scss/components/_lines-group.scss +0 -1
  117. package/src/scss/components/_marketing-preferences.scss +1 -1
  118. package/src/scss/components/_merge-basket-options.scss +0 -1
  119. package/src/scss/components/_modal-box.scss +5 -5
  120. package/src/scss/components/_new-checkout-form.scss +1 -1
  121. package/src/scss/components/_notifications-critical.scss +1 -3
  122. package/src/scss/components/_order-item-cc.scss +6 -7
  123. package/src/scss/components/_order-item.scss +11 -12
  124. package/src/scss/components/_order-line-shop-list.scss +2 -2
  125. package/src/scss/components/_order-line.scss +3 -3
  126. package/src/scss/components/_page-overlay.scss +3 -9
  127. package/src/scss/components/_payment-transactions.scss +5 -5
  128. package/src/scss/components/_payments.scss +0 -1
  129. package/src/scss/components/_pdp-cta.scss +0 -4
  130. package/src/scss/components/_pdp-info-v2.scss +2 -5
  131. package/src/scss/components/_popular-categories.scss +0 -2
  132. package/src/scss/components/_potential-promotion.scss +1 -1
  133. package/src/scss/components/_price-badges-critical.scss +0 -1
  134. package/src/scss/components/_price-badges.scss +0 -2
  135. package/src/scss/components/_price-tooltip.scss +3 -2
  136. package/src/scss/components/_price.scss +2 -2
  137. package/src/scss/components/_product-card-critical.scss +1 -2
  138. package/src/scss/components/_product-card.scss +3 -5
  139. package/src/scss/components/_product-main-info.scss +4 -5
  140. package/src/scss/components/_project-list-multiple.scss +4 -4
  141. package/src/scss/components/_project-list-total.scss +1 -1
  142. package/src/scss/components/_proposition.scss +2 -2
  143. package/src/scss/components/_range-card.scss +1 -3
  144. package/src/scss/components/_range-types.scss +2 -2
  145. package/src/scss/components/_recommended.scss +1 -5
  146. package/src/scss/components/_rewards.scss +1 -1
  147. package/src/scss/components/_saving-shopping-list-modal.scss +1 -2
  148. package/src/scss/components/_seo-widgets.scss +1 -2
  149. package/src/scss/components/_share-list-modal.scss +1 -2
  150. package/src/scss/components/_shop-colour.scss +1 -1
  151. package/src/scss/components/_shopping-list-note.scss +2 -2
  152. package/src/scss/components/_smart-banner.scss +4 -5
  153. package/src/scss/components/_snack-bar.scss +2 -2
  154. package/src/scss/components/_steps-three.scss +3 -3
  155. package/src/scss/components/_steps.scss +2 -2
  156. package/src/scss/components/_sticky-element-appearance.scss +2 -2
  157. package/src/scss/components/_tables.scss +1 -2
  158. package/src/scss/components/_tabs.scss +0 -1
  159. package/src/scss/components/_tc-generic-floor.scss +3 -3
  160. package/src/scss/components/_tc-generic.scss +4 -4
  161. package/src/scss/components/_thank-you-modal.scss +3 -1
  162. package/src/scss/components/_ti-floor.scss +3 -4
  163. package/src/scss/components/_ti-header.scss +2 -2
  164. package/src/scss/components/_ti-radio.scss +4 -4
  165. package/src/scss/components/_ti-total-area.scss +10 -10
  166. package/src/scss/components/_tile-banner.scss +1 -1
  167. package/src/scss/components/_tile-product.scss +3 -4
  168. package/src/scss/components/_tooltip.scss +2 -2
  169. package/src/scss/components/_trade-offers.scss +0 -1
  170. package/src/scss/components/_tradepro-discount-banner.scss +0 -1
  171. package/src/scss/components/_user-address-delivery.scss +1 -3
  172. package/src/scss/components/_user-address.scss +1 -1
  173. package/src/scss/components/_usp-component.scss +0 -1
  174. package/src/scss/components/_voucher-accordion.scss +3 -3
  175. package/src/scss/components/_wisdom-critical.scss +2 -3
  176. package/src/scss/components/_wisdom.scss +6 -9
  177. package/src/scss/components/_your-details.scss +0 -1
  178. package/src/scss/components/account-families/_add-members.scss +1 -3
  179. package/src/scss/components/account-families/_member-card.scss +3 -3
  180. package/src/scss/components/card-store-locator-v2.scss +0 -1
  181. package/src/scss/components/card_v2.scss +3 -7
  182. package/src/scss/components/checkout-loader-modal.scss +0 -1
  183. package/src/scss/components/energy-efficiency.scss +6 -6
  184. package/src/scss/components/global-search.scss +14 -14
  185. package/src/scss/components/kitchen/_chips.scss +7 -6
  186. package/src/scss/components/kitchen/_filter-card.scss +1 -1
  187. package/src/scss/components/kitchen/_sort-by.scss +2 -3
  188. package/src/scss/components/kitchen/strip-stickers.scss +1 -1
  189. package/src/scss/components/loader.scss +5 -6
  190. package/src/scss/components/my-account/_active-orders.scss +6 -6
  191. package/src/scss/components/my-account/_consignment-info.scss +3 -3
  192. package/src/scss/components/my-account/_contacts.scss +2 -2
  193. package/src/scss/components/my-account/_menu.scss +2 -2
  194. package/src/scss/components/my-account/_mobile-nav.scss +4 -4
  195. package/src/scss/components/my-account/_order-process.scss +3 -3
  196. package/src/scss/components/my-account/_order-status.scss +3 -3
  197. package/src/scss/components/my-account/_orders-nav.scss +1 -1
  198. package/src/scss/components/my-account/_payment-status.scss +2 -2
  199. package/src/scss/components/my-account/_saving-totaliser.scss +8 -7
  200. package/src/scss/components/my-account/_shipment.scss +2 -2
  201. package/src/scss/components/pdf-loader.scss +1 -2
  202. package/src/scss/components/price-block-v2-critical.scss +0 -1
  203. package/src/scss/components/price-block-v2.scss +0 -3
  204. package/src/scss/components/store-locator-v2-details.scss +2 -2
  205. package/src/scss/components/strip-stickers.scss +1 -1
  206. package/src/scss/helpers/_elements.scss +0 -1
  207. package/src/scss/helpers/_mixins.scss +5 -5
  208. package/src/scss/helpers/_store-locator-elements.scss +0 -1
  209. package/src/scss/helpers/_typography.scss +3 -3
  210. package/src/scss/helpers/_utilities.scss +0 -1
  211. package/src/scss/helpers/helpers-pdp-critical/_CTAs-critical-pdp.scss +1 -1
  212. package/src/scss/helpers/helpers-pdp-critical/_elements-critical-pdp.scss +0 -1
  213. package/src/scss/helpers/helpers-pdp-critical/_helpers-critical-pdp.scss +1 -1
  214. package/src/scss/helpers/helpers-pdp-critical/_typography-critical-pdp.scss +4 -4
  215. package/src/scss/libs/_bootstrap-extracted.scss +42 -12
  216. package/src/scss/libs/_cat-libs.scss +10 -10
  217. package/src/scss/libs/_font-awesome-icons.scss +133 -113
  218. package/src/scss/libs/_homepage-libs.scss +12 -12
  219. package/src/scss/libs/_plp-libs.scss +11 -11
  220. package/src/scss/libs/_skeleton.scss +4 -4
  221. package/src/scss/libs/_store-locator-libs.scss +1 -1
  222. package/src/scss/libs/flatpickr.scss +6 -6
  223. package/src/scss/my-account-main-v2.scss +19 -19
  224. package/src/scss/my-account-main.scss +19 -19
  225. package/src/scss/pages/_checkout-confirmation.scss +1 -3
  226. package/src/scss/pages/_checkout-sign-in.scss +1 -2
  227. package/src/scss/pages/_checkout-tradepro.scss +3 -4
  228. package/src/scss/pages/_checkout-widget.scss +10 -16
  229. package/src/scss/pages/_checkout_delivery-details.scss +1 -3
  230. package/src/scss/pages/_checkout_edit-delivery-address.scss +0 -1
  231. package/src/scss/pages/_checkout_terms-and-conditions.scss +0 -1
  232. package/src/scss/pages/_checkout_your-details.scss +1 -1
  233. package/src/scss/pages/_contact-us.scss +0 -1
  234. package/src/scss/pages/_facets.scss +0 -2
  235. package/src/scss/pages/_my-account_address-details.scss +0 -3
  236. package/src/scss/pages/_my-account_change-email.scss +0 -1
  237. package/src/scss/pages/_my-account_new.scss +25 -31
  238. package/src/scss/pages/_my-account_order-details.scss +1 -1
  239. package/src/scss/pages/_my-account_order-history.scss +1 -2
  240. package/src/scss/pages/_my-account_personal-details.scss +0 -5
  241. package/src/scss/pages/_my-account_profile.scss +1 -2
  242. package/src/scss/pages/_my-account_your-account.scss +0 -1
  243. package/src/scss/pages/_page_category-landing.scss +3 -2
  244. package/src/scss/pages/bicester-header.scss +0 -1
  245. package/src/scss/pages/checkout-new.scss +7 -2
  246. package/src/scss/pages/checkout.scss +4 -5
  247. package/src/scss/pages/home-movers.scss +1 -1
  248. package/src/scss/pages/iframe-paypage.scss +44 -44
  249. package/src/scss/pages/my-account.scss +3 -3
  250. package/src/scss/pages/oldweb_header.scss +5 -6
  251. package/src/scss/pages/page_account-deletion.scss +1 -1
  252. package/src/scss/pages/page_act-trade-pro.scss +0 -1
  253. package/src/scss/pages/page_address-book.scss +0 -1
  254. package/src/scss/pages/page_bathroom-trends.scss +0 -1
  255. package/src/scss/pages/page_book-consultant-thank-you-new.scss +3 -5
  256. package/src/scss/pages/page_checkout-payment-details.scss +2 -5
  257. package/src/scss/pages/page_checkout_delivery-new.scss +1 -1
  258. package/src/scss/pages/page_cms_homepage.scss +1 -1
  259. package/src/scss/pages/page_contact-us.scss +1 -1
  260. package/src/scss/pages/page_content.scss +0 -4
  261. package/src/scss/pages/page_default-store.scss +2 -3
  262. package/src/scss/pages/page_empty-basket.scss +0 -5
  263. package/src/scss/pages/page_fdl-management.scss +0 -1
  264. package/src/scss/pages/page_fi.scss +0 -2
  265. package/src/scss/pages/page_home.scss +0 -2
  266. package/src/scss/pages/page_hotspot-guttering.scss +0 -1
  267. package/src/scss/pages/page_in-store-checkout.scss +1 -3
  268. package/src/scss/pages/page_installer.scss +3 -5
  269. package/src/scss/pages/page_installer_form.scss +0 -1
  270. package/src/scss/pages/page_kitchen-claims.scss +2 -5
  271. package/src/scss/pages/page_kitchen-list.scss +1 -1
  272. package/src/scss/pages/page_marketing-preferences.scss +1 -1
  273. package/src/scss/pages/page_merged-basket.scss +2 -2
  274. package/src/scss/pages/page_my-account_tradePro.scss +1 -1
  275. package/src/scss/pages/page_my-order.scss +15 -15
  276. package/src/scss/pages/page_my-orders.scss +2 -2
  277. package/src/scss/pages/page_new-checkout_login-register.scss +1 -2
  278. package/src/scss/pages/page_no-results.scss +1 -2
  279. package/src/scss/pages/page_online-exclusive.scss +6 -6
  280. package/src/scss/pages/page_personal-details.scss +2 -2
  281. package/src/scss/pages/page_pre_home.scss +7 -7
  282. package/src/scss/pages/page_pre_home_thank-you.scss +2 -2
  283. package/src/scss/pages/page_product-details-critical.scss +0 -1
  284. package/src/scss/pages/page_product-details-v2-critical.scss +1 -2
  285. package/src/scss/pages/page_product-details.scss +0 -1
  286. package/src/scss/pages/page_products-list-phone.scss +0 -7
  287. package/src/scss/pages/page_products-list.scss +2 -2
  288. package/src/scss/pages/page_quiz.scss +3 -3
  289. package/src/scss/pages/page_rate-review.scss +0 -3
  290. package/src/scss/pages/page_registration.scss +0 -3
  291. package/src/scss/pages/page_store-locator-details.scss +2 -2
  292. package/src/scss/pages/page_ti.scss +1 -5
  293. package/src/scss/pages/page_top-rated.scss +5 -5
  294. package/src/scss/pages/page_track-my-order.scss +1 -1
  295. package/src/scss/pages/page_track_your_order.scss +5 -5
  296. package/src/scss/pages/page_upd-pass.scss +0 -1
  297. package/src/scss/pages/page_wismo-details.scss +8 -8
  298. package/src/scss/pages/page_wismo-order-history.scss +3 -3
  299. package/src/scss/pages/page_wismo-orders.scss +7 -7
  300. package/src/scss/pages/print_quiz.scss +3 -1
  301. package/src/scss/pages/sticky_header.scss +5 -6
  302. package/src/scss/pages/tradePro-about.scss +1 -1
  303. package/src/scss/pages/tradePro-discount.scss +1 -2
  304. package/src/scss/pages/tradePro-rewards-old.scss +4 -3
  305. package/src/scss/pages/tradePro-signup.scss +3 -5
  306. package/src/scss/partials/_breadcrumbs-critical.scss +2 -2
  307. package/src/scss/partials/_breadcrumbs.scss +2 -2
  308. package/src/scss/partials/_footer-v2.scss +2 -2
  309. package/src/scss/partials/_footer.scss +4 -4
  310. package/src/scss/partials/_footer_checkout-new.scss +1 -1
  311. package/src/scss/partials/_footer_checkout.scss +1 -1
  312. package/src/scss/partials/_header-critical.scss +6 -9
  313. package/src/scss/partials/_header.scss +7 -9
  314. package/src/scss/partials/_header_checkout.scss +2 -2
  315. package/src/scss/partials/_main-nav.scss +7 -11
  316. package/src/scss/partials/_sign-up.scss +3 -3
  317. package/src/scss/shopping-list-pdf.scss +1 -1
  318. package/src/sitemap.html +2 -0
  319. package/src/components/.DS_Store +0 -0
  320. package/src/img/.DS_Store +0 -0
  321. package/src/img/placeholders/.DS_Store +0 -0
  322. package/src/js/page/.DS_Store +0 -0
  323. package/src/scss/.DS_Store +0 -0
  324. package/src/scss/pages/.DS_Store +0 -0
@@ -19,11 +19,11 @@
19
19
  }
20
20
 
21
21
  .animateTop {
22
- animation: animateTop .5s forwards;
22
+ animation: animateTop 0.5s forwards;
23
23
  }
24
24
 
25
25
  .animateBottom {
26
- animation: animateBottom .5s forwards;
26
+ animation: animateBottom 0.5s forwards;
27
27
  }
28
28
 
29
29
  .snack-bar-notification {
@@ -30,7 +30,7 @@
30
30
  .step {
31
31
  &-item {
32
32
  font-weight: 700;
33
- font-size: .875rem;
33
+ font-size: 0.875rem;
34
34
  background-color: $white;
35
35
  text-align: center;
36
36
 
@@ -58,7 +58,7 @@
58
58
  align-items: center;
59
59
  border: 3px solid $gray;
60
60
  border-radius: 50%;
61
- margin-bottom: .5rem;
61
+ margin-bottom: 0.5rem;
62
62
  background-color: $white;
63
63
  z-index: 1;
64
64
 
@@ -99,7 +99,7 @@
99
99
  $itemQuantity: 3;
100
100
 
101
101
  @while $itemQuantity >= 0 {
102
- [data-active-step-index='#{$itemQuantity}'] {
102
+ [data-active-step-index='#{$itemQuantity}'] {
103
103
  @for $i from 0 through $itemQuantity {
104
104
  [data-step-index='#{$i}'] {
105
105
  .step {
@@ -107,7 +107,7 @@
107
107
  &.steps-instore {
108
108
  &::before {
109
109
  left: -70px;
110
- }
110
+ }
111
111
  }
112
112
  }
113
113
  }
@@ -185,7 +185,7 @@
185
185
  $itemQuantity: 4;
186
186
 
187
187
  @while $itemQuantity >= 0 {
188
- [data-active-step-index='#{$itemQuantity}'] {
188
+ [data-active-step-index='#{$itemQuantity}'] {
189
189
  @for $i from 0 through $itemQuantity {
190
190
  [data-step-index='#{$i}'] {
191
191
  font-weight: 400;
@@ -7,7 +7,7 @@
7
7
  opacity: 0;
8
8
  pointer-events: none;
9
9
  will-change: transform, opacity;
10
- transition: transform .5s ease, opacity .5s ease;
10
+ transition: transform 0.5s ease, opacity 0.5s ease;
11
11
 
12
12
  &:not(.is-hidden) {
13
13
  transform: translateY(0);
@@ -18,7 +18,7 @@
18
18
  &.is-hidden {
19
19
  transform: translateY(100%);
20
20
  opacity: 0;
21
- transition: transform .5s ease 0s, opacity .5s ease 5s;
21
+ transition: transform 0.5s ease 0s, opacity 0.5s ease 5s;
22
22
  pointer-events: none;
23
23
  }
24
24
  }
@@ -202,7 +202,6 @@
202
202
  padding-bottom: 20px;
203
203
 
204
204
  .table__content {
205
-
206
205
  &-date {
207
206
  white-space: nowrap;
208
207
  }
@@ -221,7 +220,7 @@
221
220
 
222
221
  .order-details-table {
223
222
  .order-history-table__content {
224
- font-size: .875rem;
223
+ font-size: 0.875rem;
225
224
  padding-right: 20px;
226
225
  }
227
226
  }
@@ -1,5 +1,4 @@
1
1
  .tabs {
2
-
3
2
  .nav-tabs {
4
3
  display: flex;
5
4
  flex-wrap: nowrap;
@@ -86,7 +86,7 @@
86
86
  display: flex;
87
87
  align-items: center;
88
88
  vertical-align: center;
89
- font-size: .875rem;
89
+ font-size: 0.875rem;
90
90
  font-weight: 400;
91
91
  line-height: 22px;
92
92
 
@@ -105,7 +105,7 @@
105
105
 
106
106
  &__specification,
107
107
  &__result-specification {
108
- font-size: .875rem;
108
+ font-size: 0.875rem;
109
109
  font-weight: 700;
110
110
  line-height: 22px;
111
111
  }
@@ -130,7 +130,7 @@
130
130
  background: $gray-bg;
131
131
  padding: 15px 0;
132
132
  text-decoration: underline;
133
- font-size: .875rem;
133
+ font-size: 0.875rem;
134
134
  font-weight: 500;
135
135
  line-height: 22px;
136
136
  color: $blue;
@@ -64,7 +64,7 @@
64
64
  display: inline-block;
65
65
  }
66
66
 
67
- & .tc__wastage__detail-accordion {
67
+ & .tc__wastage__detail-accordion {
68
68
  font-weight: 500;
69
69
  padding-right: 3px;
70
70
  }
@@ -82,7 +82,7 @@
82
82
 
83
83
  &__detail-accordion,
84
84
  .accordion__header-icon-small {
85
- font-size: .875rem;
85
+ font-size: 0.875rem;
86
86
  font-weight: 500;
87
87
  line-height: 17px;
88
88
  text-decoration: underline;
@@ -97,7 +97,7 @@
97
97
 
98
98
  &__details-hidden {
99
99
  margin-top: 15px;
100
- transition: all .5s ease;
100
+ transition: all 0.5s ease;
101
101
 
102
102
  & > .notification_warning {
103
103
  padding: 8px 20px;
@@ -123,7 +123,7 @@
123
123
  }
124
124
 
125
125
  & .notification_warning > p {
126
- font-size: .875rem;
126
+ font-size: 0.875rem;
127
127
  font-weight: 400;
128
128
  line-height: 22px;
129
129
 
@@ -22,7 +22,9 @@
22
22
  font-weight: 500;
23
23
  margin-bottom: 2rem;
24
24
 
25
- p {margin: 0}
25
+ p {
26
+ margin: 0;
27
+ }
26
28
  }
27
29
 
28
30
  .btn {
@@ -64,7 +64,7 @@
64
64
  display: flex;
65
65
  align-items: center;
66
66
  vertical-align: center;
67
- font-size: .875rem;
67
+ font-size: 0.875rem;
68
68
  font-weight: 400;
69
69
  line-height: 22px;
70
70
 
@@ -85,7 +85,7 @@
85
85
 
86
86
  &__specification,
87
87
  &__result-specification {
88
- font-size: .875rem;
88
+ font-size: 0.875rem;
89
89
  font-weight: 700;
90
90
  line-height: 22px;
91
91
  }
@@ -110,7 +110,7 @@
110
110
  background: $gray-bg;
111
111
  padding: 15px 0;
112
112
  text-decoration: underline;
113
- font-size: .875rem;
113
+ font-size: 0.875rem;
114
114
  font-weight: 500;
115
115
  line-height: 22px;
116
116
  color: $blue;
@@ -195,7 +195,6 @@
195
195
 
196
196
  @include media-breakpoint-down(sm) {
197
197
  .ti-floor {
198
-
199
198
  &:not(:first-of-type) {
200
199
  margin-top: 10px;
201
200
  }
@@ -7,7 +7,7 @@
7
7
  &-inactive .ti__header-number,
8
8
  &-inactive .ti__header-title,
9
9
  &-inactive .ti__header-hint {
10
- opacity: .5;
10
+ opacity: 0.5;
11
11
  }
12
12
 
13
13
  & h3 {
@@ -28,7 +28,7 @@
28
28
  &-hint {
29
29
  display: block;
30
30
  color: $pewter;
31
- font-size: .875rem;
31
+ font-size: 0.875rem;
32
32
  font-weight: 400;
33
33
  line-height: 24px;
34
34
 
@@ -9,7 +9,7 @@
9
9
  &__info {
10
10
  padding-top: 10px;
11
11
  padding-left: 34px;
12
- font-size: .875rem;
12
+ font-size: 0.875rem;
13
13
  font-weight: 700;
14
14
  line-height: 22px;
15
15
  margin-bottom: 0;
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  &__item {
25
- font-size: .875rem;
25
+ font-size: 0.875rem;
26
26
  font-weight: 400;
27
27
  line-height: 24px;
28
28
  }
@@ -32,7 +32,7 @@
32
32
 
33
33
  .ti__phone {
34
34
  padding: 6px;
35
- margin-right: .75rem;
35
+ margin-right: 0.75rem;
36
36
  border: 1px solid $blue;
37
37
  border-radius: 50%;
38
38
  text-align: center;
@@ -128,7 +128,7 @@
128
128
  .choose {
129
129
  &__callback {
130
130
  & label {
131
- margin-bottom: .75rem;
131
+ margin-bottom: 0.75rem;
132
132
  }
133
133
 
134
134
  .form-details {
@@ -16,7 +16,7 @@
16
16
  &__waste {
17
17
  width: 100%;
18
18
  text-align: right;
19
- font-size: .875rem;
19
+ font-size: 0.875rem;
20
20
  font-weight: 400;
21
21
  line-height: 1;
22
22
  justify-content: flex-end;
@@ -35,13 +35,13 @@
35
35
  padding-bottom: 5px;
36
36
 
37
37
  &-specification {
38
- font-size: .875rem;
38
+ font-size: 0.875rem;
39
39
  font-weight: 700;
40
40
  line-height: 22px;
41
41
  }
42
42
 
43
43
  &-value {
44
- font-size: .875rem;
44
+ font-size: 0.875rem;
45
45
  font-weight: 400;
46
46
  line-height: 22px;
47
47
  }
@@ -66,7 +66,7 @@
66
66
  display: inline-block;
67
67
  }
68
68
 
69
- & .ti-total-area__detail-accordion {
69
+ & .ti-total-area__detail-accordion {
70
70
  font-weight: 500;
71
71
  padding-right: 3px;
72
72
  }
@@ -86,7 +86,7 @@
86
86
 
87
87
  &__detail-accordion,
88
88
  .accordion__header-icon-small {
89
- font-size: .875rem;
89
+ font-size: 0.875rem;
90
90
  font-weight: 500;
91
91
  line-height: 17px;
92
92
  text-decoration: underline;
@@ -101,7 +101,7 @@
101
101
 
102
102
  &__details-hidden {
103
103
  margin-top: 15px;
104
- transition: all .5s ease;
104
+ transition: all 0.5s ease;
105
105
 
106
106
  & > .notification_warning {
107
107
  padding: 8px 20px;
@@ -127,7 +127,7 @@
127
127
  }
128
128
 
129
129
  & .notification_warning > p {
130
- font-size: .875rem;
130
+ font-size: 0.875rem;
131
131
  font-weight: 400;
132
132
  line-height: 22px;
133
133
 
@@ -158,7 +158,7 @@
158
158
  line-height: 24px;
159
159
 
160
160
  .ti__step1-inactive & {
161
- font-size: .875rem;
161
+ font-size: 0.875rem;
162
162
  font-weight: 700;
163
163
  line-height: 22px;
164
164
  }
@@ -261,7 +261,7 @@
261
261
  }
262
262
 
263
263
  & .ti-total-area__specification {
264
- font-size: .875rem;
264
+ font-size: 0.875rem;
265
265
  font-weight: 700;
266
266
  }
267
267
  }
@@ -305,7 +305,7 @@
305
305
  }
306
306
 
307
307
  &__specification {
308
- font-size: .875rem;
308
+ font-size: 0.875rem;
309
309
  font-weight: 700;
310
310
  line-height: 22px;
311
311
  max-width: 70%;
@@ -104,7 +104,7 @@
104
104
  @include media-breakpoint-down(sm) {
105
105
  text-align: left;
106
106
  max-width: 170px;
107
- font-size: .875rem;
107
+ font-size: 0.875rem;
108
108
  font-weight: 700;
109
109
  line-height: 19px;
110
110
  }
@@ -36,7 +36,6 @@
36
36
  height: 80px;
37
37
  }
38
38
  }
39
-
40
39
  }
41
40
 
42
41
  &__title {
@@ -72,7 +71,7 @@
72
71
  }
73
72
 
74
73
  &__price {
75
- font-size: .875rem;
74
+ font-size: 0.875rem;
76
75
  padding-top: 5px;
77
76
 
78
77
  @include media-breakpoint-down(sm) {
@@ -86,12 +85,12 @@
86
85
  font-size: 1rem;
87
86
 
88
87
  @include media-breakpoint-down(sm) {
89
- font-size: .875rem;
88
+ font-size: 0.875rem;
90
89
  }
91
90
  }
92
91
 
93
92
  &-sqm {
94
- font-size: .875rem;
93
+ font-size: 0.875rem;
95
94
  font-weight: 700;
96
95
  line-height: 22px;
97
96
  color: $pewter;
@@ -1,5 +1,5 @@
1
1
  .tooltip {
2
- filter: drop-shadow(0 0 8px rgba(0, 0, 0, .12));
2
+ filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.12));
3
3
  position: absolute;
4
4
  z-index: 99;
5
5
 
@@ -9,7 +9,7 @@
9
9
  padding: 8px 16px !important;
10
10
  border-radius: 4px;
11
11
  font-weight: 400;
12
- font-size: .875rem;
12
+ font-size: 0.875rem;
13
13
  line-height: 1.375rem;
14
14
  max-width: 340px !important;
15
15
  }
@@ -1,5 +1,4 @@
1
1
  .trade-offers {
2
-
3
2
  .card {
4
3
  @include make-col-ready;
5
4
  @include make-col(6);
@@ -62,7 +62,6 @@
62
62
  left: 0;
63
63
  right: 0;
64
64
  }
65
-
66
65
  }
67
66
 
68
67
  @media screen and (max-width: 370px) {
@@ -66,7 +66,6 @@
66
66
  }
67
67
  }
68
68
 
69
-
70
69
  @include media-breakpoint-up(md) {
71
70
  .user-address-delivery {
72
71
  .delivery-address {
@@ -116,7 +115,6 @@
116
115
  }
117
116
  }
118
117
 
119
-
120
118
  @include media-breakpoint-only(md) {
121
119
  .user-address-delivery {
122
120
  .delivery-address {
@@ -136,5 +134,5 @@
136
134
  }
137
135
  }
138
136
  }
139
- }
137
+ }
140
138
  }
@@ -18,7 +18,7 @@
18
18
  border-left: 1px solid $gray;
19
19
 
20
20
  @include media-breakpoint-up(md) {
21
- @include make-col(4)
21
+ @include make-col(4);
22
22
  }
23
23
  }
24
24
 
@@ -73,7 +73,6 @@
73
73
  display: none;
74
74
  }
75
75
 
76
-
77
76
  @media (max-width: 1110px) {
78
77
  .new-usp {
79
78
  &-container,
@@ -11,7 +11,7 @@
11
11
  display: flex;
12
12
  justify-content: space-between;
13
13
  color: $blue;
14
- font-size: .875rem;
14
+ font-size: 0.875rem;
15
15
 
16
16
  &.collapsed {
17
17
  margin-bottom: 0;
@@ -47,10 +47,10 @@
47
47
  .collapsing {
48
48
  height: 0;
49
49
  overflow: hidden;
50
- transition: height .3s ease-in-out;
50
+ transition: height 0.3s ease-in-out;
51
51
  }
52
52
 
53
53
  .collapse.show {
54
54
  height: auto;
55
- transition: height .3s ease-in-out;
55
+ transition: height 0.3s ease-in-out;
56
56
  }
@@ -66,7 +66,7 @@
66
66
  display: none;
67
67
  color: $red;
68
68
  line-height: 1rem;
69
- font-size: .75rem;
69
+ font-size: 0.75rem;
70
70
  }
71
71
  }
72
72
 
@@ -101,7 +101,7 @@
101
101
  order: 3;
102
102
  flex: 1;
103
103
  max-width: 100%;
104
- margin-top: .5rem;
104
+ margin-top: 0.5rem;
105
105
  margin-bottom: 0;
106
106
  }
107
107
 
@@ -118,4 +118,3 @@
118
118
  }
119
119
  }
120
120
  }
121
-
@@ -114,7 +114,7 @@
114
114
  order: 3;
115
115
  flex: 1;
116
116
  max-width: 100%;
117
- margin-top: .5rem;
117
+ margin-top: 0.5rem;
118
118
  margin-bottom: 0;
119
119
  }
120
120
 
@@ -287,7 +287,6 @@
287
287
  }
288
288
  }
289
289
 
290
-
291
290
  //&.wisdom__added {
292
291
  // .wisdom {
293
292
  // &__description {
@@ -494,7 +493,7 @@
494
493
  margin-bottom: 23px;
495
494
  color: $red;
496
495
  font-weight: 500;
497
- font-size: .875rem;
496
+ font-size: 0.875rem;
498
497
 
499
498
  &-hide {
500
499
  display: none;
@@ -513,7 +512,7 @@
513
512
  display: none;
514
513
  color: $red;
515
514
  line-height: 1rem;
516
- font-size: .75rem;
515
+ font-size: 0.75rem;
517
516
  }
518
517
 
519
518
  &__notification {
@@ -608,7 +607,7 @@
608
607
  }
609
608
 
610
609
  &__wisdom {
611
- @include make-col(8)
610
+ @include make-col(8);
612
611
  }
613
612
  }
614
613
 
@@ -669,7 +668,6 @@
669
668
  }
670
669
  }
671
670
 
672
-
673
671
  @include media-breakpoint-up(md) {
674
672
  .wisdom {
675
673
  &-modal {
@@ -678,7 +676,7 @@
678
676
  }
679
677
 
680
678
  &__wisdom {
681
- @include make-col(7)
679
+ @include make-col(7);
682
680
  }
683
681
  }
684
682
 
@@ -721,7 +719,7 @@
721
719
  order: 3;
722
720
  flex: 1;
723
721
  max-width: 100%;
724
- margin-top: .5rem;
722
+ margin-top: 0.5rem;
725
723
  margin-bottom: 0;
726
724
  }
727
725
 
@@ -738,4 +736,3 @@
738
736
  }
739
737
  }
740
738
  }
741
-
@@ -21,7 +21,6 @@
21
21
  padding-left: 30px;
22
22
  padding-right: 30px;
23
23
 
24
-
25
24
  &__help,
26
25
  &__add {
27
26
  &-wrap {
@@ -46,7 +46,6 @@
46
46
  margin-right: 8px;
47
47
  font-size: 1rem;
48
48
  }
49
-
50
49
  }
51
50
 
52
51
  .form-row {
@@ -63,7 +62,6 @@
63
62
  padding-right: 0;
64
63
  }
65
64
  }
66
-
67
65
  }
68
66
 
69
67
  .new-member-list {
@@ -125,7 +123,7 @@
125
123
  }
126
124
 
127
125
  .tbx {
128
- font-size: .875rem;
126
+ font-size: 0.875rem;
129
127
 
130
128
  &:read-only {
131
129
  background: $blue-transparent10;
@@ -74,7 +74,7 @@
74
74
  border-radius: 0 10px 0 16px;
75
75
  background: $blue-dark;
76
76
  color: $white;
77
- font-size: .75rem;
77
+ font-size: 0.75rem;
78
78
  line-height: 1rem;
79
79
  font-weight: 500;
80
80
  max-width: max-content;
@@ -96,7 +96,7 @@
96
96
  @include media-breakpoint-up(md) {
97
97
  .member-card {
98
98
  &__label {
99
- font-size: .875rem;
99
+ font-size: 0.875rem;
100
100
  padding: 8px 30px;
101
101
  }
102
102
 
@@ -113,7 +113,7 @@
113
113
  }
114
114
  }
115
115
 
116
- &.member-card {
116
+ .member-card {
117
117
  padding: 20px;
118
118
  }
119
119
  }
@@ -90,7 +90,6 @@
90
90
  }
91
91
 
92
92
  &__address {
93
-
94
93
  padding: 0;
95
94
 
96
95
  .store-locator-details & {