@wizishop/angular-components 15.1.114 → 18.2.0-beta

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 (344) hide show
  1. package/README.md +87 -87
  2. package/angular-components.scss +1679 -1681
  3. package/assets/images/upload/icon_picture.svg +11 -11
  4. package/{esm2020 → esm2022}/lib/animations/in-out/in-out-x.animation.mjs +1 -1
  5. package/{esm2020 → esm2022}/lib/animations/in-out/in-out-y.animation.mjs +1 -1
  6. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-bottom.animation.mjs +1 -1
  7. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-left.animation.mjs +1 -1
  8. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-right.animation.mjs +1 -1
  9. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-top.animation.mjs +1 -1
  10. package/{esm2020 → esm2022}/lib/animations/show/show-from-bottom.animation.mjs +1 -1
  11. package/{esm2020 → esm2022}/lib/animations/show/show-from-left.animation.mjs +1 -1
  12. package/{esm2020 → esm2022}/lib/animations/show/show-from-right.animation.mjs +1 -1
  13. package/{esm2020 → esm2022}/lib/animations/show/show-from-top.animation.mjs +1 -1
  14. package/{esm2020 → esm2022}/lib/animations/switch/switch-in-out.animation.mjs +1 -1
  15. package/{esm2020 → esm2022}/lib/components/ai-express/ai-express.component.mjs +5 -5
  16. package/{esm2020 → esm2022}/lib/components/alert/alert.component.mjs +5 -5
  17. package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +20 -0
  18. package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +41 -0
  19. package/{esm2020 → esm2022}/lib/components/alert-popup/alert-popup.service.mjs +5 -5
  20. package/esm2022/lib/components/back/back.component.mjs +12 -0
  21. package/{esm2020 → esm2022}/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +5 -5
  22. package/esm2022/lib/components/block/block.component.mjs +124 -0
  23. package/{esm2020 → esm2022}/lib/components/block/separator/block-separator.component.mjs +5 -5
  24. package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +46 -0
  25. package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.component.mjs +5 -5
  26. package/esm2022/lib/components/button/button.component.mjs +200 -0
  27. package/esm2022/lib/components/calendar/calendar.component.mjs +237 -0
  28. package/{esm2020 → esm2022}/lib/components/card-price/card-price.component.mjs +5 -5
  29. package/{esm2020 → esm2022}/lib/components/charging-bar/charging-bar.component.mjs +5 -5
  30. package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.component.mjs +5 -5
  31. package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.module.mjs +7 -7
  32. package/{esm2020 → esm2022}/lib/components/column/column.component.mjs +4 -4
  33. package/{esm2020 → esm2022}/lib/components/common/label/label.component.mjs +5 -5
  34. package/{esm2020 → esm2022}/lib/components/common/placeholder/placeholder.component.mjs +5 -5
  35. package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +64 -0
  36. package/{esm2020 → esm2022}/lib/components/content-with-buttons/content-with-buttons.component.mjs +4 -4
  37. package/esm2022/lib/components/delete/delete.component.mjs +12 -0
  38. package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +61 -0
  39. package/esm2022/lib/components/dropdown/dropdown.component.mjs +26 -0
  40. package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +202 -0
  41. package/{esm2020 → esm2022}/lib/components/expanded-panel/expanded-panel.component.mjs +5 -5
  42. package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +74 -0
  43. package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +5 -5
  44. package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +88 -0
  45. package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +5 -5
  46. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +49 -0
  47. package/{esm2020 → esm2022}/lib/components/expansion/expansion.module.mjs +11 -11
  48. package/{esm2020 → esm2022}/lib/components/filters/filter-item.dto.mjs +1 -1
  49. package/esm2022/lib/components/filters/filters.component.mjs +41 -0
  50. package/esm2022/lib/components/free-popin/free-popin.component.mjs +66 -0
  51. package/{esm2020 → esm2022}/lib/components/google-preview/google-preview.component.mjs +5 -5
  52. package/esm2022/lib/components/header-page/header-page.component.mjs +42 -0
  53. package/{esm2020 → esm2022}/lib/components/hn/h1/h1.component.mjs +5 -5
  54. package/esm2022/lib/components/hn/h2/h2.component.mjs +13 -0
  55. package/esm2022/lib/components/hn/h3/h3.component.mjs +18 -0
  56. package/esm2022/lib/components/hn/h4/h4.component.mjs +18 -0
  57. package/esm2022/lib/components/image/image.component.mjs +17 -0
  58. package/esm2022/lib/components/info/info.component.mjs +12 -0
  59. package/esm2022/lib/components/inputs/input/input.component.mjs +184 -0
  60. package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +65 -0
  61. package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/input-with-select.component.mjs +4 -4
  62. package/esm2022/lib/components/link/link.component.mjs +57 -0
  63. package/{esm2020 → esm2022}/lib/components/loader/loader.component.mjs +4 -4
  64. package/esm2022/lib/components/logo/logo.component.mjs +20 -0
  65. package/esm2022/lib/components/mosaic/mosaic.component.mjs +81 -0
  66. package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +115 -0
  67. package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +97 -0
  68. package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +1 -1
  69. package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +1 -1
  70. package/{esm2020 → esm2022}/lib/components/optional-disable-container/optional-disable-container.component.mjs +5 -5
  71. package/esm2022/lib/components/pagination/pagination.component.mjs +50 -0
  72. package/esm2022/lib/components/pagination/pagination.module.mjs +33 -0
  73. package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +28 -0
  74. package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +34 -0
  75. package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +25 -0
  76. package/esm2022/lib/components/popin/popin.component.mjs +73 -0
  77. package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +75 -0
  78. package/{esm2020 → esm2022}/lib/components/radio/option/option.component.mjs +5 -5
  79. package/{esm2020 → esm2022}/lib/components/radio/radio-group.directive.mjs +8 -8
  80. package/esm2022/lib/components/radio/radio.component.mjs +38 -0
  81. package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-directive.mjs +5 -5
  82. package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-group.directive.mjs +8 -8
  83. package/esm2022/lib/components/radio-legacy/radio.component.mjs +58 -0
  84. package/esm2022/lib/components/row/row.component.mjs +144 -0
  85. package/esm2022/lib/components/search/search.component.mjs +86 -0
  86. package/{esm2020 → esm2022}/lib/components/search/shared/search-option.model.mjs +1 -1
  87. package/{esm2020 → esm2022}/lib/components/select/option/option.component.mjs +5 -5
  88. package/esm2022/lib/components/select/option/select-option.directive.mjs +98 -0
  89. package/{esm2020 → esm2022}/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +5 -5
  90. package/esm2022/lib/components/select/select/select.component.mjs +198 -0
  91. package/esm2022/lib/components/select/select/select.directive.mjs +175 -0
  92. package/esm2022/lib/components/select/select/value-change.service.mjs +190 -0
  93. package/{esm2020 → esm2022}/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +5 -5
  94. package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +103 -0
  95. package/esm2022/lib/components/selected-list/selected-list.component.mjs +62 -0
  96. package/{esm2020 → esm2022}/lib/components/selected-list/shared/selected-list-option.model.mjs +1 -1
  97. package/esm2022/lib/components/separator/separator.component.mjs +17 -0
  98. package/esm2022/lib/components/settings/settings.component.mjs +12 -0
  99. package/esm2022/lib/components/shared-components.module.mjs +443 -0
  100. package/esm2022/lib/components/snackbar/snackbar.component.mjs +85 -0
  101. package/esm2022/lib/components/state/state.component.mjs +16 -0
  102. package/esm2022/lib/components/summary/summary.component.mjs +41 -0
  103. package/esm2022/lib/components/switch/switch.component.mjs +89 -0
  104. package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +92 -0
  105. package/esm2022/lib/components/table/directives/column.directive.mjs +42 -0
  106. package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +199 -0
  107. package/{esm2020 → esm2022}/lib/components/table/directives/raw.directive.mjs +6 -6
  108. package/esm2022/lib/components/table/shared/filters-table.service.mjs +68 -0
  109. package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +20 -0
  110. package/{esm2020 → esm2022}/lib/components/table/shared/table-filters-group.model.mjs +1 -1
  111. package/{esm2020 → esm2022}/lib/components/table/shared/table-filters.model.mjs +1 -1
  112. package/esm2022/lib/components/table/table.component.mjs +146 -0
  113. package/{esm2020 → esm2022}/lib/components/table/table.module.mjs +15 -15
  114. package/{esm2020 → esm2022}/lib/components/tabs/tab/tab.component.mjs +5 -5
  115. package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.component.mjs +4 -4
  116. package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.directive.mjs +6 -6
  117. package/esm2022/lib/components/tabs/tabs.component.mjs +99 -0
  118. package/{esm2020 → esm2022}/lib/components/tag/tag.component.mjs +5 -5
  119. package/{esm2020 → esm2022}/lib/components/tag-dropdown/tag-dropdown.component.mjs +5 -5
  120. package/{esm2020 → esm2022}/lib/components/tag-label/tag-label.component.mjs +5 -5
  121. package/{esm2020 → esm2022}/lib/components/text/text.component.mjs +5 -5
  122. package/esm2022/lib/components/text-area/text-area.component.mjs +99 -0
  123. package/{esm2020 → esm2022}/lib/components/token-check/token-check.component.mjs +5 -5
  124. package/esm2022/lib/components/tooltip/tooltip.component.mjs +30 -0
  125. package/{esm2020 → esm2022}/lib/components/tooltip/tooltip.module.mjs +7 -7
  126. package/{esm2020 → esm2022}/lib/components/tree/tree.component.mjs +5 -5
  127. package/{esm2020 → esm2022}/lib/components/tree/tree.module.mjs +9 -9
  128. package/esm2022/lib/components/upload/upload.component.mjs +36 -0
  129. package/esm2022/lib/components/wrapper/wrapper.component.mjs +18 -0
  130. package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +19 -0
  131. package/{esm2020 → esm2022}/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +5 -5
  132. package/{esm2020 → esm2022}/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +5 -5
  133. package/{esm2020 → esm2022}/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +5 -5
  134. package/{esm2020 → esm2022}/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +5 -5
  135. package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +50 -0
  136. package/{esm2020 → esm2022}/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +5 -5
  137. package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +25 -0
  138. package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +45 -0
  139. package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +36 -0
  140. package/esm2022/lib/directives/ng-var.directive.mjs +32 -0
  141. package/{esm2020 → esm2022}/lib/directives/scroll-to/scroll-to.directive.mjs +4 -4
  142. package/{esm2020 → esm2022}/lib/directives/shared-directives.module.mjs +27 -27
  143. package/{esm2020 → esm2022}/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +5 -5
  144. package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +44 -0
  145. package/{esm2020 → esm2022}/lib/pipes/call-component-function.pipe.mjs +4 -4
  146. package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +29 -0
  147. package/{esm2020 → esm2022}/lib/pipes/select/filter-options.pipe.mjs +4 -4
  148. package/{esm2020 → esm2022}/lib/pipes/select/select-filters.pipe.mjs +4 -4
  149. package/{esm2020 → esm2022}/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +4 -4
  150. package/{esm2020 → esm2022}/lib/pipes/shared-pipes.module.mjs +13 -13
  151. package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +41 -0
  152. package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +49 -0
  153. package/esm2022/lib/services/dom.service.mjs +59 -0
  154. package/esm2022/lib/services/history.service.mjs +53 -0
  155. package/esm2022/lib/services/multiple-selection.service.mjs +62 -0
  156. package/esm2022/lib/utils/html-container.class.mjs +30 -0
  157. package/{esm2020 → esm2022}/lib/utils/slection-item.interface.mjs +1 -1
  158. package/esm2022/lib/utils/uuid.mjs +8 -0
  159. package/esm2022/lib/wizi-components.module.mjs +34 -0
  160. package/{fesm2020 → fesm2022}/wizishop-angular-components.mjs +900 -903
  161. package/fesm2022/wizishop-angular-components.mjs.map +1 -0
  162. package/lib/components/ai-express/ai-express.component.d.ts +1 -1
  163. package/lib/components/alert/alert.component.d.ts +1 -1
  164. package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -1
  165. package/lib/components/block/block.component.d.ts +1 -1
  166. package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +1 -1
  167. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  168. package/lib/components/button/button.component.d.ts +1 -1
  169. package/lib/components/calendar/calendar.component.d.ts +1 -1
  170. package/lib/components/card-price/card-price.component.d.ts +1 -1
  171. package/lib/components/charging-bar/charging-bar.component.d.ts +1 -1
  172. package/lib/components/checkbox/checkbox.component.d.ts +1 -1
  173. package/lib/components/confirm-delete/confirm-delete.component.d.ts +1 -1
  174. package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -1
  175. package/lib/components/draganddrop-list/draganddrop-list.component.d.ts +1 -1
  176. package/lib/components/dropdown/dropdown.component.d.ts +1 -1
  177. package/lib/components/edit-in-place/edit-in-place.component.d.ts +1 -1
  178. package/lib/components/expanded-panel/expanded-panel.component.d.ts +1 -1
  179. package/lib/components/expansion/accordion/accordion.component.d.ts +1 -1
  180. package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts +1 -1
  181. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts +1 -1
  182. package/lib/components/filters/filters.component.d.ts +1 -1
  183. package/lib/components/free-popin/free-popin.component.d.ts +1 -1
  184. package/lib/components/google-preview/google-preview.component.d.ts +1 -1
  185. package/lib/components/header-page/header-page.component.d.ts +1 -1
  186. package/lib/components/hn/h1/h1.component.d.ts +1 -1
  187. package/lib/components/hn/h3/h3.component.d.ts +1 -1
  188. package/lib/components/hn/h4/h4.component.d.ts +1 -1
  189. package/lib/components/image/image.component.d.ts +1 -1
  190. package/lib/components/inputs/input/input.component.d.ts +1 -1
  191. package/lib/components/inputs/input-search/input-search.component.d.ts +1 -1
  192. package/lib/components/link/link.component.d.ts +1 -1
  193. package/lib/components/loader/loader.component.d.ts +1 -1
  194. package/lib/components/logo/logo.component.d.ts +1 -1
  195. package/lib/components/mosaic/mosaic.component.d.ts +3 -3
  196. package/lib/components/multiple-search/multiple-search.component.d.ts +1 -1
  197. package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +1 -2
  198. package/lib/components/optional-disable-container/optional-disable-container.component.d.ts +1 -1
  199. package/lib/components/pagination/pagination.component.d.ts +1 -1
  200. package/lib/components/popin/popin.component.d.ts +1 -1
  201. package/lib/components/progress-bar/progress-bar.component.d.ts +1 -1
  202. package/lib/components/radio-legacy/radio.component.d.ts +1 -1
  203. package/lib/components/row/row.component.d.ts +1 -1
  204. package/lib/components/search/search.component.d.ts +1 -1
  205. package/lib/components/select/option/select-option.directive.d.ts +1 -1
  206. package/lib/components/select/select/select.component.d.ts +1 -1
  207. package/lib/components/select/select/select.directive.d.ts +1 -1
  208. package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts +1 -1
  209. package/lib/components/select-in-text/select-in-text.component.d.ts +1 -1
  210. package/lib/components/selected-list/selected-list.component.d.ts +1 -1
  211. package/lib/components/separator/separator.component.d.ts +1 -1
  212. package/lib/components/shared-components.module.d.ts +34 -35
  213. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  214. package/lib/components/state/state.component.d.ts +1 -1
  215. package/lib/components/summary/summary.component.d.ts +1 -1
  216. package/lib/components/switch/switch.component.d.ts +1 -1
  217. package/lib/components/table/directives/checkBoxRow.directive.d.ts +1 -1
  218. package/lib/components/table/directives/column.directive.d.ts +1 -1
  219. package/lib/components/table/directives/columnHeader.directive.d.ts +1 -1
  220. package/lib/components/table/table.component.d.ts +1 -1
  221. package/lib/components/tabs/tab/tab.component.d.ts +1 -1
  222. package/lib/components/tabs/tab-body/tab-body.component.d.ts +1 -1
  223. package/lib/components/tabs/tabs.component.d.ts +1 -1
  224. package/lib/components/tag/tag.component.d.ts +1 -1
  225. package/lib/components/tag-dropdown/tag-dropdown.component.d.ts +1 -1
  226. package/lib/components/tag-label/tag-label.component.d.ts +1 -1
  227. package/lib/components/text/text.component.d.ts +1 -1
  228. package/lib/components/text-area/text-area.component.d.ts +1 -1
  229. package/lib/components/token-check/token-check.component.d.ts +1 -1
  230. package/lib/components/tooltip/tooltip.component.d.ts +1 -1
  231. package/lib/components/tree/tree.component.d.ts +1 -1
  232. package/lib/components/upload/upload.component.d.ts +1 -1
  233. package/lib/components/wrapper/wrapper.component.d.ts +1 -1
  234. package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +1 -1
  235. package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +1 -1
  236. package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +1 -1
  237. package/lib/directives/auto-hide/auto-hide.directive.d.ts +1 -1
  238. package/lib/directives/keyboard-events/only-numbers.directive.d.ts +1 -1
  239. package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts +1 -1
  240. package/lib/directives/ng-var.directive.d.ts +1 -1
  241. package/lib/directives/scroll-to/scroll-to.directive.d.ts +1 -1
  242. package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +1 -1
  243. package/package.json +31 -35
  244. package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +0 -21
  245. package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +0 -41
  246. package/esm2020/lib/components/back/back.component.mjs +0 -12
  247. package/esm2020/lib/components/block/block.component.mjs +0 -124
  248. package/esm2020/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
  249. package/esm2020/lib/components/button/button.component.mjs +0 -200
  250. package/esm2020/lib/components/calendar/calendar.component.mjs +0 -237
  251. package/esm2020/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
  252. package/esm2020/lib/components/delete/delete.component.mjs +0 -12
  253. package/esm2020/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
  254. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -26
  255. package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
  256. package/esm2020/lib/components/expansion/accordion/accordion.component.mjs +0 -74
  257. package/esm2020/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
  258. package/esm2020/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
  259. package/esm2020/lib/components/filters/filters.component.mjs +0 -41
  260. package/esm2020/lib/components/free-popin/free-popin.component.mjs +0 -66
  261. package/esm2020/lib/components/header-page/header-page.component.mjs +0 -42
  262. package/esm2020/lib/components/hn/h2/h2.component.mjs +0 -13
  263. package/esm2020/lib/components/hn/h3/h3.component.mjs +0 -18
  264. package/esm2020/lib/components/hn/h4/h4.component.mjs +0 -18
  265. package/esm2020/lib/components/image/image.component.mjs +0 -17
  266. package/esm2020/lib/components/info/info.component.mjs +0 -12
  267. package/esm2020/lib/components/inputs/input/input.component.mjs +0 -184
  268. package/esm2020/lib/components/inputs/input-search/input-search.component.mjs +0 -65
  269. package/esm2020/lib/components/link/link.component.mjs +0 -57
  270. package/esm2020/lib/components/logo/logo.component.mjs +0 -20
  271. package/esm2020/lib/components/mosaic/mosaic.component.mjs +0 -84
  272. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +0 -115
  273. package/esm2020/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -100
  274. package/esm2020/lib/components/pagination/pagination.component.mjs +0 -50
  275. package/esm2020/lib/components/pagination/pagination.module.mjs +0 -33
  276. package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
  277. package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
  278. package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
  279. package/esm2020/lib/components/popin/popin.component.mjs +0 -73
  280. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +0 -75
  281. package/esm2020/lib/components/radio/radio.component.mjs +0 -38
  282. package/esm2020/lib/components/radio-legacy/radio.component.mjs +0 -58
  283. package/esm2020/lib/components/row/row.component.mjs +0 -144
  284. package/esm2020/lib/components/search/search.component.mjs +0 -86
  285. package/esm2020/lib/components/select/option/select-option.directive.mjs +0 -98
  286. package/esm2020/lib/components/select/select/select.component.mjs +0 -198
  287. package/esm2020/lib/components/select/select/select.directive.mjs +0 -175
  288. package/esm2020/lib/components/select/select/value-change.service.mjs +0 -190
  289. package/esm2020/lib/components/select-in-text/select-in-text.component.mjs +0 -103
  290. package/esm2020/lib/components/selected-list/selected-list.component.mjs +0 -62
  291. package/esm2020/lib/components/separator/separator.component.mjs +0 -17
  292. package/esm2020/lib/components/settings/settings.component.mjs +0 -12
  293. package/esm2020/lib/components/shared-components.module.mjs +0 -438
  294. package/esm2020/lib/components/snackbar/snackbar.component.mjs +0 -85
  295. package/esm2020/lib/components/state/state.component.mjs +0 -16
  296. package/esm2020/lib/components/summary/summary.component.mjs +0 -41
  297. package/esm2020/lib/components/switch/switch.component.mjs +0 -89
  298. package/esm2020/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
  299. package/esm2020/lib/components/table/directives/column.directive.mjs +0 -42
  300. package/esm2020/lib/components/table/directives/columnHeader.directive.mjs +0 -199
  301. package/esm2020/lib/components/table/shared/filters-table.service.mjs +0 -68
  302. package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
  303. package/esm2020/lib/components/table/table.component.mjs +0 -146
  304. package/esm2020/lib/components/tabs/tabs.component.mjs +0 -99
  305. package/esm2020/lib/components/text-area/text-area.component.mjs +0 -99
  306. package/esm2020/lib/components/tooltip/tooltip.component.mjs +0 -30
  307. package/esm2020/lib/components/upload/upload.component.mjs +0 -36
  308. package/esm2020/lib/components/wrapper/wrapper.component.mjs +0 -18
  309. package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
  310. package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
  311. package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
  312. package/esm2020/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
  313. package/esm2020/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
  314. package/esm2020/lib/directives/ng-var.directive.mjs +0 -32
  315. package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
  316. package/esm2020/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
  317. package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
  318. package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
  319. package/esm2020/lib/services/dom.service.mjs +0 -59
  320. package/esm2020/lib/services/history.service.mjs +0 -53
  321. package/esm2020/lib/services/multiple-selection.service.mjs +0 -62
  322. package/esm2020/lib/utils/html-container.class.mjs +0 -30
  323. package/esm2020/lib/utils/uuid.mjs +0 -8
  324. package/esm2020/lib/wizi-components.module.mjs +0 -34
  325. package/fesm2015/wizishop-angular-components.mjs +0 -7029
  326. package/fesm2015/wizishop-angular-components.mjs.map +0 -1
  327. package/fesm2020/wizishop-angular-components.mjs.map +0 -1
  328. package/wizishop-angular-components-15.1.114.tgz +0 -0
  329. /package/{esm2020 → esm2022}/lib/animations/show/opacity.animation.mjs +0 -0
  330. /package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -0
  331. /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -0
  332. /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.token.mjs +0 -0
  333. /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -0
  334. /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -0
  335. /package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -0
  336. /package/{esm2020 → esm2022}/lib/components/select/call-to-action.model.mjs +0 -0
  337. /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.interface.mjs +0 -0
  338. /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.token.mjs +0 -0
  339. /package/{esm2020 → esm2022}/lib/components/select/select-items.dto.mjs +0 -0
  340. /package/{esm2020 → esm2022}/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -0
  341. /package/{esm2020 → esm2022}/lib/components/tree/tree.dto.mjs +0 -0
  342. /package/{esm2020 → esm2022}/lib/utils/array.mjs +0 -0
  343. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
  344. /package/{esm2020 → esm2022}/wizishop-angular-components.mjs +0 -0
@@ -140,32 +140,32 @@ $wac-token-dark: #E8BF09!default;
140
140
  $wac-token-main: #1D2A3B!default;
141
141
  $wac-token-disabled: #EFF2F4!default;
142
142
  $wac-token-disabled-dark: #8A98B2!default;
143
- .zindexToggle {
144
- z-index: 9!important;
145
- position: relative;
146
- }
147
-
148
- .field-label .label {
149
- font-size: rem(14);
150
- }
151
-
152
- .date-item, .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
153
- width: rem(32);
154
- height: rem(32);
155
- }
156
-
157
- .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
158
- width: rem(36);
159
- height: rem(36);
160
- }
161
-
162
- .wac-table__head__cell--checkbox .wac-field-checkbox.alone .is-checkradio[type=checkbox]:not(:checked) + label:before {
163
- background-color: $wac-white;
164
- }
165
-
166
- .wac-table__head__cell--checkbox .wac-field-checkbox__row {
167
- transform: translateX(5px);
168
- }
143
+ .zindexToggle {
144
+ z-index: 9!important;
145
+ position: relative;
146
+ }
147
+
148
+ .field-label .label {
149
+ font-size: rem(14);
150
+ }
151
+
152
+ .date-item, .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
153
+ width: rem(32);
154
+ height: rem(32);
155
+ }
156
+
157
+ .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
158
+ width: rem(36);
159
+ height: rem(36);
160
+ }
161
+
162
+ .wac-table__head__cell--checkbox .wac-field-checkbox.alone .is-checkradio[type=checkbox]:not(:checked) + label:before {
163
+ background-color: $wac-white;
164
+ }
165
+
166
+ .wac-table__head__cell--checkbox .wac-field-checkbox__row {
167
+ transform: translateX(5px);
168
+ }
169
169
  .wac-ai-express {
170
170
  position: relative;
171
171
  width: 100%;
@@ -758,33 +758,33 @@ $wac-token-disabled-dark: #8A98B2!default;
758
758
  }
759
759
 
760
760
  }
761
- .wac-back {
762
- width: 40px;
763
- height: 40px;
764
-
765
- &__wrapper {
766
- @include flexbox();
767
- @include justify-content(center);
768
- @include align-items(center);
769
- width: 100%;
770
- height: 100%;
771
- border-radius: 3px;
772
- border: 1px solid $wac-border-light;
773
- background-color: transparent;
774
- transition: border-color 0.3s ease-in-out;
775
-
776
- i {
777
- color: $wac-second-color;
778
- font-size: 11px;
779
- line-height: 14px;
780
- }
781
-
782
- &:hover {
783
- border-color: $wac-back-border-hover;
784
- transition: border-color 0.3s ease-in-out;
785
- }
786
- }
787
- }
761
+ .wac-back {
762
+ width: 40px;
763
+ height: 40px;
764
+
765
+ &__wrapper {
766
+ @include flexbox();
767
+ @include justify-content(center);
768
+ @include align-items(center);
769
+ width: 100%;
770
+ height: 100%;
771
+ border-radius: 3px;
772
+ border: 1px solid $wac-border-light;
773
+ background-color: transparent;
774
+ transition: border-color 0.3s ease-in-out;
775
+
776
+ i {
777
+ color: $wac-second-color;
778
+ font-size: 11px;
779
+ line-height: 14px;
780
+ }
781
+
782
+ &:hover {
783
+ border-color: $wac-back-border-hover;
784
+ transition: border-color 0.3s ease-in-out;
785
+ }
786
+ }
787
+ }
788
788
  wac-block {
789
789
  .wac-block {
790
790
  background-color: $white;
@@ -1078,7 +1078,8 @@ wac-block {
1078
1078
  @include justify-content(center);
1079
1079
  @include align-items(center);
1080
1080
  position: relative;
1081
- padding: 11px 19px;
1081
+ display: block;
1082
+ padding: 7px 19px;
1082
1083
  border-style: solid;
1083
1084
  border-width: 1px;
1084
1085
  border-radius: 3px;
@@ -3875,90 +3876,90 @@ wac-calendar {
3875
3876
  .wac-draganddrop-list__wrapper.cdk-drop-list-dragging .wac-draganddrop-list__wrapper__item:not(.cdk-drag-placeholder) {
3876
3877
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
3877
3878
  }
3878
- .wac-dropdown {
3879
- display: inline-block;
3880
- width: 40px;
3881
- height: 40px;
3882
-
3883
- &__wrapper {
3884
- @include flexbox();
3885
- @include justify-content(center);
3886
- @include align-items(center);
3887
- width: 100%;
3888
- height: 100%;
3889
- position: relative;
3890
-
3891
- &__icon {
3892
- font-size: 30px;
3893
- line-height: 18px;
3894
- color: $wac-second-color;
3895
- transition: color 0.3s ease, transform 0.3s ease;
3896
- }
3897
-
3898
- &__sublevel {
3899
- position: absolute;
3900
- min-width: 160px;
3901
- top: 100%;
3902
- right: 0;
3903
- z-index: -1;
3904
- opacity: 0;
3905
- background-color: $wac-white;
3906
- border-radius: rem(3);
3907
- box-shadow: 0px 2px 5px $wac-info-box-shadow;
3908
- visibility: hidden;
3909
- transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
3910
-
3911
- &__container {
3912
- padding: 10px 10px;
3913
- border: 1px solid $wac-border-color;
3914
- border-radius: 3px;
3915
-
3916
- &__item {
3917
- padding: 5.7px 10px;
3918
- font-size: 14px;
3919
- line-height: 24px;
3920
- color: $wac-second-color;
3921
- cursor: pointer;
3922
- transition: background-color 0.3s ease, color 0.3s ease;
3923
- display: flex;
3924
- justify-content: flex-start;
3925
- align-items: center;
3926
- align-content: center;
3927
-
3928
- i {
3929
- min-width: 15px;
3930
- margin-right: 5px;
3931
- text-align: center;
3932
- }
3933
- span {
3934
- white-space: nowrap;
3935
- }
3936
-
3937
- &:hover {
3938
- background-color: $wac-gray-background;
3939
- transition: background-color 0.3s ease, color 0.3s ease;
3940
- color: $wac-input-active-color;
3941
- }
3942
- }
3943
- }
3944
- }
3945
-
3946
- &:hover {
3947
- .wac-dropdown__wrapper__icon {
3948
- color: $wac-wizishop-blue;
3949
- transform: rotate(90deg);
3950
- transition: color 0.3s ease, transform 0.3s ease;
3951
- }
3952
-
3953
- .wac-dropdown__wrapper__sublevel {
3954
- visibility: visible;
3955
- opacity: 1;
3956
- z-index: 2;
3957
- transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
3958
- }
3959
- }
3960
- }
3961
- }
3879
+ .wac-dropdown {
3880
+ display: inline-block;
3881
+ width: 40px;
3882
+ height: 40px;
3883
+
3884
+ &__wrapper {
3885
+ @include flexbox();
3886
+ @include justify-content(center);
3887
+ @include align-items(center);
3888
+ width: 100%;
3889
+ height: 100%;
3890
+ position: relative;
3891
+
3892
+ &__icon {
3893
+ font-size: 30px;
3894
+ line-height: 18px;
3895
+ color: $wac-second-color;
3896
+ transition: color 0.3s ease, transform 0.3s ease;
3897
+ }
3898
+
3899
+ &__sublevel {
3900
+ position: absolute;
3901
+ min-width: 160px;
3902
+ top: 100%;
3903
+ right: 0;
3904
+ z-index: -1;
3905
+ opacity: 0;
3906
+ background-color: $wac-white;
3907
+ border-radius: rem(3);
3908
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
3909
+ visibility: hidden;
3910
+ transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
3911
+
3912
+ &__container {
3913
+ padding: 10px 10px;
3914
+ border: 1px solid $wac-border-color;
3915
+ border-radius: 3px;
3916
+
3917
+ &__item {
3918
+ padding: 5.7px 10px;
3919
+ font-size: 14px;
3920
+ line-height: 24px;
3921
+ color: $wac-second-color;
3922
+ cursor: pointer;
3923
+ transition: background-color 0.3s ease, color 0.3s ease;
3924
+ display: flex;
3925
+ justify-content: flex-start;
3926
+ align-items: center;
3927
+ align-content: center;
3928
+
3929
+ i {
3930
+ min-width: 15px;
3931
+ margin-right: 5px;
3932
+ text-align: center;
3933
+ }
3934
+ span {
3935
+ white-space: nowrap;
3936
+ }
3937
+
3938
+ &:hover {
3939
+ background-color: $wac-gray-background;
3940
+ transition: background-color 0.3s ease, color 0.3s ease;
3941
+ color: $wac-input-active-color;
3942
+ }
3943
+ }
3944
+ }
3945
+ }
3946
+
3947
+ &:hover {
3948
+ .wac-dropdown__wrapper__icon {
3949
+ color: $wac-wizishop-blue;
3950
+ transform: rotate(90deg);
3951
+ transition: color 0.3s ease, transform 0.3s ease;
3952
+ }
3953
+
3954
+ .wac-dropdown__wrapper__sublevel {
3955
+ visibility: visible;
3956
+ opacity: 1;
3957
+ z-index: 2;
3958
+ transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
3959
+ }
3960
+ }
3961
+ }
3962
+ }
3962
3963
  .wac-edit-in-place.nwb-wrapper {
3963
3964
  display: inline-block;
3964
3965
  position: relative;
@@ -4243,276 +4244,276 @@ wac-calendar {
4243
4244
  }
4244
4245
  }
4245
4246
  }
4246
- .wac-filters {
4247
+ .wac-filters {
4248
+ width: 100%;
4249
+ &__wrapper {
4250
+ width: 100%;
4251
+ display: flex;
4252
+ flex-wrap: wrap;
4253
+ justify-content: flex-start;
4254
+ align-items: center;
4255
+ align-content: center;
4256
+ button {
4257
+ position: relative;
4258
+ width: auto;
4259
+ display: flex;
4260
+ align-items: center;
4261
+ font-size: rem(14);
4262
+ line-height: rem(16);
4263
+ font-weight: 400;
4264
+ color: $wac-second-color;
4265
+ border: 1px solid $wac-border-light;
4266
+ border-radius: 3px;
4267
+ background: transparent;
4268
+ box-shadow: none;
4269
+ margin-bottom: rem(10);
4270
+ transition: 0.3s ease;
4271
+ cursor: pointer;
4272
+ padding: 12px 20px;
4273
+ .event {
4274
+ position: absolute;
4275
+ top: 0;
4276
+ left: 0;
4277
+ width: 100%;
4278
+ height: 100%;
4279
+ z-index: 2;
4280
+ display: inline-block;
4281
+ }
4282
+ i {
4283
+ color: $wac-main-text;
4284
+ font-size: rem(14);
4285
+ margin: 0 rem(10) 0 0;
4286
+ }
4287
+ &:hover,
4288
+ &:focus,
4289
+ &.active {
4290
+ border-color: $wac-wizishop-blue;
4291
+ color: $wac-main-text;
4292
+ }
4293
+ &:not(:last-child) {
4294
+ margin: 0 rem(10) rem(10) 0;
4295
+ }
4296
+ }
4297
+ > span {
4298
+ position: relative;
4299
+ color: $wac-link-color;
4300
+ display: inline-block;
4301
+ transition: 0.3s ease;
4302
+ font-size: rem(14);
4303
+ line-height: rem(16);
4304
+ margin: 0 0 0 rem(30);
4305
+ cursor: pointer;
4306
+ z-index: 1;
4307
+ &:before {
4308
+ content: '';
4309
+ display: block;
4310
+ position: absolute;
4311
+ width: 100%;
4312
+ max-width: 0;
4313
+ height: 1px;
4314
+ border-radius: 3px;
4315
+ background-color: darken($wac-link-color, 15%);
4316
+ left: 0;
4317
+ bottom: -2px;
4318
+ transition: 0.3s ease;
4319
+ }
4320
+ &:hover,
4321
+ &:focus {
4322
+ color: darken($wac-link-color, 15%);
4323
+ &:before {
4324
+ max-width: 100%;
4325
+ }
4326
+ }
4327
+ }
4328
+ }
4329
+ }
4330
+ .wac-free-popin {
4331
+ height: 100%;
4332
+ width: 100%;
4333
+ width: 100vw;
4334
+ height: 100vh;
4335
+ position: fixed;
4336
+ top: 0;
4337
+ left: 0;
4338
+
4339
+ &__wrapper {
4340
+ background-color: white;
4341
+ border: 1px solid $wac-border-color;
4342
+ border-radius: 3px;
4343
+ margin: auto;
4344
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4345
+ position: absolute;
4346
+ left: 50%;
4347
+ top: 50%;
4348
+ transform: translate(-50%, -50%);
4349
+ padding: 50px;
4350
+ z-index: 3;
4351
+ max-height: 90vh;
4352
+ display: flex;
4353
+ flex-wrap: nowrap;
4354
+ flex-direction: column;
4355
+ justify-content: center;
4356
+ align-items: center;
4357
+ width: 100%;
4358
+ max-width: 575px;
4359
+ overflow: hidden;
4360
+
4361
+ &__content {
4362
+ position: relative;
4363
+ overflow: hidden;
4364
+ display: flex;
4365
+ > * {
4366
+ height: auto;
4367
+ }
4368
+ }
4369
+
4370
+ div:not([class]) {
4371
+ width: 100%;
4372
+ margin: 0 0 17px;
4373
+ }
4374
+
4375
+ > * {
4376
+ width: 100%;
4377
+ }
4378
+
4379
+ &__button-close {
4380
+ position: absolute;
4381
+ top: 10px;
4382
+ right: 10px;
4383
+ width: 30px;
4384
+ height: 30px;
4385
+ border-radius: 50%;
4386
+ display: flex;
4387
+ justify-content: center;
4388
+ align-items: center;
4389
+ background-color: $wac-popin-btn-close;
4390
+ transition: .3s ease;
4391
+ i {
4392
+ color: $wac-second-color;
4393
+ font-size: 14px;
4394
+ font-weight: 400;
4395
+ }
4396
+ &:hover, &:focus {
4397
+ background-color: $wac-main-text;
4398
+ i {
4399
+ color: $wac-white;
4400
+ }
4401
+ }
4402
+ }
4403
+
4404
+ h1 {
4405
+ font-size: rem(30);
4406
+ line-height: rem(35);
4407
+ font-weight: 600;
4408
+ color: $wac-main-text;
4409
+ }
4410
+
4411
+ h2 {
4412
+ font-size: rem(18);
4413
+ line-height: rem(21);
4414
+ font-weight: 500;
4415
+ color: $wac-main-text;
4416
+ }
4417
+
4418
+ h3 {
4419
+ font-size: rem(16);
4420
+ line-height: rem(19);
4421
+ font-weight: 500;
4422
+ color: $wac-main-text;
4423
+ }
4424
+
4425
+ h4 {
4426
+ font-size: rem(14);
4427
+ line-height: rem(16);
4428
+ font-weight: 500;
4429
+ color: $wac-main-text;
4430
+ }
4431
+
4432
+ img {
4433
+ width: auto;
4434
+ height: auto;
4435
+ margin: 0 auto;
4436
+ }
4437
+
4438
+ &__title {
4439
+ font: normal normal bold 20px/25px sans-serif;
4440
+ color: $wac-main-text;
4441
+ }
4442
+
4443
+ &__buttons {
4444
+ width: 100%;
4445
+ display: flex;
4446
+ flex-direction: column;
4447
+ align-items: center;
4448
+ margin: 30px 0 0;
4449
+ &__button {
4450
+ margin: 10px;
4451
+ width: auto;
4452
+ }
4453
+ }
4454
+ }
4455
+ &__background {
4456
+ z-index: 1;
4457
+ position: absolute;
4458
+ top: 0;
4459
+ left: 0;
4460
+ width: 100%;
4461
+ height: 100%;
4462
+ background-color: transparentize($wac-main-text, .5);
4463
+ }
4464
+ }
4465
+
4466
+ .wac-free-popin .ps-content > * {
4467
+ padding-right: 15px;
4468
+ }
4469
+ .wac-google-preview {
4470
+ padding: 30px;
4471
+ border: 1px solid $wac-google-preview-border;
4247
4472
  width: 100%;
4248
- &__wrapper {
4473
+ display: flex;
4474
+ flex-direction: column;
4475
+ align-items: flex-start;
4476
+ justify-content: flex-start;
4477
+ font-family: 'Arial', sans-serif;
4478
+ overflow: hidden;
4479
+ &__url {
4249
4480
  width: 100%;
4250
- display: flex;
4251
- flex-wrap: wrap;
4252
- justify-content: flex-start;
4253
- align-items: center;
4254
- align-content: center;
4255
- button {
4256
- position: relative;
4257
- width: auto;
4258
- display: flex;
4259
- align-items: center;
4260
- font-size: rem(14);
4261
- line-height: rem(16);
4262
- font-weight: 400;
4263
- color: $wac-second-color;
4264
- border: 1px solid $wac-border-light;
4265
- border-radius: 3px;
4266
- background: transparent;
4267
- box-shadow: none;
4268
- margin-bottom: rem(10);
4269
- transition: 0.3s ease;
4270
- cursor: pointer;
4271
- padding: 12px 20px;
4272
- .event {
4273
- position: absolute;
4274
- top: 0;
4275
- left: 0;
4276
- width: 100%;
4277
- height: 100%;
4278
- z-index: 2;
4279
- display: inline-block;
4280
- }
4281
- i {
4282
- color: $wac-main-text;
4283
- font-size: rem(14);
4284
- margin: 0 rem(10) 0 0;
4285
- }
4286
- &:hover,
4287
- &:focus,
4288
- &.active {
4289
- border-color: $wac-wizishop-blue;
4290
- color: $wac-main-text;
4291
- }
4292
- &:not(:last-child) {
4293
- margin: 0 rem(10) rem(10) 0;
4294
- }
4295
- }
4296
- > span {
4297
- position: relative;
4298
- color: $wac-link-color;
4299
- display: inline-block;
4300
- transition: 0.3s ease;
4301
- font-size: rem(14);
4302
- line-height: rem(16);
4303
- margin: 0 0 0 rem(30);
4304
- cursor: pointer;
4305
- z-index: 1;
4306
- &:before {
4307
- content: '';
4308
- display: block;
4309
- position: absolute;
4310
- width: 100%;
4311
- max-width: 0;
4312
- height: 1px;
4313
- border-radius: 3px;
4314
- background-color: darken($wac-link-color, 15%);
4315
- left: 0;
4316
- bottom: -2px;
4317
- transition: 0.3s ease;
4318
- }
4319
- &:hover,
4320
- &:focus {
4321
- color: darken($wac-link-color, 15%);
4322
- &:before {
4323
- max-width: 100%;
4324
- }
4325
- }
4326
- }
4481
+ white-space: nowrap;
4482
+ text-overflow: ellipsis;
4483
+ overflow: hidden;
4484
+ color: $wac-google-preview-url;
4485
+ font-size: rem(14);
4486
+ margin: 0 0 10px;
4487
+ line-height: rem(16);
4488
+ }
4489
+ &__title {
4490
+ width: 100%;
4491
+ color: $wac-google-preview-title;
4492
+ font-size: rem(20);
4493
+ line-height: rem(22);
4494
+ text-overflow: ellipsis;
4495
+ white-space: nowrap;
4496
+ overflow: hidden;
4497
+ margin: 0 0 rem(12);
4498
+ }
4499
+ &__description {
4500
+ width: 100%;
4501
+ font-size: rem(14);
4502
+ line-height: rem(24);
4503
+ overflow: hidden;
4504
+ color: $wac-google-preview-description;
4505
+ margin: 0;
4327
4506
  }
4328
4507
  }
4329
- .wac-free-popin {
4330
- height: 100%;
4508
+ .wac-header-page {
4331
4509
  width: 100%;
4332
- width: 100vw;
4333
- height: 100vh;
4334
- position: fixed;
4335
- top: 0;
4336
- left: 0;
4337
-
4338
- &__wrapper {
4339
- background-color: white;
4340
- border: 1px solid $wac-border-color;
4341
- border-radius: 3px;
4342
- margin: auto;
4343
- box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4344
- position: absolute;
4345
- left: 50%;
4346
- top: 50%;
4347
- transform: translate(-50%, -50%);
4348
- padding: 50px;
4349
- z-index: 3;
4350
- max-height: 90vh;
4351
- display: flex;
4352
- flex-wrap: nowrap;
4353
- flex-direction: column;
4354
- justify-content: center;
4355
- align-items: center;
4510
+ background-color: transparent;
4511
+ position: relative;
4512
+ z-index: 2;
4513
+ &__maxWidth {
4356
4514
  width: 100%;
4357
- max-width: 575px;
4358
- overflow: hidden;
4359
-
4360
- &__content {
4361
- position: relative;
4362
- overflow: hidden;
4363
- display: flex;
4364
- > * {
4365
- height: auto;
4366
- }
4367
- }
4368
-
4369
- div:not([class]) {
4370
- width: 100%;
4371
- margin: 0 0 17px;
4372
- }
4373
-
4374
- > * {
4375
- width: 100%;
4376
- }
4377
-
4378
- &__button-close {
4379
- position: absolute;
4380
- top: 10px;
4381
- right: 10px;
4382
- width: 30px;
4383
- height: 30px;
4384
- border-radius: 50%;
4385
- display: flex;
4386
- justify-content: center;
4387
- align-items: center;
4388
- background-color: $wac-popin-btn-close;
4389
- transition: .3s ease;
4390
- i {
4391
- color: $wac-second-color;
4392
- font-size: 14px;
4393
- font-weight: 400;
4394
- }
4395
- &:hover, &:focus {
4396
- background-color: $wac-main-text;
4397
- i {
4398
- color: $wac-white;
4399
- }
4400
- }
4401
- }
4402
-
4403
- h1 {
4404
- font-size: rem(30);
4405
- line-height: rem(35);
4406
- font-weight: 600;
4407
- color: $wac-main-text;
4408
- }
4409
-
4410
- h2 {
4411
- font-size: rem(18);
4412
- line-height: rem(21);
4413
- font-weight: 500;
4414
- color: $wac-main-text;
4415
- }
4416
-
4417
- h3 {
4418
- font-size: rem(16);
4419
- line-height: rem(19);
4420
- font-weight: 500;
4421
- color: $wac-main-text;
4422
- }
4423
-
4424
- h4 {
4425
- font-size: rem(14);
4426
- line-height: rem(16);
4427
- font-weight: 500;
4428
- color: $wac-main-text;
4429
- }
4430
-
4431
- img {
4432
- width: auto;
4433
- height: auto;
4434
- margin: 0 auto;
4435
- }
4436
-
4437
- &__title {
4438
- font: normal normal bold 20px/25px sans-serif;
4439
- color: $wac-main-text;
4440
- }
4441
-
4442
- &__buttons {
4443
- width: 100%;
4444
- display: flex;
4445
- flex-direction: column;
4446
- align-items: center;
4447
- margin: 30px 0 0;
4448
- &__button {
4449
- margin: 10px;
4450
- width: auto;
4451
- }
4452
- }
4453
- }
4454
- &__background {
4455
- z-index: 1;
4456
- position: absolute;
4457
- top: 0;
4458
- left: 0;
4459
- width: 100%;
4460
- height: 100%;
4461
- background-color: transparentize($wac-main-text, .5);
4462
- }
4463
- }
4464
-
4465
- .wac-free-popin .ps-content > * {
4466
- padding-right: 15px;
4467
- }
4468
- .wac-google-preview {
4469
- padding: 30px;
4470
- border: 1px solid $wac-google-preview-border;
4471
- width: 100%;
4472
- display: flex;
4473
- flex-direction: column;
4474
- align-items: flex-start;
4475
- justify-content: flex-start;
4476
- font-family: 'Arial', sans-serif;
4477
- overflow: hidden;
4478
- &__url {
4479
- width: 100%;
4480
- white-space: nowrap;
4481
- text-overflow: ellipsis;
4482
- overflow: hidden;
4483
- color: $wac-google-preview-url;
4484
- font-size: rem(14);
4485
- margin: 0 0 10px;
4486
- line-height: rem(16);
4487
- }
4488
- &__title {
4489
- width: 100%;
4490
- color: $wac-google-preview-title;
4491
- font-size: rem(20);
4492
- line-height: rem(22);
4493
- text-overflow: ellipsis;
4494
- white-space: nowrap;
4495
- overflow: hidden;
4496
- margin: 0 0 rem(12);
4497
- }
4498
- &__description {
4499
- width: 100%;
4500
- font-size: rem(14);
4501
- line-height: rem(24);
4502
- overflow: hidden;
4503
- color: $wac-google-preview-description;
4504
- margin: 0;
4505
- }
4506
- }
4507
- .wac-header-page {
4508
- width: 100%;
4509
- background-color: transparent;
4510
- position: relative;
4511
- z-index: 2;
4512
- &__maxWidth {
4513
- width: 100%;
4514
- margin: 0 auto;
4515
- &__top {
4515
+ margin: 0 auto;
4516
+ &__top {
4516
4517
  width: 100%;
4517
4518
  display: flex;
4518
4519
  justify-content: space-between;
@@ -4624,89 +4625,89 @@ wac-calendar {
4624
4625
  }
4625
4626
  }
4626
4627
  }
4627
- .wac-image {
4628
- width: 60px;
4629
- height: 60px;
4630
-
4631
- &__wrapper {
4632
- @include flexbox();
4633
- @include justify-content(center);
4634
- @include align-items(center);
4635
- width: 100%;
4636
- height: 100%;
4637
- border-radius: 3px;
4638
- border: 1px solid $wac-border-light;
4639
- background-position: center;
4640
- background-size: contain;
4641
- background-repeat: no-repeat;
4642
-
4643
- &.empty {
4644
- background-color: $wac-gray-background;
4645
- }
4646
-
4647
- i {
4648
- color: $wac-border-form;
4649
- font-size: 25px;
4650
- line-height: 23px;
4651
- }
4652
- }
4653
- }
4654
- .wac-info {
4655
- display: inline-block;
4656
- width: 40px;
4657
- height: 40px;
4658
-
4659
- &__wrapper {
4660
- @include flexbox();
4661
- @include justify-content(center);
4662
- @include align-items(center);
4663
- width: 100%;
4664
- height: 100%;
4665
- position: relative;
4666
-
4667
- i {
4668
- font-size: 14px;
4669
- line-height: 25px;
4670
- color: $wac-second-color;
4671
- transition: color 0.3s ease-in-out;
4672
- }
4673
-
4674
- &__sublevel {
4675
- position: absolute;
4676
- width: 350px;
4677
- top: 13px;
4678
- left: 100%;
4679
- z-index: -1;
4680
- opacity: 0;
4681
- background-color: $wac-white;
4682
- border-radius: rem(3);
4683
- box-shadow: 0px 2px 5px $wac-info-box-shadow;
4684
- visibility: hidden;
4685
- transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4686
-
4687
- &__container {
4688
- padding: 15px 20px;
4689
- font-size: rem(14);
4690
- line-height: rem(25);
4691
- color: $wac-second-color;
4692
- }
4693
- }
4694
-
4695
- &:hover {
4696
- i {
4697
- color: $wac-input-active-color;
4698
- transition: color 0.3s ease-in-out;
4699
- }
4700
-
4701
- .wac-info__wrapper__sublevel {
4702
- visibility: visible;
4703
- opacity: 1;
4704
- z-index: 2;
4705
- transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4706
- }
4707
- }
4708
- }
4709
- }
4628
+ .wac-image {
4629
+ width: 60px;
4630
+ height: 60px;
4631
+
4632
+ &__wrapper {
4633
+ @include flexbox();
4634
+ @include justify-content(center);
4635
+ @include align-items(center);
4636
+ width: 100%;
4637
+ height: 100%;
4638
+ border-radius: 3px;
4639
+ border: 1px solid $wac-border-light;
4640
+ background-position: center;
4641
+ background-size: contain;
4642
+ background-repeat: no-repeat;
4643
+
4644
+ &.empty {
4645
+ background-color: $wac-gray-background;
4646
+ }
4647
+
4648
+ i {
4649
+ color: $wac-border-form;
4650
+ font-size: 25px;
4651
+ line-height: 23px;
4652
+ }
4653
+ }
4654
+ }
4655
+ .wac-info {
4656
+ display: inline-block;
4657
+ width: 40px;
4658
+ height: 40px;
4659
+
4660
+ &__wrapper {
4661
+ @include flexbox();
4662
+ @include justify-content(center);
4663
+ @include align-items(center);
4664
+ width: 100%;
4665
+ height: 100%;
4666
+ position: relative;
4667
+
4668
+ i {
4669
+ font-size: 14px;
4670
+ line-height: 25px;
4671
+ color: $wac-second-color;
4672
+ transition: color 0.3s ease-in-out;
4673
+ }
4674
+
4675
+ &__sublevel {
4676
+ position: absolute;
4677
+ width: 350px;
4678
+ top: 13px;
4679
+ left: 100%;
4680
+ z-index: -1;
4681
+ opacity: 0;
4682
+ background-color: $wac-white;
4683
+ border-radius: rem(3);
4684
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
4685
+ visibility: hidden;
4686
+ transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4687
+
4688
+ &__container {
4689
+ padding: 15px 20px;
4690
+ font-size: rem(14);
4691
+ line-height: rem(25);
4692
+ color: $wac-second-color;
4693
+ }
4694
+ }
4695
+
4696
+ &:hover {
4697
+ i {
4698
+ color: $wac-input-active-color;
4699
+ transition: color 0.3s ease-in-out;
4700
+ }
4701
+
4702
+ .wac-info__wrapper__sublevel {
4703
+ visibility: visible;
4704
+ opacity: 1;
4705
+ z-index: 2;
4706
+ transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4707
+ }
4708
+ }
4709
+ }
4710
+ }
4710
4711
  .wac-link {
4711
4712
  position: relative;
4712
4713
  color: $wac-link-color;
@@ -4760,99 +4761,99 @@ wac-calendar {
4760
4761
  transition: opacity .3s ease 0s, visibility 0s linear .35s;
4761
4762
  }
4762
4763
  }
4763
- .wac-loader {
4764
- &.is-small {
4765
- position: absolute;
4766
- right: 0;
4767
- left: 0;
4768
- top: -70px;
4769
- transform: scale(0.6);
4770
- }
4771
- margin-bottom: rem(80);
4772
-
4773
- @keyframes rotate {
4774
- 0% {
4775
- transform: rotate(0deg);
4776
- }
4777
- 50% {
4778
- transform: rotate(180deg);
4779
- }
4780
- 100% {
4781
- transform: rotate(360deg);
4782
- }
4783
- }
4784
-
4785
- @keyframes rotate2 {
4786
- 0% {
4787
- transform: rotate(0deg);
4788
- border-top-color: $wac-color-loader;
4789
- }
4790
- 50% {
4791
- transform: rotate(180deg);
4792
- border-top-color: $wac-color-loader2;
4793
- }
4794
- 100% {
4795
- transform: rotate(360deg);
4796
- border-top-color: $wac-color-loader;
4797
- }
4798
- }
4799
-
4800
- @mixin loaderDivMixin {
4801
- border-radius: 50%;
4802
- padding: rem(8);
4803
- border: rem(2) solid transparent;
4804
- animation: rotate linear 3.5s infinite;
4805
- }
4806
-
4807
- .loader {
4808
- position: relative;
4809
- margin: rem(75) auto;
4810
- width: rem(150);
4811
- height: rem(150);
4812
- display: block;
4813
- overflow: hidden;
4814
- div {
4815
- height: 100%;
4816
- }
4817
- }
4818
-
4819
- /* loader 1 */
4820
- .loader1,
4821
- .loader1 div {
4822
- @include loaderDivMixin;
4823
- border-top-color: $wac-color-loader;
4824
- border-bottom-color: $wac-color-loader2;
4825
- }
4826
-
4827
- div:hover {
4828
- animation-play-state: paused;
4829
- }
4830
-
4831
- .loader,
4832
- .loader * {
4833
- will-change: transform;
4834
- }
4835
-
4836
- p {
4837
- margin-top: -50px;
4838
- font-weight: 500;
4839
- }
4840
- }
4841
- .wac-logo {
4842
- &__wrapper {
4843
- svg {
4844
- width: 128px !important;
4845
- }
4846
-
4847
- &.white {
4848
- .cls-0,
4849
- .cls-1,
4850
- .cls-2 {
4851
- fill: white;
4852
- }
4853
- }
4854
- }
4855
- }
4764
+ .wac-loader {
4765
+ &.is-small {
4766
+ position: absolute;
4767
+ right: 0;
4768
+ left: 0;
4769
+ top: -70px;
4770
+ transform: scale(0.6);
4771
+ }
4772
+ margin-bottom: rem(80);
4773
+
4774
+ @keyframes rotate {
4775
+ 0% {
4776
+ transform: rotate(0deg);
4777
+ }
4778
+ 50% {
4779
+ transform: rotate(180deg);
4780
+ }
4781
+ 100% {
4782
+ transform: rotate(360deg);
4783
+ }
4784
+ }
4785
+
4786
+ @keyframes rotate2 {
4787
+ 0% {
4788
+ transform: rotate(0deg);
4789
+ border-top-color: $wac-color-loader;
4790
+ }
4791
+ 50% {
4792
+ transform: rotate(180deg);
4793
+ border-top-color: $wac-color-loader2;
4794
+ }
4795
+ 100% {
4796
+ transform: rotate(360deg);
4797
+ border-top-color: $wac-color-loader;
4798
+ }
4799
+ }
4800
+
4801
+ @mixin loaderDivMixin {
4802
+ border-radius: 50%;
4803
+ padding: rem(8);
4804
+ border: rem(2) solid transparent;
4805
+ animation: rotate linear 3.5s infinite;
4806
+ }
4807
+
4808
+ .loader {
4809
+ position: relative;
4810
+ margin: rem(75) auto;
4811
+ width: rem(150);
4812
+ height: rem(150);
4813
+ display: block;
4814
+ overflow: hidden;
4815
+ div {
4816
+ height: 100%;
4817
+ }
4818
+ }
4819
+
4820
+ /* loader 1 */
4821
+ .loader1,
4822
+ .loader1 div {
4823
+ @include loaderDivMixin;
4824
+ border-top-color: $wac-color-loader;
4825
+ border-bottom-color: $wac-color-loader2;
4826
+ }
4827
+
4828
+ div:hover {
4829
+ animation-play-state: paused;
4830
+ }
4831
+
4832
+ .loader,
4833
+ .loader * {
4834
+ will-change: transform;
4835
+ }
4836
+
4837
+ p {
4838
+ margin-top: -50px;
4839
+ font-weight: 500;
4840
+ }
4841
+ }
4842
+ .wac-logo {
4843
+ &__wrapper {
4844
+ svg {
4845
+ width: 128px !important;
4846
+ }
4847
+
4848
+ &.white {
4849
+ .cls-0,
4850
+ .cls-1,
4851
+ .cls-2 {
4852
+ fill: white;
4853
+ }
4854
+ }
4855
+ }
4856
+ }
4856
4857
  .wac-mosaic {
4857
4858
  height: 450px;
4858
4859
  position: relative;
@@ -5593,326 +5594,326 @@ wac-optional-disable-container {
5593
5594
  }
5594
5595
  }
5595
5596
  }
5596
- }.wac-pagination {
5597
- width: 100%;
5598
-
5599
- &__wrapper {
5600
- @include flexbox();
5601
- @include justify-content(flex-end);
5602
- padding: 30px 0 0;
5603
-
5604
- &__page {
5605
- margin-right: 30px;
5606
- padding: 4px 0 5px 0;
5607
-
5608
- @include flexbox();
5609
-
5610
- p {
5611
- margin: 4px 11px 4px 0;
5612
- font-size: 14px;
5613
- line-height: 24px;
5614
- color: $wac-second-color;
5615
- }
5616
-
5617
- select {
5618
- width: 61px;
5619
- font-size: 14px;
5620
- line-height: 24px;
5621
- color: $wac-second-color;
5622
- padding: 3px 26px 3px 14px;
5597
+ }.wac-pagination {
5598
+ width: 100%;
5599
+
5600
+ &__wrapper {
5601
+ @include flexbox();
5602
+ @include justify-content(flex-end);
5603
+ padding: 30px 0 0;
5604
+
5605
+ &__page {
5606
+ margin-right: 30px;
5607
+ padding: 4px 0 5px 0;
5608
+
5609
+ @include flexbox();
5610
+
5611
+ p {
5612
+ margin: 4px 11px 4px 0;
5613
+ font-size: 14px;
5614
+ line-height: 24px;
5615
+ color: $wac-second-color;
5616
+ }
5617
+
5618
+ select {
5619
+ width: 61px;
5620
+ font-size: 14px;
5621
+ line-height: 24px;
5622
+ color: $wac-second-color;
5623
+ padding: 3px 26px 3px 14px;
5624
+ border: 1px solid $wac-border-form;
5625
+ border-radius: 3px;
5626
+ -webkit-appearance: none;
5627
+ -moz-appearance: none;
5628
+ text-indent: 0;
5629
+ text-overflow: '';
5630
+ background: transparent
5631
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
5632
+ top 8px right 12px / 10px 10px no-repeat;
5633
+ }
5634
+
5635
+ select::-ms-expand {
5636
+ display: none;
5637
+ }
5638
+ }
5639
+
5640
+ &__elements {
5641
+ margin-right: 30px;
5642
+
5643
+ p {
5644
+ margin: 8px 0 9px 0;
5645
+ font-size: 14px;
5646
+ line-height: 24px;
5647
+ color: $wac-dark;
5648
+ }
5649
+ }
5650
+
5651
+ &__arrows {
5652
+ @include flexbox();
5653
+
5654
+ &__arrow {
5655
+ width: 40px;
5656
+ height: 40px;
5657
+ padding: 9px 14px;
5658
+ border: 1px solid $wac-border-form;
5659
+ border-radius: 3px;
5660
+ cursor: pointer;
5661
+ transition: .3s ease;
5662
+
5663
+ &:hover, &:focus {
5664
+ &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5665
+ border: 1px solid $wac-wizishop-blue;
5666
+ }
5667
+ }
5668
+
5669
+ span {
5670
+ display: inline-block;
5671
+ width: 10px;
5672
+ height: 15px;
5673
+ }
5674
+
5675
+ &--left {
5676
+ margin-right: 10px;
5677
+
5678
+ span {
5679
+ background: transparent
5680
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
5681
+ center center / 10px 12px no-repeat;
5682
+ }
5683
+ }
5684
+
5685
+ &--right {
5686
+ span {
5687
+ background: transparent
5688
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
5689
+ center center / 10px 12px no-repeat;
5690
+ }
5691
+ }
5692
+
5693
+ &--disabled {
5694
+ border-color: $wac-background-color;
5695
+ background-color: $wac-background-color;
5696
+ cursor: not-allowed;
5697
+ }
5698
+ }
5699
+ }
5700
+ }
5701
+ }
5702
+ .wac-free {
5703
+ height: 100%;
5704
+ width: 100%;
5705
+ width: 100vw;
5706
+ height: 100vh;
5707
+ position: fixed;
5708
+ top: 0;
5709
+ left: 0;
5710
+ z-index: 9999;
5711
+
5712
+ &__wrapper {
5713
+ background-color: white;
5714
+ border: 1px solid $wac-border-color;
5715
+ border-radius: 3px;
5716
+ margin: auto;
5717
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5718
+ position: absolute;
5719
+ left: 50%;
5720
+ top: 50%;
5721
+ transform: translate(-50%, -50%);
5722
+ padding: 50px;
5723
+ z-index: 3;
5724
+ max-height: 90vh;
5725
+ display: flex;
5726
+ flex-wrap: nowrap;
5727
+ flex-direction: column;
5728
+ justify-content: center;
5729
+ align-items: center;
5730
+ width: 100%;
5731
+ max-width: 575px;
5732
+ overflow: hidden;
5733
+
5734
+ &__content {
5735
+ position: relative;
5736
+ overflow: hidden;
5737
+ display: flex;
5738
+
5739
+ }
5740
+
5741
+ div:not([class]) {
5742
+ width: 100%;
5743
+ margin: 0 0 20px;
5744
+ }
5745
+
5746
+ > * {
5747
+ width: 100%;
5748
+ }
5749
+
5750
+ &__button-close {
5751
+ position: absolute;
5752
+ top: 10px;
5753
+ right: 10px;
5754
+ width: 30px;
5755
+ height: 30px;
5756
+ border-radius: 50%;
5757
+ display: flex;
5758
+ justify-content: center;
5759
+ align-items: center;
5760
+ background-color: $wac-popin-btn-close;
5761
+ transition: .3s ease;
5762
+ i {
5763
+ color: $wac-second-color;
5764
+ font-size: 14px;
5765
+ font-weight: 400;
5766
+ }
5767
+ &:hover, &:focus {
5768
+ background-color: $wac-main-text;
5769
+ i {
5770
+ color: $wac-white;
5771
+ }
5772
+ }
5773
+ }
5774
+
5775
+ img {
5776
+ display: block;
5777
+ max-width: 200px;
5778
+ margin: 0 auto rem(20);
5779
+ }
5780
+
5781
+ h2 {
5782
+ font-size: rem(20);
5783
+ line-height: rem(25);
5784
+ margin: 0 0 rem(20);
5785
+ font-weight: 500;
5786
+ width: 100%;
5787
+ text-align: center;
5788
+ }
5789
+
5790
+ p {
5791
+ font-size: rem(14);
5792
+ line-height: rem(25);
5793
+ color: $wac-second-color;
5794
+ width: 100%;
5795
+ text-align: center;
5796
+ padding: 0;
5797
+ margin: 0;
5798
+ }
5799
+
5800
+ &__buttons {
5801
+ width: 100%;
5802
+ display: flex;
5803
+ flex-direction: column;
5804
+ align-items: center;
5805
+ margin: 30px 0 0;
5806
+ &__button {
5807
+ margin: 10px;
5808
+ width: auto;
5809
+ }
5810
+ }
5811
+ }
5812
+ &__background {
5813
+ z-index: 1;
5814
+ position: absolute;
5815
+ top: 0;
5816
+ left: 0;
5817
+ width: 100%;
5818
+ height: 100%;
5819
+ background-color: transparentize($wac-main-text, .5);
5820
+ }
5821
+ }
5822
+
5823
+ .wac-free .ps-content > * {
5824
+ padding-right: 15px;
5825
+ }
5826
+ .wac-progressBarContent {
5827
+ position: relative;
5828
+ width: 100%;
5829
+ display: block;
5830
+ .progressBar {
5831
+ position: relative;
5832
+ width: 88%;
5833
+ margin-bottom: 1rem;
5834
+ progress {
5835
+ &.progress {
5836
+ margin-bottom: 0;
5837
+ height: rem(2);
5838
+ &::-webkit-progress-value {
5839
+ transition: width 0.5s ease;
5840
+ }
5841
+ }
5842
+ }
5843
+ span {
5844
+ position: absolute;
5845
+ top: -4px;
5846
+ height: 11px;
5847
+ width: 11px;
5848
+ background-color: $wac-border-color;
5849
+ border-radius: 50%;
5850
+ }
5851
+ .is-danger {
5852
+ background-color: $wac-primary-button;
5853
+ &::-webkit-progress-value {
5854
+ background-color: $wac-primary-button;
5855
+ }
5856
+ }
5857
+ .is-warning {
5858
+ background-color: $wac-orange-color;
5859
+ &::-webkit-progress-value {
5860
+ background-color: $wac-orange-color;
5861
+ }
5862
+ }
5863
+ .is-success {
5864
+ background-color: $wac-green-color;
5865
+ &::-webkit-progress-value {
5866
+ background-color: $wac-green-color;
5867
+ }
5868
+ }
5869
+ }
5870
+ .size {
5871
+ display: inline;
5872
+ color: $wac-color-text-grey;
5873
+ position: absolute;
5874
+ right: 0;
5875
+ top: -9px;
5876
+ background: $wac-white;
5877
+ padding-left: 0.875rem;
5878
+ .is-success {
5879
+ color: $wac-green-color;
5880
+ }
5881
+ .is-warning {
5882
+ color: $wac-orange-color;
5883
+ }
5884
+ .is-danger {
5885
+ color: $wac-primary-button;
5886
+ }
5887
+ > span {
5888
+ font-size: rem(14) !important;
5889
+ line-height: 1;
5890
+ transform: translateY(-3px);
5891
+ display: inline-block;
5892
+ letter-spacing: 0;
5893
+ strong {
5894
+ letter-spacing: 0;
5895
+ font-weight: 600;
5896
+ }
5897
+ }
5898
+ }
5899
+ }
5900
+ .wac-radio {
5901
+ .is-checkradio[type='radio'] {
5902
+ outline: 0 !important;
5903
+ & + label {
5904
+ font-size: rem(14);
5905
+ line-height: rem(24);
5906
+ color: $wac-input-radio-color-label;
5907
+ padding-left: 30px;
5908
+ padding-right: 6px;
5909
+ margin-right: 0;
5910
+ outline: 0 !important;
5911
+ &:before {
5912
+ width: 22px;
5913
+ height: 22px;
5623
5914
  border: 1px solid $wac-border-form;
5624
- border-radius: 3px;
5625
- -webkit-appearance: none;
5626
- -moz-appearance: none;
5627
- text-indent: 0;
5628
- text-overflow: '';
5629
- background: transparent
5630
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
5631
- top 8px right 12px / 10px 10px no-repeat;
5632
- }
5633
-
5634
- select::-ms-expand {
5635
- display: none;
5636
- }
5637
- }
5638
-
5639
- &__elements {
5640
- margin-right: 30px;
5641
-
5642
- p {
5643
- margin: 8px 0 9px 0;
5644
- font-size: 14px;
5645
- line-height: 24px;
5646
- color: $wac-dark;
5647
- }
5648
- }
5649
-
5650
- &__arrows {
5651
- @include flexbox();
5652
-
5653
- &__arrow {
5654
- width: 40px;
5655
- height: 40px;
5656
- padding: 9px 14px;
5657
- border: 1px solid $wac-border-form;
5658
- border-radius: 3px;
5659
- cursor: pointer;
5660
- transition: .3s ease;
5661
-
5662
- &:hover, &:focus {
5663
- &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5664
- border: 1px solid $wac-wizishop-blue;
5665
- }
5666
- }
5667
-
5668
- span {
5669
- display: inline-block;
5670
- width: 10px;
5671
- height: 15px;
5672
- }
5673
-
5674
- &--left {
5675
- margin-right: 10px;
5676
-
5677
- span {
5678
- background: transparent
5679
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
5680
- center center / 10px 12px no-repeat;
5681
- }
5682
- }
5683
-
5684
- &--right {
5685
- span {
5686
- background: transparent
5687
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
5688
- center center / 10px 12px no-repeat;
5689
- }
5690
- }
5691
-
5692
- &--disabled {
5693
- border-color: $wac-background-color;
5694
- background-color: $wac-background-color;
5695
- cursor: not-allowed;
5696
- }
5697
- }
5698
- }
5699
- }
5700
- }
5701
- .wac-free {
5702
- height: 100%;
5703
- width: 100%;
5704
- width: 100vw;
5705
- height: 100vh;
5706
- position: fixed;
5707
- top: 0;
5708
- left: 0;
5709
- z-index: 9999;
5710
-
5711
- &__wrapper {
5712
- background-color: white;
5713
- border: 1px solid $wac-border-color;
5714
- border-radius: 3px;
5715
- margin: auto;
5716
- box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5717
- position: absolute;
5718
- left: 50%;
5719
- top: 50%;
5720
- transform: translate(-50%, -50%);
5721
- padding: 50px;
5722
- z-index: 3;
5723
- max-height: 90vh;
5724
- display: flex;
5725
- flex-wrap: nowrap;
5726
- flex-direction: column;
5727
- justify-content: center;
5728
- align-items: center;
5729
- width: 100%;
5730
- max-width: 575px;
5731
- overflow: hidden;
5732
-
5733
- &__content {
5734
- position: relative;
5735
- overflow: hidden;
5736
- display: flex;
5737
-
5738
- }
5739
-
5740
- div:not([class]) {
5741
- width: 100%;
5742
- margin: 0 0 20px;
5743
- }
5744
-
5745
- > * {
5746
- width: 100%;
5747
- }
5748
-
5749
- &__button-close {
5750
- position: absolute;
5751
- top: 10px;
5752
- right: 10px;
5753
- width: 30px;
5754
- height: 30px;
5755
- border-radius: 50%;
5756
- display: flex;
5757
- justify-content: center;
5758
- align-items: center;
5759
- background-color: $wac-popin-btn-close;
5760
- transition: .3s ease;
5761
- i {
5762
- color: $wac-second-color;
5763
- font-size: 14px;
5764
- font-weight: 400;
5765
- }
5766
- &:hover, &:focus {
5767
- background-color: $wac-main-text;
5768
- i {
5769
- color: $wac-white;
5770
- }
5771
- }
5772
- }
5773
-
5774
- img {
5775
- display: block;
5776
- max-width: 200px;
5777
- margin: 0 auto rem(20);
5778
- }
5779
-
5780
- h2 {
5781
- font-size: rem(20);
5782
- line-height: rem(25);
5783
- margin: 0 0 rem(20);
5784
- font-weight: 500;
5785
- width: 100%;
5786
- text-align: center;
5787
- }
5788
-
5789
- p {
5790
- font-size: rem(14);
5791
- line-height: rem(25);
5792
- color: $wac-second-color;
5793
- width: 100%;
5794
- text-align: center;
5795
- padding: 0;
5796
- margin: 0;
5797
- }
5798
-
5799
- &__buttons {
5800
- width: 100%;
5801
- display: flex;
5802
- flex-direction: column;
5803
- align-items: center;
5804
- margin: 30px 0 0;
5805
- &__button {
5806
- margin: 10px;
5807
- width: auto;
5808
- }
5809
- }
5810
- }
5811
- &__background {
5812
- z-index: 1;
5813
- position: absolute;
5814
- top: 0;
5815
- left: 0;
5816
- width: 100%;
5817
- height: 100%;
5818
- background-color: transparentize($wac-main-text, .5);
5819
- }
5820
- }
5821
-
5822
- .wac-free .ps-content > * {
5823
- padding-right: 15px;
5824
- }
5825
- .wac-progressBarContent {
5826
- position: relative;
5827
- width: 100%;
5828
- display: block;
5829
- .progressBar {
5830
- position: relative;
5831
- width: 88%;
5832
- margin-bottom: 1rem;
5833
- progress {
5834
- &.progress {
5835
- margin-bottom: 0;
5836
- height: rem(2);
5837
- &::-webkit-progress-value {
5838
- transition: width 0.5s ease;
5839
- }
5840
- }
5841
- }
5842
- span {
5843
- position: absolute;
5844
- top: -4px;
5845
- height: 11px;
5846
- width: 11px;
5847
- background-color: $wac-border-color;
5848
- border-radius: 50%;
5849
- }
5850
- .is-danger {
5851
- background-color: $wac-primary-button;
5852
- &::-webkit-progress-value {
5853
- background-color: $wac-primary-button;
5854
- }
5855
- }
5856
- .is-warning {
5857
- background-color: $wac-orange-color;
5858
- &::-webkit-progress-value {
5859
- background-color: $wac-orange-color;
5860
- }
5861
- }
5862
- .is-success {
5863
- background-color: $wac-green-color;
5864
- &::-webkit-progress-value {
5865
- background-color: $wac-green-color;
5866
- }
5867
- }
5868
- }
5869
- .size {
5870
- display: inline;
5871
- color: $wac-color-text-grey;
5872
- position: absolute;
5873
- right: 0;
5874
- top: -9px;
5875
- background: $wac-white;
5876
- padding-left: 0.875rem;
5877
- .is-success {
5878
- color: $wac-green-color;
5879
- }
5880
- .is-warning {
5881
- color: $wac-orange-color;
5882
- }
5883
- .is-danger {
5884
- color: $wac-primary-button;
5885
- }
5886
- > span {
5887
- font-size: rem(14) !important;
5888
- line-height: 1;
5889
- transform: translateY(-3px);
5890
- display: inline-block;
5891
- letter-spacing: 0;
5892
- strong {
5893
- letter-spacing: 0;
5894
- font-weight: 600;
5895
- }
5896
- }
5897
- }
5898
- }
5899
- .wac-radio {
5900
- .is-checkradio[type='radio'] {
5901
- outline: 0 !important;
5902
- & + label {
5903
- font-size: rem(14);
5904
- line-height: rem(24);
5905
- color: $wac-input-radio-color-label;
5906
- padding-left: 30px;
5907
- padding-right: 6px;
5908
- margin-right: 0;
5909
- outline: 0 !important;
5910
- &:before {
5911
- width: 22px;
5912
- height: 22px;
5913
- border: 1px solid $wac-border-form;
5914
- border-radius: 23px;
5915
- top: 1px;
5915
+ border-radius: 23px;
5916
+ top: 1px;
5916
5917
  }
5917
5918
  &:after {
5918
5919
  width: 32px;
@@ -6448,240 +6449,240 @@ wac-optional-disable-container {
6448
6449
  margin: 0;
6449
6450
  }
6450
6451
  }
6451
- .wac-search {
6452
- width: 100%;
6453
- min-height: 50px;
6454
- border-radius: 3px;
6455
- background-color: $wac-white;
6456
- position: relative;
6457
- z-index: 2;
6458
- border: 1px solid $wac-border-light;
6459
- transition: 0.3s ease;
6460
- &.open {
6461
- border-color: $wac-wizishop-blue;
6462
- }
6463
- &__wrapper {
6464
- position: relative;
6465
- display: flex;
6466
- justify-content: space-between;
6467
- align-items: stretch;
6468
- align-content: stretch;
6469
- flex-wrap: nowrap;
6470
- width: 100%;
6471
- min-height: 50px;
6472
- @include media('<tablet') {
6473
- padding: 0 12px;
6474
- }
6475
- input {
6476
- background: transparent;
6477
- border: none;
6478
- color: $wac-main-text;
6479
- font-size: rem(14);
6480
- height: 50px;
6481
- line-height: 50px;
6482
- padding: 0 20px 0 48px;
6483
- font-weight: 400;
6484
- width: 100%;
6485
- @include media('<tablet') {
6486
- padding: 0 0 0 10px;
6487
- }
6488
- &::-webkit-input-placeholder {
6489
- /* Chrome/Opera/Safari */
6490
- color: $wac-multiple-search-input-color;
6491
- opacity: 1;
6492
- font-weight: 400;
6493
- @include media('<tablet') {
6494
- font-size: rem(11);
6495
- }
6496
- }
6497
- &::-moz-placeholder {
6498
- /* Firefox 19+ */
6499
- color: $wac-multiple-search-input-color;
6500
- opacity: 1;
6501
- font-weight: 400;
6502
- @include media('<tablet') {
6503
- font-size: rem(11);
6504
- }
6505
- }
6506
- &:-ms-input-placeholder {
6507
- /* IE 10+ */
6508
- color: $wac-multiple-search-input-color;
6509
- opacity: 1;
6510
- font-weight: 400;
6511
- @include media('<tablet') {
6512
- font-size: rem(11);
6513
- }
6514
- }
6515
- &:-moz-placeholder {
6516
- /* Firefox 18- */
6517
- color: $wac-multiple-search-input-color;
6518
- opacity: 1;
6519
- font-weight: 400;
6520
- @include media('<tablet') {
6521
- font-size: rem(11);
6522
- }
6523
- }
6524
- &:focus {
6525
- & + button i {
6526
- color: $wac-main-text;
6527
- }
6528
- &::-webkit-input-placeholder {
6529
- /* Chrome/Opera/Safari */
6530
- color: $wac-white;
6531
- opacity: 1;
6532
- }
6533
- &::-moz-placeholder {
6534
- /* Firefox 19+ */
6535
- color: $wac-white;
6536
- opacity: 1;
6537
- }
6538
- &:-ms-input-placeholder {
6539
- /* IE 10+ */
6540
- color: $wac-white;
6541
- opacity: 1;
6542
- }
6543
- &:-moz-placeholder {
6544
- /* Firefox 18- */
6545
- color: $wac-white;
6546
- opacity: 1;
6547
- }
6548
- }
6549
- }
6550
- button {
6551
- display: flex;
6552
- align-items: center;
6553
- align-content: center;
6554
- justify-content: center;
6555
- width: 18px;
6556
- height: 18px;
6557
- border-radius: 3px;
6558
- position: absolute;
6559
- left: 20px;
6560
- top: 50%;
6561
- transform: translateY(-50%);
6562
- border: none;
6563
- cursor: pointer;
6564
- background-color: $wac-white;
6565
- i {
6566
- font-size: rem(18);
6567
- color: $wac-color-icon-search-multiple-search;
6568
- transition: 0.3s ease;
6569
- }
6570
- &:hover {
6571
- i {
6572
- color: $wac-wizishop-blue !important;
6573
- }
6574
- }
6575
- }
6576
- }
6577
- &__absolute {
6578
- position: absolute;
6579
- top: 100%;
6580
- margin-top: rem(14);
6581
- left: -1px;
6582
- width: auto;
6583
- min-width: calc(100% - 38px);
6584
- max-width: calc(100% + 2px);
6585
- border: 1px solid $wac-border-light;
6586
- border-radius: 3px;
6587
- display: flex;
6588
- flex-direction: column;
6589
- justify-content: flex-start;
6590
- align-items: flex-start;
6591
- background-color: $wac-white;
6592
- max-height: 260px;
6593
- height: auto;
6594
- visibility: visible;
6595
- opacity: 1;
6596
- box-shadow: 3px 3px 20px $wac-select-box-shadow;
6597
- padding: 10px;
6598
- &.hidden {
6599
- visibility: hidden;
6600
- opacity: 0;
6601
- & > * {
6602
- opacity: 0;
6603
- transition: 0s;
6604
- }
6605
- }
6606
- .ps {
6607
- max-height: 240px;
6608
- }
6609
- &.open,
6610
- &.open.hidden {
6611
- position: relative;
6612
- left: auto;
6613
- top: 0;
6614
- transform: translateX(-1px);
6615
- visibility: visible;
6616
- opacity: 1;
6617
- & > * {
6618
- opacity: 1;
6619
- transition: 0s;
6620
- }
6621
- }
6622
- &__item {
6623
- width: 100%;
6624
- font-size: rem(14);
6625
- line-height: rem(30);
6626
- cursor: pointer;
6627
- transition: 0.3s ease;
6628
- position: relative;
6629
- display: flex;
6630
- justify-content: flex-start;
6631
- align-content: center;
6632
- align-items: center;
6633
- color: $wac-second-color;
6634
- > div {
6635
- width: 100%;
6636
- display: flex;
6637
- align-items: center;
6638
- align-content: center;
6639
- }
6640
- .icon {
6641
- width: 24px;
6642
- margin: 0 10px 0 0;
6643
- height: auto;
6644
- max-height: 24px;
6645
- }
6646
- &:not(:last-child) {
6647
- margin: 0 0 rem(10);
6648
- }
6649
- &:empty {
6650
- display: none;
6651
- }
6652
- &:first-child {
6653
- border-width: 1px 0 1px;
6654
- }
6655
- &:hover,
6656
- &:focus {
6657
- background-color: $wac-gray-background;
6658
- color: $wac-main-text;
6659
- }
6660
- > div {
6661
- padding: 0 10px;
6662
- &.selected {
6663
- background-color: $wac-gray-background;
6664
- color: $wac-main-text;
6665
- }
6666
- }
6667
- }
6668
- &__empty {
6669
- display: flex;
6670
- width: 100%;
6671
- justify-content: center;
6672
- align-items: center;
6673
- padding: 10px;
6674
- span {
6675
- font-size: rem(16);
6676
- font-weight: 400;
6677
- text-align: center;
6678
- color: $wac-second-color;
6679
- display: inline-block;
6680
- line-height: rem(25);
6681
- }
6682
- }
6683
- }
6684
- }
6452
+ .wac-search {
6453
+ width: 100%;
6454
+ min-height: 50px;
6455
+ border-radius: 3px;
6456
+ background-color: $wac-white;
6457
+ position: relative;
6458
+ z-index: 2;
6459
+ border: 1px solid $wac-border-light;
6460
+ transition: 0.3s ease;
6461
+ &.open {
6462
+ border-color: $wac-wizishop-blue;
6463
+ }
6464
+ &__wrapper {
6465
+ position: relative;
6466
+ display: flex;
6467
+ justify-content: space-between;
6468
+ align-items: stretch;
6469
+ align-content: stretch;
6470
+ flex-wrap: nowrap;
6471
+ width: 100%;
6472
+ min-height: 50px;
6473
+ @include media('<tablet') {
6474
+ padding: 0 12px;
6475
+ }
6476
+ input {
6477
+ background: transparent;
6478
+ border: none;
6479
+ color: $wac-main-text;
6480
+ font-size: rem(14);
6481
+ height: 50px;
6482
+ line-height: 50px;
6483
+ padding: 0 20px 0 48px;
6484
+ font-weight: 400;
6485
+ width: 100%;
6486
+ @include media('<tablet') {
6487
+ padding: 0 0 0 10px;
6488
+ }
6489
+ &::-webkit-input-placeholder {
6490
+ /* Chrome/Opera/Safari */
6491
+ color: $wac-multiple-search-input-color;
6492
+ opacity: 1;
6493
+ font-weight: 400;
6494
+ @include media('<tablet') {
6495
+ font-size: rem(11);
6496
+ }
6497
+ }
6498
+ &::-moz-placeholder {
6499
+ /* Firefox 19+ */
6500
+ color: $wac-multiple-search-input-color;
6501
+ opacity: 1;
6502
+ font-weight: 400;
6503
+ @include media('<tablet') {
6504
+ font-size: rem(11);
6505
+ }
6506
+ }
6507
+ &:-ms-input-placeholder {
6508
+ /* IE 10+ */
6509
+ color: $wac-multiple-search-input-color;
6510
+ opacity: 1;
6511
+ font-weight: 400;
6512
+ @include media('<tablet') {
6513
+ font-size: rem(11);
6514
+ }
6515
+ }
6516
+ &:-moz-placeholder {
6517
+ /* Firefox 18- */
6518
+ color: $wac-multiple-search-input-color;
6519
+ opacity: 1;
6520
+ font-weight: 400;
6521
+ @include media('<tablet') {
6522
+ font-size: rem(11);
6523
+ }
6524
+ }
6525
+ &:focus {
6526
+ & + button i {
6527
+ color: $wac-main-text;
6528
+ }
6529
+ &::-webkit-input-placeholder {
6530
+ /* Chrome/Opera/Safari */
6531
+ color: $wac-white;
6532
+ opacity: 1;
6533
+ }
6534
+ &::-moz-placeholder {
6535
+ /* Firefox 19+ */
6536
+ color: $wac-white;
6537
+ opacity: 1;
6538
+ }
6539
+ &:-ms-input-placeholder {
6540
+ /* IE 10+ */
6541
+ color: $wac-white;
6542
+ opacity: 1;
6543
+ }
6544
+ &:-moz-placeholder {
6545
+ /* Firefox 18- */
6546
+ color: $wac-white;
6547
+ opacity: 1;
6548
+ }
6549
+ }
6550
+ }
6551
+ button {
6552
+ display: flex;
6553
+ align-items: center;
6554
+ align-content: center;
6555
+ justify-content: center;
6556
+ width: 18px;
6557
+ height: 18px;
6558
+ border-radius: 3px;
6559
+ position: absolute;
6560
+ left: 20px;
6561
+ top: 50%;
6562
+ transform: translateY(-50%);
6563
+ border: none;
6564
+ cursor: pointer;
6565
+ background-color: $wac-white;
6566
+ i {
6567
+ font-size: rem(18);
6568
+ color: $wac-color-icon-search-multiple-search;
6569
+ transition: 0.3s ease;
6570
+ }
6571
+ &:hover {
6572
+ i {
6573
+ color: $wac-wizishop-blue !important;
6574
+ }
6575
+ }
6576
+ }
6577
+ }
6578
+ &__absolute {
6579
+ position: absolute;
6580
+ top: 100%;
6581
+ margin-top: rem(14);
6582
+ left: -1px;
6583
+ width: auto;
6584
+ min-width: calc(100% - 38px);
6585
+ max-width: calc(100% + 2px);
6586
+ border: 1px solid $wac-border-light;
6587
+ border-radius: 3px;
6588
+ display: flex;
6589
+ flex-direction: column;
6590
+ justify-content: flex-start;
6591
+ align-items: flex-start;
6592
+ background-color: $wac-white;
6593
+ max-height: 260px;
6594
+ height: auto;
6595
+ visibility: visible;
6596
+ opacity: 1;
6597
+ box-shadow: 3px 3px 20px $wac-select-box-shadow;
6598
+ padding: 10px;
6599
+ &.hidden {
6600
+ visibility: hidden;
6601
+ opacity: 0;
6602
+ & > * {
6603
+ opacity: 0;
6604
+ transition: 0s;
6605
+ }
6606
+ }
6607
+ .ps {
6608
+ max-height: 240px;
6609
+ }
6610
+ &.open,
6611
+ &.open.hidden {
6612
+ position: relative;
6613
+ left: auto;
6614
+ top: 0;
6615
+ transform: translateX(-1px);
6616
+ visibility: visible;
6617
+ opacity: 1;
6618
+ & > * {
6619
+ opacity: 1;
6620
+ transition: 0s;
6621
+ }
6622
+ }
6623
+ &__item {
6624
+ width: 100%;
6625
+ font-size: rem(14);
6626
+ line-height: rem(30);
6627
+ cursor: pointer;
6628
+ transition: 0.3s ease;
6629
+ position: relative;
6630
+ display: flex;
6631
+ justify-content: flex-start;
6632
+ align-content: center;
6633
+ align-items: center;
6634
+ color: $wac-second-color;
6635
+ > div {
6636
+ width: 100%;
6637
+ display: flex;
6638
+ align-items: center;
6639
+ align-content: center;
6640
+ }
6641
+ .icon {
6642
+ width: 24px;
6643
+ margin: 0 10px 0 0;
6644
+ height: auto;
6645
+ max-height: 24px;
6646
+ }
6647
+ &:not(:last-child) {
6648
+ margin: 0 0 rem(10);
6649
+ }
6650
+ &:empty {
6651
+ display: none;
6652
+ }
6653
+ &:first-child {
6654
+ border-width: 1px 0 1px;
6655
+ }
6656
+ &:hover,
6657
+ &:focus {
6658
+ background-color: $wac-gray-background;
6659
+ color: $wac-main-text;
6660
+ }
6661
+ > div {
6662
+ padding: 0 10px;
6663
+ &.selected {
6664
+ background-color: $wac-gray-background;
6665
+ color: $wac-main-text;
6666
+ }
6667
+ }
6668
+ }
6669
+ &__empty {
6670
+ display: flex;
6671
+ width: 100%;
6672
+ justify-content: center;
6673
+ align-items: center;
6674
+ padding: 10px;
6675
+ span {
6676
+ font-size: rem(16);
6677
+ font-weight: 400;
6678
+ text-align: center;
6679
+ color: $wac-second-color;
6680
+ display: inline-block;
6681
+ line-height: rem(25);
6682
+ }
6683
+ }
6684
+ }
6685
+ }
6685
6686
  .wac {
6686
6687
  &-select-in-text {
6687
6688
  width: auto;
@@ -6807,250 +6808,250 @@ wac-optional-disable-container {
6807
6808
  margin: 0 10px 0 0;
6808
6809
  }
6809
6810
  &:empty {
6810
- display: none;
6811
- }
6812
- &:first-child {
6813
- border-width: 1px 0 1px;
6814
- }
6815
- &:hover,
6816
- &:focus {
6817
- background-color: $wac-gray-background;
6818
- color: $wac-main-text;
6819
- }
6820
- }
6821
- }
6822
- }
6823
- }
6824
- .selected-list {
6825
- width: 100%;
6826
- &__wrapper {
6827
- display: flex;
6828
- flex-direction: column;
6829
- align-items: flex-start;
6830
- justify-content: flex-start;
6831
- &__head {
6832
- width: 100%;
6833
- min-height: rem(60);
6834
- display: flex;
6835
- justify-content: space-between;
6836
- padding: 10px 20px;
6837
- background-color: $wac-gray-background;
6838
- margin: 0 0 10px;
6839
- > p {
6840
- display: flex;
6841
- align-items: center;
6842
- white-space: nowrap;
6843
- font-size: rem(16);
6844
- line-height: rem(19);
6845
- font-weight: 500;
6846
- }
6847
-
6848
- &__button {
6849
- height: rem(40);
6850
- width: fit-content;
6851
- margin-left: auto;
6852
-
6853
- &__mobile {
6854
- @include media('>=1024px') {
6855
- display: none;
6856
- }
6857
- }
6858
-
6859
- &__notMobile {
6860
- @include media('<1024px') {
6861
- display: none;
6862
- }
6863
- }
6864
-
6865
- }
6866
-
6867
- }
6868
- &__content {
6869
- width: 100%;
6870
- display: flex;
6871
- flex-wrap: wrap;
6872
- align-items: flex-start;
6873
- align-content: flex-start;
6874
- justify-content: flex-start;
6875
- &__item {
6876
- white-space: nowrap;
6877
- margin: 0 10px 10px 0;
6878
- border: 1px solid $wac-border-form;
6879
- border-radius: 2px;
6880
- color: $wac-second-color;
6881
- height: rem(40);
6882
- display: flex;
6883
- justify-content: center;
6884
- align-items: center;
6885
- padding: 0 20px;
6886
- transition: .3s ease;
6887
- font-size: rem(16);
6888
- line-height: rem(19);
6889
- font-weight: 500;
6890
- cursor: pointer;
6891
- &:hover, &:focus {
6892
- border: 1px solid $wac-main-text;
6893
- }
6894
- > i {
6895
- color: $wac-green-color;
6896
- max-width: 0;
6897
- display: block;
6898
- transition: .3s ease;
6899
- overflow: hidden;
6900
- }
6901
- &.active {
6902
- color: $wac-main-text;
6903
- > i {
6904
- max-width: unset;
6905
- margin: 0 0 0 10px;
6906
- }
6907
- }
6908
- &:first-child {
6909
- margin-left: 18px;
6910
- }
6911
- }
6912
- }
6913
- }
6914
- }.wac-separator {
6915
- display: block;
6916
- width: 100%;
6917
- border-bottom: 1px solid $wac-border-color;
6918
- margin: 17px 0;
6919
-
6920
- &.dashed {
6921
- border-bottom-style: dashed;
6922
- }
6923
- }
6924
- .wac-settings {
6925
- width: 40px;
6926
- height: 40px;
6927
-
6928
- &__wrapper {
6929
- @include flexbox();
6930
- @include justify-content(center);
6931
- @include align-items(center);
6932
- width: 100%;
6933
- height: 100%;
6934
- border-radius: 3px;
6935
- background-color: $wac-gray-background;
6936
- transition: background-color 0.3s ease-in-out;
6937
-
6938
- i {
6939
- color: $wac-second-color;
6940
- font-size: 15px;
6941
- line-height: 0;
6942
- transition: color 0.3s ease-in-out;
6943
- }
6944
-
6945
- &:hover {
6946
- background-color: $wac-second-color;
6947
- transition: background-color 0.3s ease-in-out;
6948
-
6949
- i {
6950
- color: $wac-white;
6951
- transition: color 0.3s ease-in-out;
6811
+ display: none;
6812
+ }
6813
+ &:first-child {
6814
+ border-width: 1px 0 1px;
6815
+ }
6816
+ &:hover,
6817
+ &:focus {
6818
+ background-color: $wac-gray-background;
6819
+ color: $wac-main-text;
6820
+ }
6952
6821
  }
6953
6822
  }
6954
6823
  }
6955
6824
  }
6956
- .wac-snackbar {
6957
- .notification {
6958
- position: fixed;
6959
- bottom: 0;
6960
- width: 800px;
6961
- color: #fff;
6962
- font-size: 15px;
6963
- font-weight: 300;
6964
- margin: 0 auto;
6965
- left: 0;
6966
- right: 0;
6967
- z-index: 10;
6968
- }
6969
-
6970
- .notification.is-transparent {
6971
- background-color: rgba(0, 0, 0, 0.8);
6972
- }
6973
-
6974
- .notification button {
6975
- word-wrap: break-word;
6976
- word-break: break-all;
6977
- white-space: normal;
6978
- height: 100%;
6979
- margin-right: 1em;
6980
- }
6981
-
6982
- .notification .column:nth-child(2) {
6983
- text-align: right;
6984
- }
6985
-
6986
- .notification .column:nth-child(1) {
6987
- text-align: left;
6988
- }
6989
-
6990
- .notification--message {
6991
- align-self: center;
6992
- }
6993
-
6994
- }
6995
- .wac-state {
6996
- width: 12px;
6997
- height: 12px;
6998
- position: relative;
6999
-
7000
- &:before,
7001
- &:after {
7002
- position: absolute;
7003
- content: '';
7004
- border-radius: 45px;
7005
- }
7006
-
7007
- &:before {
7008
- width: 100%;
7009
- height: 100%;
7010
- left: 0;
7011
- top: 0;
7012
- border-width: 1px;
7013
- border-style: solid;
7014
- }
7015
-
7016
- &:after {
7017
- width: 6px;
7018
- height: 6px;
7019
- top: 50%;
7020
- left: 50%;
7021
- transform: translate(-50%, -50%);
7022
- }
7023
-
7024
- &.success {
7025
- &:before {
7026
- border-color: $wac-green-color;
7027
- }
7028
-
7029
- &:after {
7030
- background-color: $wac-green-color;
7031
- }
7032
- }
7033
-
7034
- &.warning {
7035
- &:before {
7036
- border-color: $wac-warning-color;
7037
- }
7038
-
7039
- &:after {
7040
- background-color: $wac-warning-color;
7041
- }
7042
- }
7043
-
7044
- &.error {
7045
- &:before {
7046
- border-color: $wac-primary-button;
7047
- }
7048
-
7049
- &:after {
7050
- background-color: $wac-primary-button;
7051
- }
7052
- }
7053
- }
6825
+ .selected-list {
6826
+ width: 100%;
6827
+ &__wrapper {
6828
+ display: flex;
6829
+ flex-direction: column;
6830
+ align-items: flex-start;
6831
+ justify-content: flex-start;
6832
+ &__head {
6833
+ width: 100%;
6834
+ min-height: rem(60);
6835
+ display: flex;
6836
+ justify-content: space-between;
6837
+ padding: 10px 20px;
6838
+ background-color: $wac-gray-background;
6839
+ margin: 0 0 10px;
6840
+ > p {
6841
+ display: flex;
6842
+ align-items: center;
6843
+ white-space: nowrap;
6844
+ font-size: rem(16);
6845
+ line-height: rem(19);
6846
+ font-weight: 500;
6847
+ }
6848
+
6849
+ &__button {
6850
+ height: rem(40);
6851
+ width: fit-content;
6852
+ margin-left: auto;
6853
+
6854
+ &__mobile {
6855
+ @include media('>=1024px') {
6856
+ display: none;
6857
+ }
6858
+ }
6859
+
6860
+ &__notMobile {
6861
+ @include media('<1024px') {
6862
+ display: none;
6863
+ }
6864
+ }
6865
+
6866
+ }
6867
+
6868
+ }
6869
+ &__content {
6870
+ width: 100%;
6871
+ display: flex;
6872
+ flex-wrap: wrap;
6873
+ align-items: flex-start;
6874
+ align-content: flex-start;
6875
+ justify-content: flex-start;
6876
+ &__item {
6877
+ white-space: nowrap;
6878
+ margin: 0 10px 10px 0;
6879
+ border: 1px solid $wac-border-form;
6880
+ border-radius: 2px;
6881
+ color: $wac-second-color;
6882
+ height: rem(40);
6883
+ display: flex;
6884
+ justify-content: center;
6885
+ align-items: center;
6886
+ padding: 0 20px;
6887
+ transition: .3s ease;
6888
+ font-size: rem(16);
6889
+ line-height: rem(19);
6890
+ font-weight: 500;
6891
+ cursor: pointer;
6892
+ &:hover, &:focus {
6893
+ border: 1px solid $wac-main-text;
6894
+ }
6895
+ > i {
6896
+ color: $wac-green-color;
6897
+ max-width: 0;
6898
+ display: block;
6899
+ transition: .3s ease;
6900
+ overflow: hidden;
6901
+ }
6902
+ &.active {
6903
+ color: $wac-main-text;
6904
+ > i {
6905
+ max-width: unset;
6906
+ margin: 0 0 0 10px;
6907
+ }
6908
+ }
6909
+ &:first-child {
6910
+ margin-left: 18px;
6911
+ }
6912
+ }
6913
+ }
6914
+ }
6915
+ }.wac-separator {
6916
+ display: block;
6917
+ width: 100%;
6918
+ border-bottom: 1px solid $wac-border-color;
6919
+ margin: 17px 0;
6920
+
6921
+ &.dashed {
6922
+ border-bottom-style: dashed;
6923
+ }
6924
+ }
6925
+ .wac-settings {
6926
+ width: 40px;
6927
+ height: 40px;
6928
+
6929
+ &__wrapper {
6930
+ @include flexbox();
6931
+ @include justify-content(center);
6932
+ @include align-items(center);
6933
+ width: 100%;
6934
+ height: 100%;
6935
+ border-radius: 3px;
6936
+ background-color: $wac-gray-background;
6937
+ transition: background-color 0.3s ease-in-out;
6938
+
6939
+ i {
6940
+ color: $wac-second-color;
6941
+ font-size: 15px;
6942
+ line-height: 0;
6943
+ transition: color 0.3s ease-in-out;
6944
+ }
6945
+
6946
+ &:hover {
6947
+ background-color: $wac-second-color;
6948
+ transition: background-color 0.3s ease-in-out;
6949
+
6950
+ i {
6951
+ color: $wac-white;
6952
+ transition: color 0.3s ease-in-out;
6953
+ }
6954
+ }
6955
+ }
6956
+ }
6957
+ .wac-snackbar {
6958
+ .notification {
6959
+ position: fixed;
6960
+ bottom: 0;
6961
+ width: 800px;
6962
+ color: #fff;
6963
+ font-size: 15px;
6964
+ font-weight: 300;
6965
+ margin: 0 auto;
6966
+ left: 0;
6967
+ right: 0;
6968
+ z-index: 10;
6969
+ }
6970
+
6971
+ .notification.is-transparent {
6972
+ background-color: rgba(0, 0, 0, 0.8);
6973
+ }
6974
+
6975
+ .notification button {
6976
+ word-wrap: break-word;
6977
+ word-break: break-all;
6978
+ white-space: normal;
6979
+ height: 100%;
6980
+ margin-right: 1em;
6981
+ }
6982
+
6983
+ .notification .column:nth-child(2) {
6984
+ text-align: right;
6985
+ }
6986
+
6987
+ .notification .column:nth-child(1) {
6988
+ text-align: left;
6989
+ }
6990
+
6991
+ .notification--message {
6992
+ align-self: center;
6993
+ }
6994
+
6995
+ }
6996
+ .wac-state {
6997
+ width: 12px;
6998
+ height: 12px;
6999
+ position: relative;
7000
+
7001
+ &:before,
7002
+ &:after {
7003
+ position: absolute;
7004
+ content: '';
7005
+ border-radius: 45px;
7006
+ }
7007
+
7008
+ &:before {
7009
+ width: 100%;
7010
+ height: 100%;
7011
+ left: 0;
7012
+ top: 0;
7013
+ border-width: 1px;
7014
+ border-style: solid;
7015
+ }
7016
+
7017
+ &:after {
7018
+ width: 6px;
7019
+ height: 6px;
7020
+ top: 50%;
7021
+ left: 50%;
7022
+ transform: translate(-50%, -50%);
7023
+ }
7024
+
7025
+ &.success {
7026
+ &:before {
7027
+ border-color: $wac-green-color;
7028
+ }
7029
+
7030
+ &:after {
7031
+ background-color: $wac-green-color;
7032
+ }
7033
+ }
7034
+
7035
+ &.warning {
7036
+ &:before {
7037
+ border-color: $wac-warning-color;
7038
+ }
7039
+
7040
+ &:after {
7041
+ background-color: $wac-warning-color;
7042
+ }
7043
+ }
7044
+
7045
+ &.error {
7046
+ &:before {
7047
+ border-color: $wac-primary-button;
7048
+ }
7049
+
7050
+ &:after {
7051
+ background-color: $wac-primary-button;
7052
+ }
7053
+ }
7054
+ }
7054
7055
  .wac-summary {
7055
7056
  p {
7056
7057
  font-size: rem(14);
@@ -7248,156 +7249,156 @@ wac-optional-disable-container {
7248
7249
  }
7249
7250
  }
7250
7251
  }
7251
- .wac-table {
7252
- width: 100%;
7253
-
7254
- &__head {
7255
- @include flexbox();
7256
- @include flex-flow(row nowrap);
7257
- width: 100%;
7258
- border-top: 1px solid $wac-border-form;
7259
- border-bottom: 1px solid $wac-border-form;
7260
- background-color: $wac-gray-background;
7261
-
7262
- &__cell {
7263
- @include flexbox();
7264
- @include flex(1);
7265
- padding: 15px 20px;
7266
- font-size: 14px;
7267
- line-height: 20px;
7268
- color: $wac-main-text;
7269
- font-weight: 600;
7270
-
7271
- &--checkbox {
7272
- @include flex(none);
7273
- @include align-items(center);
7274
- @include justify-content(center);
7275
- }
7276
-
7277
- &__search {
7278
- color: $wac-main-text;
7279
- padding-right: 23px;
7280
- transition: background-image 0.3s ease-in-out;
7281
- cursor: text;
7282
-
7283
- &:hover {
7284
- color: $wac-main-text;
7285
- }
7286
-
7287
- &--idle {
7288
- background: transparent
7289
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
7290
- center right / 14px 14px no-repeat;
7291
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7292
- cursor: pointer;
7293
-
7294
- &:hover {
7295
- transition: color 0.3s ease-in-out;
7296
- }
7297
- }
7298
-
7299
- &--up {
7300
- background: transparent
7301
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
7302
- center right / 14px 14px no-repeat;
7303
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7304
- cursor: pointer;
7305
-
7306
- &:hover {
7307
- transition: color 0.3s ease-in-out;
7308
- }
7309
- }
7310
-
7311
- &--down {
7312
- background: transparent
7313
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
7314
- center right / 14px 14px no-repeat;
7315
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7316
- cursor: pointer;
7317
-
7318
- &:hover {
7319
- transition: color 0.3s ease-in-out;
7320
- }
7321
- }
7322
- }
7323
-
7324
- &--center--left {
7325
- @include align-items(center);
7326
- @include justify-content(flex-start);
7327
- }
7328
- &--center--center {
7329
- @include align-items(center);
7330
- @include justify-content(center);
7331
- }
7332
- &--center--right {
7333
- @include align-items(center);
7334
- @include justify-content(flex-end);
7335
- }
7336
- }
7337
- }
7338
-
7339
- // TODO delete __search
7340
- &__search {
7341
- height: 100px;
7342
- margin-top: 10px;
7343
- }
7344
-
7345
- &__body {
7346
- width: 100%;
7347
- margin-top: -10px;
7348
-
7349
- &__loader {
7350
- position: relative;
7351
- min-height: 200px;
7352
- }
7353
-
7354
- &__line {
7355
- @include flexbox();
7356
- @include flex-flow(row nowrap);
7357
- width: 100%;
7358
- border-bottom: 1px solid $wac-textarea-border-color;
7359
-
7360
- &:first-child:last-child {
7361
- border-bottom: none;
7362
- }
7363
-
7364
- &__cell {
7365
- @include flexbox();
7366
- @include flex(1);
7367
- padding: 20px 20px 20px 20px;
7368
- font-size: 14px;
7369
- line-height: 25px;
7370
- color: $wac-secondary-color;
7371
-
7372
- &--checkbox {
7373
- @include flexbox();
7374
- @include flex(none);
7375
- @include justify-content(center);
7376
- @include align-items(center);
7377
- width: 80px;
7378
- padding: 8px 20px;
7379
- }
7380
-
7381
- &--center--left {
7382
- @include align-items(center);
7383
- @include justify-content(flex-start);
7384
- }
7385
- &--center--center {
7386
- @include align-items(center);
7387
- @include justify-content(center);
7388
- }
7389
- &--center--right {
7390
- @include align-items(center);
7391
- @include justify-content(flex-end);
7392
- }
7393
- }
7394
- }
7395
- }
7396
- }
7252
+ .wac-table {
7253
+ width: 100%;
7254
+
7255
+ &__head {
7256
+ @include flexbox();
7257
+ @include flex-flow(row nowrap);
7258
+ width: 100%;
7259
+ border-top: 1px solid $wac-border-form;
7260
+ border-bottom: 1px solid $wac-border-form;
7261
+ background-color: $wac-gray-background;
7262
+
7263
+ &__cell {
7264
+ @include flexbox();
7265
+ @include flex(1);
7266
+ padding: 15px 20px;
7267
+ font-size: 14px;
7268
+ line-height: 20px;
7269
+ color: $wac-main-text;
7270
+ font-weight: 600;
7271
+
7272
+ &--checkbox {
7273
+ @include flex(none);
7274
+ @include align-items(center);
7275
+ @include justify-content(center);
7276
+ }
7277
+
7278
+ &__search {
7279
+ color: $wac-main-text;
7280
+ padding-right: 23px;
7281
+ transition: background-image 0.3s ease-in-out;
7282
+ cursor: text;
7283
+
7284
+ &:hover {
7285
+ color: $wac-main-text;
7286
+ }
7287
+
7288
+ &--idle {
7289
+ background: transparent
7290
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
7291
+ center right / 14px 14px no-repeat;
7292
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7293
+ cursor: pointer;
7294
+
7295
+ &:hover {
7296
+ transition: color 0.3s ease-in-out;
7297
+ }
7298
+ }
7299
+
7300
+ &--up {
7301
+ background: transparent
7302
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
7303
+ center right / 14px 14px no-repeat;
7304
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7305
+ cursor: pointer;
7306
+
7307
+ &:hover {
7308
+ transition: color 0.3s ease-in-out;
7309
+ }
7310
+ }
7311
+
7312
+ &--down {
7313
+ background: transparent
7314
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
7315
+ center right / 14px 14px no-repeat;
7316
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7317
+ cursor: pointer;
7318
+
7319
+ &:hover {
7320
+ transition: color 0.3s ease-in-out;
7321
+ }
7322
+ }
7323
+ }
7324
+
7325
+ &--center--left {
7326
+ @include align-items(center);
7327
+ @include justify-content(flex-start);
7328
+ }
7329
+ &--center--center {
7330
+ @include align-items(center);
7331
+ @include justify-content(center);
7332
+ }
7333
+ &--center--right {
7334
+ @include align-items(center);
7335
+ @include justify-content(flex-end);
7336
+ }
7337
+ }
7338
+ }
7339
+
7340
+ // TODO delete __search
7341
+ &__search {
7342
+ height: 100px;
7343
+ margin-top: 10px;
7344
+ }
7345
+
7346
+ &__body {
7347
+ width: 100%;
7348
+ margin-top: -10px;
7349
+
7350
+ &__loader {
7351
+ position: relative;
7352
+ min-height: 200px;
7353
+ }
7354
+
7355
+ &__line {
7356
+ @include flexbox();
7357
+ @include flex-flow(row nowrap);
7358
+ width: 100%;
7359
+ border-bottom: 1px solid $wac-textarea-border-color;
7360
+
7361
+ &:first-child:last-child {
7362
+ border-bottom: none;
7363
+ }
7364
+
7365
+ &__cell {
7366
+ @include flexbox();
7367
+ @include flex(1);
7368
+ padding: 20px 20px 20px 20px;
7369
+ font-size: 14px;
7370
+ line-height: 25px;
7371
+ color: $wac-secondary-color;
7372
+
7373
+ &--checkbox {
7374
+ @include flexbox();
7375
+ @include flex(none);
7376
+ @include justify-content(center);
7377
+ @include align-items(center);
7378
+ width: 80px;
7379
+ padding: 8px 20px;
7380
+ }
7381
+
7382
+ &--center--left {
7383
+ @include align-items(center);
7384
+ @include justify-content(flex-start);
7385
+ }
7386
+ &--center--center {
7387
+ @include align-items(center);
7388
+ @include justify-content(center);
7389
+ }
7390
+ &--center--right {
7391
+ @include align-items(center);
7392
+ @include justify-content(flex-end);
7393
+ }
7394
+ }
7395
+ }
7396
+ }
7397
+ }
7397
7398
  .wac-tabs {
7398
7399
  position: relative;
7399
7400
 
7400
- @include media("<desktop") {
7401
+ @include media('<desktop') {
7401
7402
  display: flex;
7402
7403
  justify-content: flex-start;
7403
7404
  align-items: flex-start;
@@ -7421,7 +7422,6 @@ wac-optional-disable-container {
7421
7422
  &__wrapper {
7422
7423
  position: relative;
7423
7424
  @include flexbox();
7424
- margin-bottom: 30px;
7425
7425
 
7426
7426
  &__tab {
7427
7427
  position: relative;
@@ -7445,7 +7445,7 @@ wac-optional-disable-container {
7445
7445
  height: 2px;
7446
7446
  bottom: -5px;
7447
7447
  left: 0;
7448
- content: "";
7448
+ content: '';
7449
7449
  background-color: $wac-input-active-color;
7450
7450
  transition: width 0.3s ease-in-out, color 0.3s ease-in-out;
7451
7451
  }
@@ -7488,12 +7488,13 @@ wac-optional-disable-container {
7488
7488
  height: 1px;
7489
7489
  bottom: -5px;
7490
7490
  left: 0;
7491
- content: "";
7491
+ content: '';
7492
7492
  background-color: $wac-border-form;
7493
7493
  }
7494
7494
  }
7495
7495
 
7496
- @include media(">=desktop") {
7496
+ @include media('>=desktop') {
7497
+
7497
7498
  &--button {
7498
7499
  .wac-tabs__wrapper__tab {
7499
7500
  background-color: $wac-button-tab-background;
@@ -7504,10 +7505,8 @@ wac-optional-disable-container {
7504
7505
  color: $second-color;
7505
7506
  margin: 0 rem(2) 0 0;
7506
7507
  border-radius: 3px;
7507
- transition: 0.3s ease;
7508
- &--selected,
7509
- &:hover,
7510
- &:focus {
7508
+ transition: .3s ease;
7509
+ &--selected, &:hover, &:focus {
7511
7510
  background-color: $wac-wizishop-blue;
7512
7511
  color: $white;
7513
7512
  }
@@ -7515,7 +7514,7 @@ wac-optional-disable-container {
7515
7514
  display: none;
7516
7515
  }
7517
7516
  }
7518
- }
7517
+ }
7519
7518
  }
7520
7519
 
7521
7520
  &__mobile {
@@ -7537,7 +7536,7 @@ wac-optional-disable-container {
7537
7536
  height: 2px;
7538
7537
  bottom: -2px;
7539
7538
  left: 0;
7540
- content: "";
7539
+ content: '';
7541
7540
  background-color: $wac-input-active-color;
7542
7541
  width: 100%;
7543
7542
  }
@@ -7547,7 +7546,7 @@ wac-optional-disable-container {
7547
7546
  margin-top: -3px;
7548
7547
  }
7549
7548
 
7550
- @include media("<desktop") {
7549
+ @include media('<desktop') {
7551
7550
  display: flex;
7552
7551
 
7553
7552
  & + .wac-tabs__wrapper {
@@ -7564,16 +7563,15 @@ wac-optional-disable-container {
7564
7563
  visibility: hidden;
7565
7564
  opacity: 0;
7566
7565
  z-index: -1;
7567
- transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s,
7568
- z-index 0s linear 0.3s;
7569
-
7566
+ transition: opacity .3s ease-in-out, visibility 0s linear .3s, z-index 0s linear .3s;
7567
+
7570
7568
  &.open {
7571
7569
  visibility: initial;
7572
7570
  opacity: 1;
7573
7571
  z-index: 999;
7574
- transition: opacity 0.3s ease-in-out;
7572
+ transition: opacity .3s ease-in-out;
7575
7573
  }
7576
-
7574
+
7577
7575
  .wac-tabs__wrapper__tab {
7578
7576
  &:after {
7579
7577
  bottom: 5px;
@@ -8283,130 +8281,130 @@ span.wac-tooltip {
8283
8281
  }
8284
8282
  }
8285
8283
  }
8286
- .wac-upload {
8287
- width: auto;
8288
- &__wrapper {
8289
- width: 100%;
8290
- display: flex;
8291
- align-items: center;
8292
- button {
8293
- padding: 10.5px 20px;
8294
- border: none;
8295
- background-color: $wac-green-color;
8296
- border-radius: 3px;
8297
- color: $wac-white;
8298
- font-size: rem(14);
8299
- line-height: rem(16);
8300
- transition: 0.3s ease;
8301
- font-weight: 500;
8302
- cursor: pointer;
8303
- i {
8304
- font-size: rem(18);
8305
- margin: 0 rem(10) 0 0;
8306
- }
8307
- &:hover {
8308
- background-color: $wac-green-color-darken;
8309
- }
8310
- &:focus {
8311
- background-color: $wac-green-color-focus;
8312
- }
8313
- }
8314
- }
8315
- &.portrait {
8316
- .wac-upload {
8317
- &__wrapper {
8318
- min-width: rem(331);
8319
- border-radius: 3px;
8320
- border: 1px solid $wac-border-light;
8321
- padding: rem(30);
8322
- flex-direction: column;
8323
- justify-content: center;
8324
- &__visual {
8325
- > img {
8326
- display: block;
8327
- margin: 0 auto rem(10);
8328
- max-width: rem(40);
8329
- }
8330
- > strong {
8331
- display: block;
8332
- width: 100%;
8333
- text-align: center;
8334
- font-size: rem(14);
8335
- line-height: rem(16);
8336
- font-weight: 500;
8337
- margin: 0 0 rem(20);
8338
- }
8339
- }
8340
- > span {
8341
- font-size: rem(14);
8342
- line-height: rem(16);
8343
- margin: 0 0 rem(20);
8344
- }
8345
- }
8346
- }
8347
- }
8348
- &.landscape {
8349
- .wac-upload {
8350
- &__wrapper {
8351
- border-radius: 3px;
8352
- border: 1px solid $wac-border-light;
8353
- padding: rem(30);
8354
- flex-direction: row;
8355
- justify-content: center;
8356
- &__visual {
8357
- margin: 0 rem(20) 0 0;
8358
- > img {
8359
- display: block;
8360
- margin: 0 auto rem(10);
8361
- max-width: rem(40);
8362
- }
8363
- > strong {
8364
- display: block;
8365
- width: 100%;
8366
- text-align: center;
8367
- font-size: rem(14);
8368
- line-height: rem(16);
8369
- font-weight: 500;
8370
- margin: 0 0 rem(20);
8371
- }
8372
- }
8373
- > span {
8374
- font-size: rem(14);
8375
- line-height: rem(16);
8376
- margin: 0 rem(20) 0;
8377
- }
8378
- }
8379
- }
8380
- }
8381
- }
8382
- .wac-wrapper {
8383
- width: 100%;
8384
- &.max-width {
8385
- max-width: 1080px;
8386
- margin: 0 auto;
8387
- }
8388
- }
8389
- .wac-wrapper-blocs {
8390
- &.sidebar {
8391
- width: calc(100% + 30px);
8392
- transform: translateX(-15px);
8393
- display: flex;
8394
- flex-wrap: nowrap;
8395
- align-items: flex-start;
8396
- align-content: flex-start;
8397
- & > :first-child {
8398
- @include media('>=desktop') {
8399
- width: 100%;
8400
- }
8401
- }
8402
- & > :last-child:not(:first-child) {
8403
- min-width: 340px;
8404
- }
8405
- & > * {
8406
- margin: 0 15px;
8407
- }
8408
- }
8409
- }
8284
+ .wac-upload {
8285
+ width: auto;
8286
+ &__wrapper {
8287
+ width: 100%;
8288
+ display: flex;
8289
+ align-items: center;
8290
+ button {
8291
+ padding: 10.5px 20px;
8292
+ border: none;
8293
+ background-color: $wac-green-color;
8294
+ border-radius: 3px;
8295
+ color: $wac-white;
8296
+ font-size: rem(14);
8297
+ line-height: rem(16);
8298
+ transition: 0.3s ease;
8299
+ font-weight: 500;
8300
+ cursor: pointer;
8301
+ i {
8302
+ font-size: rem(18);
8303
+ margin: 0 rem(10) 0 0;
8304
+ }
8305
+ &:hover {
8306
+ background-color: $wac-green-color-darken;
8307
+ }
8308
+ &:focus {
8309
+ background-color: $wac-green-color-focus;
8310
+ }
8311
+ }
8312
+ }
8313
+ &.portrait {
8314
+ .wac-upload {
8315
+ &__wrapper {
8316
+ min-width: rem(331);
8317
+ border-radius: 3px;
8318
+ border: 1px solid $wac-border-light;
8319
+ padding: rem(30);
8320
+ flex-direction: column;
8321
+ justify-content: center;
8322
+ &__visual {
8323
+ > img {
8324
+ display: block;
8325
+ margin: 0 auto rem(10);
8326
+ max-width: rem(40);
8327
+ }
8328
+ > strong {
8329
+ display: block;
8330
+ width: 100%;
8331
+ text-align: center;
8332
+ font-size: rem(14);
8333
+ line-height: rem(16);
8334
+ font-weight: 500;
8335
+ margin: 0 0 rem(20);
8336
+ }
8337
+ }
8338
+ > span {
8339
+ font-size: rem(14);
8340
+ line-height: rem(16);
8341
+ margin: 0 0 rem(20);
8342
+ }
8343
+ }
8344
+ }
8345
+ }
8346
+ &.landscape {
8347
+ .wac-upload {
8348
+ &__wrapper {
8349
+ border-radius: 3px;
8350
+ border: 1px solid $wac-border-light;
8351
+ padding: rem(30);
8352
+ flex-direction: row;
8353
+ justify-content: center;
8354
+ &__visual {
8355
+ margin: 0 rem(20) 0 0;
8356
+ > img {
8357
+ display: block;
8358
+ margin: 0 auto rem(10);
8359
+ max-width: rem(40);
8360
+ }
8361
+ > strong {
8362
+ display: block;
8363
+ width: 100%;
8364
+ text-align: center;
8365
+ font-size: rem(14);
8366
+ line-height: rem(16);
8367
+ font-weight: 500;
8368
+ margin: 0 0 rem(20);
8369
+ }
8370
+ }
8371
+ > span {
8372
+ font-size: rem(14);
8373
+ line-height: rem(16);
8374
+ margin: 0 rem(20) 0;
8375
+ }
8376
+ }
8377
+ }
8378
+ }
8379
+ }
8380
+ .wac-wrapper {
8381
+ width: 100%;
8382
+ &.max-width {
8383
+ max-width: 1080px;
8384
+ margin: 0 auto;
8385
+ }
8386
+ }
8387
+ .wac-wrapper-blocs {
8388
+ &.sidebar {
8389
+ width: calc(100% + 30px);
8390
+ transform: translateX(-15px);
8391
+ display: flex;
8392
+ flex-wrap: nowrap;
8393
+ align-items: flex-start;
8394
+ align-content: flex-start;
8395
+ & > :first-child {
8396
+ @include media('>=desktop') {
8397
+ width: 100%;
8398
+ }
8399
+ }
8400
+ & > :last-child:not(:first-child) {
8401
+ min-width: 340px;
8402
+ }
8403
+ & > * {
8404
+ margin: 0 15px;
8405
+ }
8406
+ }
8407
+ }
8410
8408
  .wac-wrapper-multiple-block {
8411
8409
  width: 100%;
8412
8410
  display: flex;
@@ -8622,29 +8620,29 @@ h1.wac-h1 {
8622
8620
  font-weight: normal;
8623
8621
  }
8624
8622
  }
8625
- h2.wac-h2 {
8626
- font-size: rem(18);
8627
- line-height: rem(21);
8628
- font-weight: 500;
8629
- color: $wac-main-text;
8630
- }h3.wac-h3 {
8631
- font-size: rem(16);
8632
- line-height: rem(19);
8633
- font-weight: 500;
8634
- color: $wac-main-text;
8635
- &.grey {
8636
- color: $wac-second-color;
8637
- }
8638
- }
8639
- h4.wac-h4 {
8640
- font-size: rem(14);
8641
- line-height: rem(16);
8642
- font-weight: 500;
8643
- color: $wac-main-text;
8644
- &.grey {
8645
- color: $wac-second-color;
8646
- }
8647
- }
8623
+ h2.wac-h2 {
8624
+ font-size: rem(18);
8625
+ line-height: rem(21);
8626
+ font-weight: 500;
8627
+ color: $wac-main-text;
8628
+ }h3.wac-h3 {
8629
+ font-size: rem(16);
8630
+ line-height: rem(19);
8631
+ font-weight: 500;
8632
+ color: $wac-main-text;
8633
+ &.grey {
8634
+ color: $wac-second-color;
8635
+ }
8636
+ }
8637
+ h4.wac-h4 {
8638
+ font-size: rem(14);
8639
+ line-height: rem(16);
8640
+ font-weight: 500;
8641
+ color: $wac-main-text;
8642
+ &.grey {
8643
+ color: $wac-second-color;
8644
+ }
8645
+ }
8648
8646
  .wac-input {
8649
8647
  ::-webkit-input-placeholder {
8650
8648
  /* Chrome/Opera/Safari */