@wizishop/angular-components 15.1.109 → 18.0.0

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 +2194 -2188
  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/esm2022/lib/components/ai-express/ai-express.component.mjs +83 -0
  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 +194 -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 +38 -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 +141 -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 +444 -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/{esm2020 → esm2022}/lib/components/text-area/text-area.component.mjs +4 -4
  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 +892 -901
  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 -3
  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 +1 -1
  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 -1
  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 -2
  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 +26 -32
  244. package/esm2020/lib/components/ai-express/ai-express.component.mjs +0 -83
  245. package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +0 -21
  246. package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +0 -41
  247. package/esm2020/lib/components/back/back.component.mjs +0 -12
  248. package/esm2020/lib/components/block/block.component.mjs +0 -124
  249. package/esm2020/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
  250. package/esm2020/lib/components/button/button.component.mjs +0 -200
  251. package/esm2020/lib/components/calendar/calendar.component.mjs +0 -237
  252. package/esm2020/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
  253. package/esm2020/lib/components/delete/delete.component.mjs +0 -12
  254. package/esm2020/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
  255. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -26
  256. package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
  257. package/esm2020/lib/components/expansion/accordion/accordion.component.mjs +0 -74
  258. package/esm2020/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
  259. package/esm2020/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
  260. package/esm2020/lib/components/filters/filters.component.mjs +0 -41
  261. package/esm2020/lib/components/free-popin/free-popin.component.mjs +0 -66
  262. package/esm2020/lib/components/header-page/header-page.component.mjs +0 -42
  263. package/esm2020/lib/components/hn/h2/h2.component.mjs +0 -13
  264. package/esm2020/lib/components/hn/h3/h3.component.mjs +0 -18
  265. package/esm2020/lib/components/hn/h4/h4.component.mjs +0 -18
  266. package/esm2020/lib/components/image/image.component.mjs +0 -17
  267. package/esm2020/lib/components/info/info.component.mjs +0 -12
  268. package/esm2020/lib/components/inputs/input/input.component.mjs +0 -184
  269. package/esm2020/lib/components/inputs/input-search/input-search.component.mjs +0 -65
  270. package/esm2020/lib/components/link/link.component.mjs +0 -57
  271. package/esm2020/lib/components/logo/logo.component.mjs +0 -20
  272. package/esm2020/lib/components/mosaic/mosaic.component.mjs +0 -81
  273. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +0 -115
  274. package/esm2020/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -97
  275. package/esm2020/lib/components/pagination/pagination.component.mjs +0 -50
  276. package/esm2020/lib/components/pagination/pagination.module.mjs +0 -33
  277. package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
  278. package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
  279. package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
  280. package/esm2020/lib/components/popin/popin.component.mjs +0 -73
  281. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +0 -75
  282. package/esm2020/lib/components/radio/radio.component.mjs +0 -38
  283. package/esm2020/lib/components/radio-legacy/radio.component.mjs +0 -58
  284. package/esm2020/lib/components/row/row.component.mjs +0 -144
  285. package/esm2020/lib/components/search/search.component.mjs +0 -86
  286. package/esm2020/lib/components/select/option/select-option.directive.mjs +0 -98
  287. package/esm2020/lib/components/select/select/select.component.mjs +0 -198
  288. package/esm2020/lib/components/select/select/select.directive.mjs +0 -175
  289. package/esm2020/lib/components/select/select/value-change.service.mjs +0 -190
  290. package/esm2020/lib/components/select-in-text/select-in-text.component.mjs +0 -103
  291. package/esm2020/lib/components/selected-list/selected-list.component.mjs +0 -62
  292. package/esm2020/lib/components/separator/separator.component.mjs +0 -17
  293. package/esm2020/lib/components/settings/settings.component.mjs +0 -12
  294. package/esm2020/lib/components/shared-components.module.mjs +0 -438
  295. package/esm2020/lib/components/snackbar/snackbar.component.mjs +0 -85
  296. package/esm2020/lib/components/state/state.component.mjs +0 -16
  297. package/esm2020/lib/components/summary/summary.component.mjs +0 -41
  298. package/esm2020/lib/components/switch/switch.component.mjs +0 -89
  299. package/esm2020/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
  300. package/esm2020/lib/components/table/directives/column.directive.mjs +0 -42
  301. package/esm2020/lib/components/table/directives/columnHeader.directive.mjs +0 -199
  302. package/esm2020/lib/components/table/shared/filters-table.service.mjs +0 -68
  303. package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
  304. package/esm2020/lib/components/table/table.component.mjs +0 -146
  305. package/esm2020/lib/components/tabs/tabs.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 -7023
  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.109.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;
@@ -1090,7 +1090,9 @@ wac-block {
1090
1090
  }
1091
1091
 
1092
1092
  &.width-auto {
1093
- width: fit-content;
1093
+ display: inline-block;
1094
+ width: auto;
1095
+ margin: 0 auto;
1094
1096
  }
1095
1097
 
1096
1098
  &.white-space-no-wrap {
@@ -1198,12 +1200,6 @@ wac-block {
1198
1200
  }
1199
1201
  }
1200
1202
 
1201
- .loading-class {
1202
- display: flex;
1203
- align-items: center;
1204
- gap: 5px;
1205
- }
1206
-
1207
1203
  &__coin {
1208
1204
  margin: 0 0 0 rem(15);
1209
1205
  display: flex;
@@ -2572,7 +2568,6 @@ wac-calendar {
2572
2568
  }
2573
2569
  &--edit {
2574
2570
  display: flex;
2575
- flex-direction: column;
2576
2571
  justify-content: flex-start;
2577
2572
  align-items: center;
2578
2573
  align-content: center;
@@ -2700,6 +2695,7 @@ wac-calendar {
2700
2695
  align-content: center;
2701
2696
  align-items: center;
2702
2697
  cursor: pointer;
2698
+ max-width: 140px;
2703
2699
  &:after {
2704
2700
  position: absolute;
2705
2701
  content: '';
@@ -3706,39 +3702,38 @@ wac-calendar {
3706
3702
  }
3707
3703
  }
3708
3704
  }
3709
- .wac-delete {
3710
- width: 40px;
3711
- height: 40px;
3712
-
3713
- &__wrapper {
3714
- @include flexbox();
3715
- @include justify-content(center);
3716
- @include align-items(center);
3717
- width: 100%;
3718
- height: 100%;
3719
- border-radius: 3px;
3720
- background-color: transparent;
3721
- transition: background-color 0.3s ease-in-out;
3722
- cursor: pointer;
3723
-
3724
- i {
3725
- color: $wac-border-form;
3726
- font-size: 14px;
3727
- line-height: 23px;
3728
- transition: color 0.3s ease-in-out;
3729
- }
3730
-
3731
- &:hover {
3732
- background-color: $wac-primary-button;
3733
- transition: background-color 0.3s ease-in-out;
3734
-
3735
- i {
3736
- color: $wac-white;
3737
- transition: color 0.3s ease-in-out;
3738
- }
3739
- }
3740
- }
3741
- }
3705
+ .wac-delete {
3706
+ width: 40px;
3707
+ height: 40px;
3708
+
3709
+ &__wrapper {
3710
+ @include flexbox();
3711
+ @include justify-content(center);
3712
+ @include align-items(center);
3713
+ width: 100%;
3714
+ height: 100%;
3715
+ border-radius: 3px;
3716
+ background-color: transparent;
3717
+ transition: background-color 0.3s ease-in-out;
3718
+
3719
+ i {
3720
+ color: $wac-border-form;
3721
+ font-size: 14px;
3722
+ line-height: 23px;
3723
+ transition: color 0.3s ease-in-out;
3724
+ }
3725
+
3726
+ &:hover {
3727
+ background-color: $wac-primary-button;
3728
+ transition: background-color 0.3s ease-in-out;
3729
+
3730
+ i {
3731
+ color: $wac-white;
3732
+ transition: color 0.3s ease-in-out;
3733
+ }
3734
+ }
3735
+ }
3736
+ }
3742
3737
  .wac-draganddrop-list {
3743
3738
  width: 100%;
3744
3739
  background-color: $wac-white;
@@ -3876,90 +3871,90 @@ wac-calendar {
3876
3871
  .wac-draganddrop-list__wrapper.cdk-drop-list-dragging .wac-draganddrop-list__wrapper__item:not(.cdk-drag-placeholder) {
3877
3872
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
3878
3873
  }
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
- }
3874
+ .wac-dropdown {
3875
+ display: inline-block;
3876
+ width: 40px;
3877
+ height: 40px;
3878
+
3879
+ &__wrapper {
3880
+ @include flexbox();
3881
+ @include justify-content(center);
3882
+ @include align-items(center);
3883
+ width: 100%;
3884
+ height: 100%;
3885
+ position: relative;
3886
+
3887
+ &__icon {
3888
+ font-size: 30px;
3889
+ line-height: 18px;
3890
+ color: $wac-second-color;
3891
+ transition: color 0.3s ease, transform 0.3s ease;
3892
+ }
3893
+
3894
+ &__sublevel {
3895
+ position: absolute;
3896
+ min-width: 160px;
3897
+ top: 100%;
3898
+ right: 0;
3899
+ z-index: -1;
3900
+ opacity: 0;
3901
+ background-color: $wac-white;
3902
+ border-radius: rem(3);
3903
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
3904
+ visibility: hidden;
3905
+ transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
3906
+
3907
+ &__container {
3908
+ padding: 10px 10px;
3909
+ border: 1px solid $wac-border-color;
3910
+ border-radius: 3px;
3911
+
3912
+ &__item {
3913
+ padding: 5.7px 10px;
3914
+ font-size: 14px;
3915
+ line-height: 24px;
3916
+ color: $wac-second-color;
3917
+ cursor: pointer;
3918
+ transition: background-color 0.3s ease, color 0.3s ease;
3919
+ display: flex;
3920
+ justify-content: flex-start;
3921
+ align-items: center;
3922
+ align-content: center;
3923
+
3924
+ i {
3925
+ min-width: 15px;
3926
+ margin-right: 5px;
3927
+ text-align: center;
3928
+ }
3929
+ span {
3930
+ white-space: nowrap;
3931
+ }
3932
+
3933
+ &:hover {
3934
+ background-color: $wac-gray-background;
3935
+ transition: background-color 0.3s ease, color 0.3s ease;
3936
+ color: $wac-input-active-color;
3937
+ }
3938
+ }
3939
+ }
3940
+ }
3941
+
3942
+ &:hover {
3943
+ .wac-dropdown__wrapper__icon {
3944
+ color: $wac-wizishop-blue;
3945
+ transform: rotate(90deg);
3946
+ transition: color 0.3s ease, transform 0.3s ease;
3947
+ }
3948
+
3949
+ .wac-dropdown__wrapper__sublevel {
3950
+ visibility: visible;
3951
+ opacity: 1;
3952
+ z-index: 2;
3953
+ transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
3954
+ }
3955
+ }
3956
+ }
3957
+ }
3963
3958
  .wac-edit-in-place.nwb-wrapper {
3964
3959
  display: inline-block;
3965
3960
  position: relative;
@@ -4244,290 +4239,290 @@ wac-calendar {
4244
4239
  }
4245
4240
  }
4246
4241
  }
4247
- .wac-filters {
4242
+ .wac-filters {
4243
+ width: 100%;
4244
+ &__wrapper {
4245
+ width: 100%;
4246
+ display: flex;
4247
+ flex-wrap: wrap;
4248
+ justify-content: flex-start;
4249
+ align-items: center;
4250
+ align-content: center;
4251
+ button {
4252
+ position: relative;
4253
+ width: auto;
4254
+ display: flex;
4255
+ align-items: center;
4256
+ font-size: rem(14);
4257
+ line-height: rem(16);
4258
+ font-weight: 400;
4259
+ color: $wac-second-color;
4260
+ border: 1px solid $wac-border-light;
4261
+ border-radius: 3px;
4262
+ background: transparent;
4263
+ box-shadow: none;
4264
+ margin-bottom: rem(10);
4265
+ transition: 0.3s ease;
4266
+ cursor: pointer;
4267
+ padding: 12px 20px;
4268
+ .event {
4269
+ position: absolute;
4270
+ top: 0;
4271
+ left: 0;
4272
+ width: 100%;
4273
+ height: 100%;
4274
+ z-index: 2;
4275
+ display: inline-block;
4276
+ }
4277
+ i {
4278
+ color: $wac-main-text;
4279
+ font-size: rem(14);
4280
+ margin: 0 rem(10) 0 0;
4281
+ }
4282
+ &:hover,
4283
+ &:focus,
4284
+ &.active {
4285
+ border-color: $wac-wizishop-blue;
4286
+ color: $wac-main-text;
4287
+ }
4288
+ &:not(:last-child) {
4289
+ margin: 0 rem(10) rem(10) 0;
4290
+ }
4291
+ }
4292
+ > span {
4293
+ position: relative;
4294
+ color: $wac-link-color;
4295
+ display: inline-block;
4296
+ transition: 0.3s ease;
4297
+ font-size: rem(14);
4298
+ line-height: rem(16);
4299
+ margin: 0 0 0 rem(30);
4300
+ cursor: pointer;
4301
+ z-index: 1;
4302
+ &:before {
4303
+ content: '';
4304
+ display: block;
4305
+ position: absolute;
4306
+ width: 100%;
4307
+ max-width: 0;
4308
+ height: 1px;
4309
+ border-radius: 3px;
4310
+ background-color: darken($wac-link-color, 15%);
4311
+ left: 0;
4312
+ bottom: -2px;
4313
+ transition: 0.3s ease;
4314
+ }
4315
+ &:hover,
4316
+ &:focus {
4317
+ color: darken($wac-link-color, 15%);
4318
+ &:before {
4319
+ max-width: 100%;
4320
+ }
4321
+ }
4322
+ }
4323
+ }
4324
+ }
4325
+ .wac-free-popin {
4326
+ height: 100%;
4327
+ width: 100%;
4328
+ width: 100vw;
4329
+ height: 100vh;
4330
+ position: fixed;
4331
+ top: 0;
4332
+ left: 0;
4333
+
4334
+ &__wrapper {
4335
+ background-color: white;
4336
+ border: 1px solid $wac-border-color;
4337
+ border-radius: 3px;
4338
+ margin: auto;
4339
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4340
+ position: absolute;
4341
+ left: 50%;
4342
+ top: 50%;
4343
+ transform: translate(-50%, -50%);
4344
+ padding: 50px;
4345
+ z-index: 3;
4346
+ max-height: 90vh;
4347
+ display: flex;
4348
+ flex-wrap: nowrap;
4349
+ flex-direction: column;
4350
+ justify-content: center;
4351
+ align-items: center;
4352
+ width: 100%;
4353
+ max-width: 575px;
4354
+ overflow: hidden;
4355
+
4356
+ &__content {
4357
+ position: relative;
4358
+ overflow: hidden;
4359
+ display: flex;
4360
+ > * {
4361
+ height: auto;
4362
+ }
4363
+ }
4364
+
4365
+ div:not([class]) {
4366
+ width: 100%;
4367
+ margin: 0 0 17px;
4368
+ }
4369
+
4370
+ > * {
4371
+ width: 100%;
4372
+ }
4373
+
4374
+ &__button-close {
4375
+ position: absolute;
4376
+ top: 10px;
4377
+ right: 10px;
4378
+ width: 30px;
4379
+ height: 30px;
4380
+ border-radius: 50%;
4381
+ display: flex;
4382
+ justify-content: center;
4383
+ align-items: center;
4384
+ background-color: $wac-popin-btn-close;
4385
+ transition: .3s ease;
4386
+ i {
4387
+ color: $wac-second-color;
4388
+ font-size: 14px;
4389
+ font-weight: 400;
4390
+ }
4391
+ &:hover, &:focus {
4392
+ background-color: $wac-main-text;
4393
+ i {
4394
+ color: $wac-white;
4395
+ }
4396
+ }
4397
+ }
4398
+
4399
+ h1 {
4400
+ font-size: rem(30);
4401
+ line-height: rem(35);
4402
+ font-weight: 600;
4403
+ color: $wac-main-text;
4404
+ }
4405
+
4406
+ h2 {
4407
+ font-size: rem(18);
4408
+ line-height: rem(21);
4409
+ font-weight: 500;
4410
+ color: $wac-main-text;
4411
+ }
4412
+
4413
+ h3 {
4414
+ font-size: rem(16);
4415
+ line-height: rem(19);
4416
+ font-weight: 500;
4417
+ color: $wac-main-text;
4418
+ }
4419
+
4420
+ h4 {
4421
+ font-size: rem(14);
4422
+ line-height: rem(16);
4423
+ font-weight: 500;
4424
+ color: $wac-main-text;
4425
+ }
4426
+
4427
+ img {
4428
+ width: auto;
4429
+ height: auto;
4430
+ margin: 0 auto;
4431
+ }
4432
+
4433
+ &__title {
4434
+ font: normal normal bold 20px/25px sans-serif;
4435
+ color: $wac-main-text;
4436
+ }
4437
+
4438
+ &__buttons {
4439
+ width: 100%;
4440
+ display: flex;
4441
+ flex-direction: column;
4442
+ align-items: center;
4443
+ margin: 30px 0 0;
4444
+ &__button {
4445
+ margin: 10px;
4446
+ width: auto;
4447
+ }
4448
+ }
4449
+ }
4450
+ &__background {
4451
+ z-index: 1;
4452
+ position: absolute;
4453
+ top: 0;
4454
+ left: 0;
4455
+ width: 100%;
4456
+ height: 100%;
4457
+ background-color: transparentize($wac-main-text, .5);
4458
+ }
4459
+ }
4460
+
4461
+ .wac-free-popin .ps-content > * {
4462
+ padding-right: 15px;
4463
+ }
4464
+ .wac-google-preview {
4465
+ padding: 30px;
4466
+ border: 1px solid $wac-google-preview-border;
4248
4467
  width: 100%;
4249
- &__wrapper {
4468
+ display: flex;
4469
+ flex-direction: column;
4470
+ align-items: flex-start;
4471
+ justify-content: flex-start;
4472
+ font-family: 'Arial', sans-serif;
4473
+ overflow: hidden;
4474
+ &__url {
4250
4475
  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;
4476
+ white-space: nowrap;
4477
+ text-overflow: ellipsis;
4478
+ overflow: hidden;
4479
+ color: $wac-google-preview-url;
4480
+ font-size: rem(14);
4481
+ margin: 0 0 10px;
4482
+ line-height: rem(16);
4483
+ }
4484
+ &__title {
4485
+ width: 100%;
4486
+ color: $wac-google-preview-title;
4487
+ font-size: rem(20);
4488
+ line-height: rem(22);
4489
+ text-overflow: ellipsis;
4490
+ white-space: nowrap;
4491
+ overflow: hidden;
4492
+ margin: 0 0 rem(12);
4493
+ }
4494
+ &__description {
4495
+ width: 100%;
4496
+ font-size: rem(14);
4497
+ line-height: rem(24);
4498
+ overflow: hidden;
4499
+ color: $wac-google-preview-description;
4500
+ margin: 0;
4501
+ }
4502
+ }
4503
+ .wac-header-page {
4504
+ width: 100%;
4505
+ background-color: transparent;
4506
+ position: relative;
4507
+ z-index: 2;
4508
+ &__maxWidth {
4509
+ width: 100%;
4510
+ margin: 0 auto;
4511
+ &__top {
4512
+ width: 100%;
4259
4513
  display: flex;
4514
+ justify-content: space-between;
4260
4515
  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;
4516
+ margin: 0 0 27px;
4517
+ @include media('<tablet') {
4518
+ flex-direction: column;
4519
+ flex-wrap: wrap;
4520
+ justify-content: flex-start;
4521
+ align-items: flex-start;
4522
+ margin: 0;
4292
4523
  }
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;
4472
- width: 100%;
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 {
4480
- width: 100%;
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;
4506
- }
4507
- }
4508
- .wac-header-page {
4509
- width: 100%;
4510
- background-color: transparent;
4511
- position: relative;
4512
- z-index: 2;
4513
- &__maxWidth {
4514
- width: 100%;
4515
- margin: 0 auto;
4516
- &__top {
4517
- width: 100%;
4518
- display: flex;
4519
- justify-content: space-between;
4520
- align-items: center;
4521
- margin: 0 0 27px;
4522
- @include media('<tablet') {
4523
- flex-direction: column;
4524
- flex-wrap: wrap;
4525
- justify-content: flex-start;
4526
- align-items: flex-start;
4527
- margin: 0;
4528
- }
4529
- &.center {
4530
- justify-content: center;
4524
+ &.center {
4525
+ justify-content: center;
4531
4526
  }
4532
4527
  &__left {
4533
4528
  width: auto;
@@ -4625,89 +4620,89 @@ wac-calendar {
4625
4620
  }
4626
4621
  }
4627
4622
  }
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
- }
4623
+ .wac-image {
4624
+ width: 60px;
4625
+ height: 60px;
4626
+
4627
+ &__wrapper {
4628
+ @include flexbox();
4629
+ @include justify-content(center);
4630
+ @include align-items(center);
4631
+ width: 100%;
4632
+ height: 100%;
4633
+ border-radius: 3px;
4634
+ border: 1px solid $wac-border-light;
4635
+ background-position: center;
4636
+ background-size: contain;
4637
+ background-repeat: no-repeat;
4638
+
4639
+ &.empty {
4640
+ background-color: $wac-gray-background;
4641
+ }
4642
+
4643
+ i {
4644
+ color: $wac-border-form;
4645
+ font-size: 25px;
4646
+ line-height: 23px;
4647
+ }
4648
+ }
4649
+ }
4650
+ .wac-info {
4651
+ display: inline-block;
4652
+ width: 40px;
4653
+ height: 40px;
4654
+
4655
+ &__wrapper {
4656
+ @include flexbox();
4657
+ @include justify-content(center);
4658
+ @include align-items(center);
4659
+ width: 100%;
4660
+ height: 100%;
4661
+ position: relative;
4662
+
4663
+ i {
4664
+ font-size: 14px;
4665
+ line-height: 25px;
4666
+ color: $wac-second-color;
4667
+ transition: color 0.3s ease-in-out;
4668
+ }
4669
+
4670
+ &__sublevel {
4671
+ position: absolute;
4672
+ width: 350px;
4673
+ top: 13px;
4674
+ left: 100%;
4675
+ z-index: -1;
4676
+ opacity: 0;
4677
+ background-color: $wac-white;
4678
+ border-radius: rem(3);
4679
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
4680
+ visibility: hidden;
4681
+ transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4682
+
4683
+ &__container {
4684
+ padding: 15px 20px;
4685
+ font-size: rem(14);
4686
+ line-height: rem(25);
4687
+ color: $wac-second-color;
4688
+ }
4689
+ }
4690
+
4691
+ &:hover {
4692
+ i {
4693
+ color: $wac-input-active-color;
4694
+ transition: color 0.3s ease-in-out;
4695
+ }
4696
+
4697
+ .wac-info__wrapper__sublevel {
4698
+ visibility: visible;
4699
+ opacity: 1;
4700
+ z-index: 2;
4701
+ transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4702
+ }
4703
+ }
4704
+ }
4705
+ }
4711
4706
  .wac-link {
4712
4707
  position: relative;
4713
4708
  color: $wac-link-color;
@@ -4761,110 +4756,110 @@ wac-calendar {
4761
4756
  transition: opacity .3s ease 0s, visibility 0s linear .35s;
4762
4757
  }
4763
4758
  }
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
- }
4857
- .wac-mosaic {
4858
- height: 450px;
4859
- position: relative;
4860
- &__loader {
4861
- min-height: 450px;
4862
- width: 100%;
4863
- @include media('>tablet') {
4864
- flex-direction: row;
4865
- width: calc(100% + 10px);
4866
- transform: translateX(-5px);
4867
- }
4759
+ .wac-loader {
4760
+ &.is-small {
4761
+ position: absolute;
4762
+ right: 0;
4763
+ left: 0;
4764
+ top: -70px;
4765
+ transform: scale(0.6);
4766
+ }
4767
+ margin-bottom: rem(80);
4768
+
4769
+ @keyframes rotate {
4770
+ 0% {
4771
+ transform: rotate(0deg);
4772
+ }
4773
+ 50% {
4774
+ transform: rotate(180deg);
4775
+ }
4776
+ 100% {
4777
+ transform: rotate(360deg);
4778
+ }
4779
+ }
4780
+
4781
+ @keyframes rotate2 {
4782
+ 0% {
4783
+ transform: rotate(0deg);
4784
+ border-top-color: $wac-color-loader;
4785
+ }
4786
+ 50% {
4787
+ transform: rotate(180deg);
4788
+ border-top-color: $wac-color-loader2;
4789
+ }
4790
+ 100% {
4791
+ transform: rotate(360deg);
4792
+ border-top-color: $wac-color-loader;
4793
+ }
4794
+ }
4795
+
4796
+ @mixin loaderDivMixin {
4797
+ border-radius: 50%;
4798
+ padding: rem(8);
4799
+ border: rem(2) solid transparent;
4800
+ animation: rotate linear 3.5s infinite;
4801
+ }
4802
+
4803
+ .loader {
4804
+ position: relative;
4805
+ margin: rem(75) auto;
4806
+ width: rem(150);
4807
+ height: rem(150);
4808
+ display: block;
4809
+ overflow: hidden;
4810
+ div {
4811
+ height: 100%;
4812
+ }
4813
+ }
4814
+
4815
+ /* loader 1 */
4816
+ .loader1,
4817
+ .loader1 div {
4818
+ @include loaderDivMixin;
4819
+ border-top-color: $wac-color-loader;
4820
+ border-bottom-color: $wac-color-loader2;
4821
+ }
4822
+
4823
+ div:hover {
4824
+ animation-play-state: paused;
4825
+ }
4826
+
4827
+ .loader,
4828
+ .loader * {
4829
+ will-change: transform;
4830
+ }
4831
+
4832
+ p {
4833
+ margin-top: -50px;
4834
+ font-weight: 500;
4835
+ }
4836
+ }
4837
+ .wac-logo {
4838
+ &__wrapper {
4839
+ svg {
4840
+ width: 128px !important;
4841
+ }
4842
+
4843
+ &.white {
4844
+ .cls-0,
4845
+ .cls-1,
4846
+ .cls-2 {
4847
+ fill: white;
4848
+ }
4849
+ }
4850
+ }
4851
+ }
4852
+ .wac-mosaic {
4853
+ height: 450px;
4854
+ position: relative;
4855
+ &__loader {
4856
+ min-height: 450px;
4857
+ width: 100%;
4858
+ @include media('>tablet') {
4859
+ flex-direction: row;
4860
+ width: calc(100% + 10px);
4861
+ transform: translateX(-5px);
4862
+ }
4868
4863
  }
4869
4864
  &__wrapper {
4870
4865
  width: 100%;
@@ -4994,6 +4989,330 @@ wac-calendar {
4994
4989
  background-position: 1080px 0
4995
4990
  }
4996
4991
  }
4992
+ .wac-multiple-search {
4993
+ width: 100%;
4994
+ min-height: 50px;
4995
+ border-radius: 3px;
4996
+ background-color: $wac-white;
4997
+ position: relative;
4998
+ z-index: 2;
4999
+ border: 1px solid $wac-border-light;
5000
+ transition: 0.3s ease;
5001
+ &.open {
5002
+ border-color: $wac-wizishop-blue;
5003
+ }
5004
+ &__wrapper {
5005
+ position: relative;
5006
+ display: flex;
5007
+ justify-content: space-between;
5008
+ align-items: stretch;
5009
+ align-content: stretch;
5010
+ flex-wrap: nowrap;
5011
+ @include media('<tablet') {
5012
+ padding: 0 12px;
5013
+ }
5014
+ &__left {
5015
+ width: auto;
5016
+ display: flex;
5017
+ justify-content: space-between;
5018
+ align-content: center;
5019
+ align-items: center;
5020
+ flex-wrap: nowrap;
5021
+ position: relative;
5022
+ min-height: 50px;
5023
+ transition: background-color 0.3s ease;
5024
+ background-color: $wac-select-icon-background;
5025
+ &__background {
5026
+ position: absolute;
5027
+ width: 100%;
5028
+ left: 0;
5029
+ top: 0;
5030
+ height: 100%;
5031
+ opacity: 0;
5032
+ z-index: 4;
5033
+ transition: opacity 0.3s ease;
5034
+ cursor: pointer;
5035
+ }
5036
+ > span {
5037
+ color: $wac-second-color;
5038
+ white-space: nowrap;
5039
+ font-size: rem(14);
5040
+ line-height: rem(16);
5041
+ margin: 0 40px 0 20px;
5042
+ transition: 0.3s ease;
5043
+ position: relative;
5044
+ z-index: 2;
5045
+ cursor: pointer;
5046
+ @include media('<tablet') {
5047
+ text-indent: -9999999px;
5048
+ margin: 0;
5049
+ width: 11px;
5050
+ }
5051
+ }
5052
+ > i {
5053
+ transition: 0.3s ease;
5054
+ position: relative;
5055
+ z-index: 2;
5056
+ cursor: pointer;
5057
+ &:nth-child(2) {
5058
+ font-size: rem(10);
5059
+ color: $wac-main-text;
5060
+ margin: 0 20px 0 0;
5061
+ @include media('<tablet') {
5062
+ margin: 0 10px 0 0;
5063
+ }
5064
+ }
5065
+ }
5066
+ &__select {
5067
+ position: absolute;
5068
+ top: 50px;
5069
+ width: 100%;
5070
+ left: 0;
5071
+ margin-top: 11px;
5072
+ background-color: $wac-white;
5073
+ z-index: 3;
5074
+ box-shadow: 3px 3px 20px $wac-multiple-search-box-shadow;
5075
+ border-radius: 3px;
5076
+ border: 1px solid $wac-border-light;
5077
+ padding: 10px;
5078
+ min-width: 340px;
5079
+ &__item {
5080
+ width: 100%;
5081
+ font-size: rem(14);
5082
+ line-height: rem(30);
5083
+ cursor: pointer;
5084
+ transition: 0.3s ease;
5085
+ position: relative;
5086
+ padding: 0 10px;
5087
+ &:nth-child(2n) {
5088
+ background-color: $wac-gray-background;
5089
+ }
5090
+ &:not(:last-child) {
5091
+ margin: 0 0 rem(10);
5092
+ }
5093
+ span {
5094
+ color: $wac-main-text;
5095
+ font-size: rem(12);
5096
+ text-align: left;
5097
+ }
5098
+ &:hover,
5099
+ &:focus {
5100
+ background-color: darken($wac-gray-background, 15%);
5101
+ color: $wac-main-text;
5102
+ }
5103
+ }
5104
+ }
5105
+ &:hover,
5106
+ &:focus,
5107
+ &.open {
5108
+ background-color: $wac-hover-multiple-search;
5109
+ }
5110
+ }
5111
+ &__right {
5112
+ width: 100%;
5113
+ min-height: 50px;
5114
+ position: relative;
5115
+ form {
5116
+ width: 100%;
5117
+ }
5118
+ input {
5119
+ background: transparent;
5120
+ border: none;
5121
+ color: $wac-main-text;
5122
+ font-size: rem(14);
5123
+ height: 50px;
5124
+ line-height: 50px;
5125
+ padding: 0 20px 0 48px;
5126
+ font-weight: 400;
5127
+ width: 100%;
5128
+ @include media('<tablet') {
5129
+ padding: 0 0 0 10px;
5130
+ }
5131
+ &::-webkit-input-placeholder {
5132
+ /* Chrome/Opera/Safari */
5133
+ color: $wac-multiple-search-input-color;
5134
+ opacity: 1;
5135
+ font-weight: 400;
5136
+ @include media('<tablet') {
5137
+ font-size: rem(11);
5138
+ }
5139
+ }
5140
+ &::-moz-placeholder {
5141
+ /* Firefox 19+ */
5142
+ color: $wac-multiple-search-input-color;
5143
+ opacity: 1;
5144
+ font-weight: 400;
5145
+ @include media('<tablet') {
5146
+ font-size: rem(11);
5147
+ }
5148
+ }
5149
+ &:-ms-input-placeholder {
5150
+ /* IE 10+ */
5151
+ color: $wac-multiple-search-input-color;
5152
+ opacity: 1;
5153
+ font-weight: 400;
5154
+ @include media('<tablet') {
5155
+ font-size: rem(11);
5156
+ }
5157
+ }
5158
+ &:-moz-placeholder {
5159
+ /* Firefox 18- */
5160
+ color: $wac-multiple-search-input-color;
5161
+ opacity: 1;
5162
+ font-weight: 400;
5163
+ @include media('<tablet') {
5164
+ font-size: rem(11);
5165
+ }
5166
+ }
5167
+ &:focus {
5168
+ & + button i {
5169
+ color: $wac-main-text;
5170
+ }
5171
+ &::-webkit-input-placeholder {
5172
+ /* Chrome/Opera/Safari */
5173
+ color: $wac-white;
5174
+ opacity: 1;
5175
+ }
5176
+ &::-moz-placeholder {
5177
+ /* Firefox 19+ */
5178
+ color: $wac-white;
5179
+ opacity: 1;
5180
+ }
5181
+ &:-ms-input-placeholder {
5182
+ /* IE 10+ */
5183
+ color: $wac-white;
5184
+ opacity: 1;
5185
+ }
5186
+ &:-moz-placeholder {
5187
+ /* Firefox 18- */
5188
+ color: $wac-white;
5189
+ opacity: 1;
5190
+ }
5191
+ }
5192
+ }
5193
+ button {
5194
+ display: flex;
5195
+ align-items: center;
5196
+ align-content: center;
5197
+ justify-content: center;
5198
+ width: 18px;
5199
+ height: 18px;
5200
+ border-radius: 3px;
5201
+ position: absolute;
5202
+ left: 20px;
5203
+ top: 50%;
5204
+ transform: translateY(-50%);
5205
+ border: none;
5206
+ cursor: pointer;
5207
+ background-color: $wac-white;
5208
+ i {
5209
+ font-size: rem(18);
5210
+ color: $wac-color-icon-search-multiple-search;
5211
+ transition: 0.3s ease;
5212
+ }
5213
+ &:hover {
5214
+ i {
5215
+ color: $wac-wizishop-blue !important;
5216
+ }
5217
+ }
5218
+ }
5219
+ }
5220
+ }
5221
+ &__error {
5222
+ position: absolute;
5223
+ top: 100%;
5224
+ margin-top: 10px;
5225
+ width: auto;
5226
+ right: 0;
5227
+ height: 30px;
5228
+ line-height: 30px;
5229
+ text-align: center;
5230
+ background-color: $wac-multiple-search-error;
5231
+ color: $wac-white;
5232
+ font-size: rem(16);
5233
+ font-weight: 500;
5234
+ white-space: nowrap;
5235
+ padding: 0 20px;
5236
+ border-radius: 3px;
5237
+ }
5238
+ }
5239
+ .wac-multiple-search-plus {
5240
+
5241
+ &.disabled {
5242
+ pointer-events: none;
5243
+ position: relative;
5244
+ &:after {
5245
+ content: '';
5246
+ display: block;
5247
+ position: absolute;
5248
+ top: 0;
5249
+ left: 0;
5250
+ width: 100%;
5251
+ height: 52px;
5252
+ opacity: .45;
5253
+ background-color: $wac-background-color-disabled;
5254
+ z-index: 2;
5255
+ }
5256
+ }
5257
+
5258
+ &__wrapper {
5259
+ margin: rem(14) 0;
5260
+ width: fit-content;
5261
+
5262
+ &__block {
5263
+
5264
+ display: flex;
5265
+ align-items: center;
5266
+ justify-content: space-between;
5267
+ align-content: center;
5268
+ color: $wac-white;
5269
+ font-size: rem(14);
5270
+ line-height: rem(16);
5271
+ border-radius: rem(3);
5272
+ padding: rem(8) rem(15);
5273
+ font-weight: 500;
5274
+ transition: 0.3s ease;
5275
+ margin: rem(10) 0;
5276
+
5277
+ .wac-text {
5278
+ margin: 0;
5279
+ }
5280
+
5281
+ :nth-child(n){
5282
+ padding: 0 3px;
5283
+ }
5284
+
5285
+ i {
5286
+ color: $wac-white;
5287
+ font-weight: 400;
5288
+ margin: 0 0 0 rem(15);
5289
+ font-size: rem(13);
5290
+ cursor: pointer;
5291
+ }
5292
+
5293
+ &.default {
5294
+ background-color: $wac-tag-default;
5295
+ border: 1px solid $wac-border-light;
5296
+ color: $wac-second-color;
5297
+ font-weight: 400;
5298
+ i {
5299
+ color: $wac-border-form;
5300
+ }
5301
+ &.hover:hover,
5302
+ &.hover:focus {
5303
+ background-color: darken($wac-tag-default, 15%);
5304
+ color: $wac-main-text;
5305
+ i {
5306
+ color: $wac-main-text;
5307
+ }
5308
+ }
5309
+ }
5310
+
5311
+ }
5312
+ }
5313
+
5314
+ }
5315
+
4997
5316
  .wac-multiple-search {
4998
5317
  width: 100%;
4999
5318
  min-height: 50px;
@@ -5082,6 +5401,7 @@ wac-calendar {
5082
5401
  padding: 10px;
5083
5402
  min-width: 340px;
5084
5403
  &__item {
5404
+ display: inline-flex;
5085
5405
  width: 100%;
5086
5406
  font-size: rem(14);
5087
5407
  line-height: rem(30);
@@ -5089,6 +5409,12 @@ wac-calendar {
5089
5409
  transition: 0.3s ease;
5090
5410
  position: relative;
5091
5411
  padding: 0 10px;
5412
+ .wac-text {
5413
+ margin: 0;
5414
+ }
5415
+ :nth-child(n) {
5416
+ padding: 2px;
5417
+ }
5092
5418
  &:nth-child(2n) {
5093
5419
  background-color: $wac-gray-background;
5094
5420
  }
@@ -5130,6 +5456,9 @@ wac-calendar {
5130
5456
  padding: 0 20px 0 48px;
5131
5457
  font-weight: 400;
5132
5458
  width: 100%;
5459
+ @include media('<tablet') {
5460
+ padding: 0 0 0 10px;
5461
+ }
5133
5462
  &::-webkit-input-placeholder {
5134
5463
  /* Chrome/Opera/Safari */
5135
5464
  color: $wac-multiple-search-input-color;
@@ -5238,698 +5567,374 @@ wac-calendar {
5238
5567
  border-radius: 3px;
5239
5568
  }
5240
5569
  }
5241
- .wac-multiple-search-plus {
5242
- &.disabled {
5243
- pointer-events: none;
5244
- position: relative;
5245
- &:after {
5246
- content: "";
5247
- display: block;
5248
- position: absolute;
5249
- top: 0;
5250
- left: 0;
5251
- width: 100%;
5252
- height: 52px;
5253
- opacity: 0.45;
5254
- background-color: $wac-background-color-disabled;
5255
- z-index: 2;
5256
- }
5257
- }
5258
5570
 
5259
- &__wrapper {
5260
- margin: rem(14) 0;
5261
- width: fit-content;
5571
+ .wac-table__body__loader + div {
5572
+ display: none;
5573
+ }
5574
+ wac-optional-disable-container {
5575
+ position: relative;
5576
+ .wac-optional-disable-container {
5577
+ &__disabledSection {
5578
+ display: block;
5579
+ position: absolute;
5580
+ top: 0;
5581
+ left: 0;
5582
+ width: 100%;
5583
+ height: 100%;
5584
+ z-index: 9999;
5585
+ border-radius: 3px;
5586
+ cursor: not-allowed;
5262
5587
 
5263
- &__block {
5264
- display: flex;
5265
- align-items: center;
5266
- justify-content: space-between;
5267
- align-content: center;
5268
- color: $wac-white;
5588
+ &:before {
5589
+ display: block;
5590
+ position: absolute;
5591
+ top: 0;
5592
+ left: 0;
5593
+ width: 100%;
5594
+ height: 100%;
5595
+ content: '';
5596
+ background-color: $wac-gray-background;
5597
+ opacity: 0.5;
5598
+ pointer-events: none;
5599
+ }
5600
+ }
5601
+ }
5602
+ }.wac-pagination {
5603
+ width: 100%;
5604
+
5605
+ &__wrapper {
5606
+ @include flexbox();
5607
+ @include justify-content(flex-end);
5608
+ padding: 30px 0 0;
5609
+
5610
+ &__page {
5611
+ margin-right: 30px;
5612
+ padding: 4px 0 5px 0;
5613
+
5614
+ @include flexbox();
5615
+
5616
+ p {
5617
+ margin: 4px 11px 4px 0;
5618
+ font-size: 14px;
5619
+ line-height: 24px;
5620
+ color: $wac-second-color;
5621
+ }
5622
+
5623
+ select {
5624
+ width: 61px;
5625
+ font-size: 14px;
5626
+ line-height: 24px;
5627
+ color: $wac-second-color;
5628
+ padding: 3px 26px 3px 14px;
5629
+ border: 1px solid $wac-border-form;
5630
+ border-radius: 3px;
5631
+ -webkit-appearance: none;
5632
+ -moz-appearance: none;
5633
+ text-indent: 0;
5634
+ text-overflow: '';
5635
+ background: transparent
5636
+ 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")
5637
+ top 8px right 12px / 10px 10px no-repeat;
5638
+ }
5639
+
5640
+ select::-ms-expand {
5641
+ display: none;
5642
+ }
5643
+ }
5644
+
5645
+ &__elements {
5646
+ margin-right: 30px;
5647
+
5648
+ p {
5649
+ margin: 8px 0 9px 0;
5650
+ font-size: 14px;
5651
+ line-height: 24px;
5652
+ color: $wac-dark;
5653
+ }
5654
+ }
5655
+
5656
+ &__arrows {
5657
+ @include flexbox();
5658
+
5659
+ &__arrow {
5660
+ width: 40px;
5661
+ height: 40px;
5662
+ padding: 9px 14px;
5663
+ border: 1px solid $wac-border-form;
5664
+ border-radius: 3px;
5665
+ cursor: pointer;
5666
+ transition: .3s ease;
5667
+
5668
+ &:hover, &:focus {
5669
+ &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5670
+ border: 1px solid $wac-wizishop-blue;
5671
+ }
5672
+ }
5673
+
5674
+ span {
5675
+ display: inline-block;
5676
+ width: 10px;
5677
+ height: 15px;
5678
+ }
5679
+
5680
+ &--left {
5681
+ margin-right: 10px;
5682
+
5683
+ span {
5684
+ background: transparent
5685
+ 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")
5686
+ center center / 10px 12px no-repeat;
5687
+ }
5688
+ }
5689
+
5690
+ &--right {
5691
+ span {
5692
+ background: transparent
5693
+ 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")
5694
+ center center / 10px 12px no-repeat;
5695
+ }
5696
+ }
5697
+
5698
+ &--disabled {
5699
+ border-color: $wac-background-color;
5700
+ background-color: $wac-background-color;
5701
+ cursor: not-allowed;
5702
+ }
5703
+ }
5704
+ }
5705
+ }
5706
+ }
5707
+ .wac-free {
5708
+ height: 100%;
5709
+ width: 100%;
5710
+ width: 100vw;
5711
+ height: 100vh;
5712
+ position: fixed;
5713
+ top: 0;
5714
+ left: 0;
5715
+ z-index: 9999;
5716
+
5717
+ &__wrapper {
5718
+ background-color: white;
5719
+ border: 1px solid $wac-border-color;
5720
+ border-radius: 3px;
5721
+ margin: auto;
5722
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5723
+ position: absolute;
5724
+ left: 50%;
5725
+ top: 50%;
5726
+ transform: translate(-50%, -50%);
5727
+ padding: 50px;
5728
+ z-index: 3;
5729
+ max-height: 90vh;
5730
+ display: flex;
5731
+ flex-wrap: nowrap;
5732
+ flex-direction: column;
5733
+ justify-content: center;
5734
+ align-items: center;
5735
+ width: 100%;
5736
+ max-width: 575px;
5737
+ overflow: hidden;
5738
+
5739
+ &__content {
5740
+ position: relative;
5741
+ overflow: hidden;
5742
+ display: flex;
5743
+
5744
+ }
5745
+
5746
+ div:not([class]) {
5747
+ width: 100%;
5748
+ margin: 0 0 20px;
5749
+ }
5750
+
5751
+ > * {
5752
+ width: 100%;
5753
+ }
5754
+
5755
+ &__button-close {
5756
+ position: absolute;
5757
+ top: 10px;
5758
+ right: 10px;
5759
+ width: 30px;
5760
+ height: 30px;
5761
+ border-radius: 50%;
5762
+ display: flex;
5763
+ justify-content: center;
5764
+ align-items: center;
5765
+ background-color: $wac-popin-btn-close;
5766
+ transition: .3s ease;
5767
+ i {
5768
+ color: $wac-second-color;
5769
+ font-size: 14px;
5770
+ font-weight: 400;
5771
+ }
5772
+ &:hover, &:focus {
5773
+ background-color: $wac-main-text;
5774
+ i {
5775
+ color: $wac-white;
5776
+ }
5777
+ }
5778
+ }
5779
+
5780
+ img {
5781
+ display: block;
5782
+ max-width: 200px;
5783
+ margin: 0 auto rem(20);
5784
+ }
5785
+
5786
+ h2 {
5787
+ font-size: rem(20);
5788
+ line-height: rem(25);
5789
+ margin: 0 0 rem(20);
5790
+ font-weight: 500;
5791
+ width: 100%;
5792
+ text-align: center;
5793
+ }
5794
+
5795
+ p {
5796
+ font-size: rem(14);
5797
+ line-height: rem(25);
5798
+ color: $wac-second-color;
5799
+ width: 100%;
5800
+ text-align: center;
5801
+ padding: 0;
5802
+ margin: 0;
5803
+ }
5804
+
5805
+ &__buttons {
5806
+ width: 100%;
5807
+ display: flex;
5808
+ flex-direction: column;
5809
+ align-items: center;
5810
+ margin: 30px 0 0;
5811
+ &__button {
5812
+ margin: 10px;
5813
+ width: auto;
5814
+ }
5815
+ }
5816
+ }
5817
+ &__background {
5818
+ z-index: 1;
5819
+ position: absolute;
5820
+ top: 0;
5821
+ left: 0;
5822
+ width: 100%;
5823
+ height: 100%;
5824
+ background-color: transparentize($wac-main-text, .5);
5825
+ }
5826
+ }
5827
+
5828
+ .wac-free .ps-content > * {
5829
+ padding-right: 15px;
5830
+ }
5831
+ .wac-progressBarContent {
5832
+ position: relative;
5833
+ width: 100%;
5834
+ display: block;
5835
+ .progressBar {
5836
+ position: relative;
5837
+ width: 88%;
5838
+ margin-bottom: 1rem;
5839
+ progress {
5840
+ &.progress {
5841
+ margin-bottom: 0;
5842
+ height: rem(2);
5843
+ &::-webkit-progress-value {
5844
+ transition: width 0.5s ease;
5845
+ }
5846
+ }
5847
+ }
5848
+ span {
5849
+ position: absolute;
5850
+ top: -4px;
5851
+ height: 11px;
5852
+ width: 11px;
5853
+ background-color: $wac-border-color;
5854
+ border-radius: 50%;
5855
+ }
5856
+ .is-danger {
5857
+ background-color: $wac-primary-button;
5858
+ &::-webkit-progress-value {
5859
+ background-color: $wac-primary-button;
5860
+ }
5861
+ }
5862
+ .is-warning {
5863
+ background-color: $wac-orange-color;
5864
+ &::-webkit-progress-value {
5865
+ background-color: $wac-orange-color;
5866
+ }
5867
+ }
5868
+ .is-success {
5869
+ background-color: $wac-green-color;
5870
+ &::-webkit-progress-value {
5871
+ background-color: $wac-green-color;
5872
+ }
5873
+ }
5874
+ }
5875
+ .size {
5876
+ display: inline;
5877
+ color: $wac-color-text-grey;
5878
+ position: absolute;
5879
+ right: 0;
5880
+ top: -9px;
5881
+ background: $wac-white;
5882
+ padding-left: 0.875rem;
5883
+ .is-success {
5884
+ color: $wac-green-color;
5885
+ }
5886
+ .is-warning {
5887
+ color: $wac-orange-color;
5888
+ }
5889
+ .is-danger {
5890
+ color: $wac-primary-button;
5891
+ }
5892
+ > span {
5893
+ font-size: rem(14) !important;
5894
+ line-height: 1;
5895
+ transform: translateY(-3px);
5896
+ display: inline-block;
5897
+ letter-spacing: 0;
5898
+ strong {
5899
+ letter-spacing: 0;
5900
+ font-weight: 600;
5901
+ }
5902
+ }
5903
+ }
5904
+ }
5905
+ .wac-radio {
5906
+ .is-checkradio[type='radio'] {
5907
+ outline: 0 !important;
5908
+ & + label {
5269
5909
  font-size: rem(14);
5270
- line-height: rem(16);
5271
- border-radius: rem(3);
5272
- padding: rem(8) rem(15);
5273
- font-weight: 500;
5274
- transition: 0.3s ease;
5275
- margin: rem(10) 0;
5276
-
5277
- .wac-text {
5278
- margin: 0;
5910
+ line-height: rem(24);
5911
+ color: $wac-input-radio-color-label;
5912
+ padding-left: 30px;
5913
+ padding-right: 6px;
5914
+ margin-right: 0;
5915
+ outline: 0 !important;
5916
+ &:before {
5917
+ width: 22px;
5918
+ height: 22px;
5919
+ border: 1px solid $wac-border-form;
5920
+ border-radius: 23px;
5921
+ top: 1px;
5279
5922
  }
5280
-
5281
- :nth-child(n) {
5282
- padding: 0 3px;
5923
+ &:after {
5924
+ width: 32px;
5925
+ height: 32px;
5926
+ background: $wac-input-active-color;
5927
+ top: -4px;
5928
+ left: -5px;
5283
5929
  }
5284
-
5285
- i {
5286
- color: $wac-white;
5287
- font-weight: 400;
5288
- margin: 0 0 0 rem(15);
5289
- font-size: rem(13);
5290
- cursor: pointer;
5930
+ &:before,
5931
+ &:after {
5932
+ outline: 0 !important;
5291
5933
  }
5292
-
5293
- &.default {
5294
- background-color: $wac-tag-default;
5295
- border: 1px solid $wac-border-light;
5296
- color: $wac-second-color;
5297
- font-weight: 400;
5298
- i {
5299
- color: $wac-border-form;
5300
- }
5301
- &.hover:hover,
5302
- &.hover:focus {
5303
- background-color: darken($wac-tag-default, 15%);
5304
- color: $wac-main-text;
5305
- i {
5306
- color: $wac-main-text;
5307
- }
5308
- }
5309
- }
5310
- }
5311
- }
5312
- }
5313
-
5314
- .wac-multiple-search {
5315
- width: 100%;
5316
- min-height: 50px;
5317
- border-radius: 3px;
5318
- background-color: $wac-white;
5319
- position: relative;
5320
- z-index: 2;
5321
- border: 1px solid $wac-border-light;
5322
- transition: 0.3s ease;
5323
- &.open {
5324
- border-color: $wac-wizishop-blue;
5325
- }
5326
- &__wrapper {
5327
- position: relative;
5328
- display: flex;
5329
- justify-content: space-between;
5330
- align-items: stretch;
5331
- align-content: stretch;
5332
- flex-wrap: nowrap;
5333
- @include media("<tablet") {
5334
- padding: 0 12px;
5335
- }
5336
- &__left {
5337
- width: auto;
5338
- display: flex;
5339
- justify-content: space-between;
5340
- align-content: center;
5341
- align-items: center;
5342
- flex-wrap: nowrap;
5343
- position: relative;
5344
- min-height: 50px;
5345
- transition: background-color 0.3s ease;
5346
- background-color: $wac-select-icon-background;
5347
- &__background {
5348
- position: absolute;
5349
- width: 100%;
5350
- left: 0;
5351
- top: 0;
5352
- height: 100%;
5353
- opacity: 0;
5354
- z-index: 4;
5355
- transition: opacity 0.3s ease;
5356
- cursor: pointer;
5357
- }
5358
- > span {
5359
- color: $wac-second-color;
5360
- white-space: nowrap;
5361
- font-size: rem(14);
5362
- line-height: rem(16);
5363
- margin: 0 40px 0 20px;
5364
- transition: 0.3s ease;
5365
- position: relative;
5366
- z-index: 2;
5367
- cursor: pointer;
5368
- @include media("<tablet") {
5369
- text-indent: -9999999px;
5370
- margin: 0;
5371
- width: 11px;
5372
- }
5373
- }
5374
- > i {
5375
- transition: 0.3s ease;
5376
- position: relative;
5377
- z-index: 2;
5378
- cursor: pointer;
5379
- &:nth-child(2) {
5380
- font-size: rem(10);
5381
- color: $wac-main-text;
5382
- margin: 0 20px 0 0;
5383
- @include media("<tablet") {
5384
- margin: 0 10px 0 0;
5385
- }
5386
- }
5387
- }
5388
- &__select {
5389
- position: absolute;
5390
- top: 50px;
5391
- width: 100%;
5392
- left: 0;
5393
- margin-top: 11px;
5394
- background-color: $wac-white;
5395
- z-index: 3;
5396
- box-shadow: 3px 3px 20px $wac-multiple-search-box-shadow;
5397
- border-radius: 3px;
5398
- border: 1px solid $wac-border-light;
5399
- padding: 10px;
5400
- min-width: 340px;
5401
- &__item {
5402
- display: inline-flex;
5403
- width: 100%;
5404
- font-size: rem(14);
5405
- line-height: rem(30);
5406
- cursor: pointer;
5407
- transition: 0.3s ease;
5408
- position: relative;
5409
- padding: 0 10px;
5410
- .wac-text {
5411
- margin: 0;
5412
- }
5413
- :nth-child(n) {
5414
- padding: 2px;
5415
- }
5416
- &:nth-child(2n) {
5417
- background-color: $wac-gray-background;
5418
- }
5419
- &:not(:last-child) {
5420
- margin: 0 0 rem(10);
5421
- }
5422
- span {
5423
- color: $wac-main-text;
5424
- font-size: rem(12);
5425
- text-align: left;
5426
- }
5427
- &:hover,
5428
- &:focus {
5429
- background-color: darken($wac-gray-background, 15%);
5430
- color: $wac-main-text;
5431
- }
5432
- }
5433
- }
5434
- &:hover,
5435
- &:focus,
5436
- &.open {
5437
- background-color: $wac-hover-multiple-search;
5438
- }
5439
- }
5440
- &__right {
5441
- width: 100%;
5442
- min-height: 50px;
5443
- position: relative;
5444
- form {
5445
- width: 100%;
5446
- }
5447
- input {
5448
- background: transparent;
5449
- border: none;
5450
- color: $wac-main-text;
5451
- font-size: rem(14);
5452
- height: 50px;
5453
- line-height: 50px;
5454
- padding: 0 20px 0 48px;
5455
- font-weight: 400;
5456
- width: 100%;
5457
- &::-webkit-input-placeholder {
5458
- /* Chrome/Opera/Safari */
5459
- color: $wac-multiple-search-input-color;
5460
- opacity: 1;
5461
- font-weight: 400;
5462
- @include media("<tablet") {
5463
- font-size: rem(11);
5464
- }
5465
- }
5466
- &::-moz-placeholder {
5467
- /* Firefox 19+ */
5468
- color: $wac-multiple-search-input-color;
5469
- opacity: 1;
5470
- font-weight: 400;
5471
- @include media("<tablet") {
5472
- font-size: rem(11);
5473
- }
5474
- }
5475
- &:-ms-input-placeholder {
5476
- /* IE 10+ */
5477
- color: $wac-multiple-search-input-color;
5478
- opacity: 1;
5479
- font-weight: 400;
5480
- @include media("<tablet") {
5481
- font-size: rem(11);
5482
- }
5483
- }
5484
- &:-moz-placeholder {
5485
- /* Firefox 18- */
5486
- color: $wac-multiple-search-input-color;
5487
- opacity: 1;
5488
- font-weight: 400;
5489
- @include media("<tablet") {
5490
- font-size: rem(11);
5491
- }
5492
- }
5493
- &:focus {
5494
- & + button i {
5495
- color: $wac-main-text;
5496
- }
5497
- &::-webkit-input-placeholder {
5498
- /* Chrome/Opera/Safari */
5499
- color: $wac-white;
5500
- opacity: 1;
5501
- }
5502
- &::-moz-placeholder {
5503
- /* Firefox 19+ */
5504
- color: $wac-white;
5505
- opacity: 1;
5506
- }
5507
- &:-ms-input-placeholder {
5508
- /* IE 10+ */
5509
- color: $wac-white;
5510
- opacity: 1;
5511
- }
5512
- &:-moz-placeholder {
5513
- /* Firefox 18- */
5514
- color: $wac-white;
5515
- opacity: 1;
5516
- }
5517
- }
5518
- }
5519
- button {
5520
- display: flex;
5521
- align-items: center;
5522
- align-content: center;
5523
- justify-content: center;
5524
- width: 18px;
5525
- height: 18px;
5526
- border-radius: 3px;
5527
- position: absolute;
5528
- left: 20px;
5529
- top: 50%;
5530
- transform: translateY(-50%);
5531
- border: none;
5532
- cursor: pointer;
5533
- background-color: $wac-white;
5534
- i {
5535
- font-size: rem(18);
5536
- color: $wac-color-icon-search-multiple-search;
5537
- transition: 0.3s ease;
5538
- }
5539
- &:hover {
5540
- i {
5541
- color: $wac-wizishop-blue !important;
5542
- }
5543
- }
5544
- }
5545
- }
5546
- }
5547
- &__error {
5548
- position: absolute;
5549
- top: 100%;
5550
- margin-top: 10px;
5551
- width: auto;
5552
- right: 0;
5553
- height: 30px;
5554
- line-height: 30px;
5555
- text-align: center;
5556
- background-color: $wac-multiple-search-error;
5557
- color: $wac-white;
5558
- font-size: rem(16);
5559
- font-weight: 500;
5560
- white-space: nowrap;
5561
- padding: 0 20px;
5562
- border-radius: 3px;
5563
- }
5564
- }
5565
-
5566
- .wac-table__body__loader + div {
5567
- display: none;
5568
- }
5569
- wac-optional-disable-container {
5570
- position: relative;
5571
- .wac-optional-disable-container {
5572
- &__disabledSection {
5573
- display: block;
5574
- position: absolute;
5575
- top: 0;
5576
- left: 0;
5577
- width: 100%;
5578
- height: 100%;
5579
- z-index: 9999;
5580
- border-radius: 3px;
5581
- cursor: not-allowed;
5582
-
5583
- &:before {
5584
- display: block;
5585
- position: absolute;
5586
- top: 0;
5587
- left: 0;
5588
- width: 100%;
5589
- height: 100%;
5590
- content: '';
5591
- background-color: $wac-gray-background;
5592
- opacity: 0.5;
5593
- pointer-events: none;
5594
- }
5595
- }
5596
- }
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;
5914
- border: 1px solid $wac-border-form;
5915
- border-radius: 23px;
5916
- top: 1px;
5917
- }
5918
- &:after {
5919
- width: 32px;
5920
- height: 32px;
5921
- background: $wac-input-active-color;
5922
- top: -4px;
5923
- left: -5px;
5924
- }
5925
- &:before,
5926
- &:after {
5927
- outline: 0 !important;
5928
- }
5929
- &:hover,
5930
- &:focus {
5931
- &:before {
5932
- border-color: $wac-input-active-color !important;
5934
+ &:hover,
5935
+ &:focus {
5936
+ &:before {
5937
+ border-color: $wac-input-active-color !important;
5933
5938
  }
5934
5939
  }
5935
5940
  }
@@ -6433,256 +6438,256 @@ wac-optional-disable-container {
6433
6438
  margin: 0 0 15px;
6434
6439
  }
6435
6440
  }
6436
- @include media('>=tablet') {
6437
- margin: 0 15px;
6438
- }
6439
- }
6440
-
6441
- .wac-row {
6442
- margin: 0!important;
6443
- }
6444
-
6445
- .field {
6446
- width: 100%;
6447
- }
6448
- .wac-input .input, .wac-input .input:not([disabled]):focus, .wac-input .input:not([disabled]).is-focused, .wac-input .input:not([disabled]):active, .wac-input .input:not([disabled]).is-active {
6449
- margin: 0;
6450
- }
6451
- }
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
- }
6441
+ @include media('>=tablet') {
6442
+ margin: 0 15px;
6443
+ }
6444
+ }
6445
+
6446
+ .wac-row {
6447
+ margin: 0!important;
6448
+ }
6449
+
6450
+ .field {
6451
+ width: 100%;
6452
+ }
6453
+ .wac-input .input, .wac-input .input:not([disabled]):focus, .wac-input .input:not([disabled]).is-focused, .wac-input .input:not([disabled]):active, .wac-input .input:not([disabled]).is-active {
6454
+ margin: 0;
6684
6455
  }
6685
6456
  }
6457
+ .wac-search {
6458
+ width: 100%;
6459
+ min-height: 50px;
6460
+ border-radius: 3px;
6461
+ background-color: $wac-white;
6462
+ position: relative;
6463
+ z-index: 2;
6464
+ border: 1px solid $wac-border-light;
6465
+ transition: 0.3s ease;
6466
+ &.open {
6467
+ border-color: $wac-wizishop-blue;
6468
+ }
6469
+ &__wrapper {
6470
+ position: relative;
6471
+ display: flex;
6472
+ justify-content: space-between;
6473
+ align-items: stretch;
6474
+ align-content: stretch;
6475
+ flex-wrap: nowrap;
6476
+ width: 100%;
6477
+ min-height: 50px;
6478
+ @include media('<tablet') {
6479
+ padding: 0 12px;
6480
+ }
6481
+ input {
6482
+ background: transparent;
6483
+ border: none;
6484
+ color: $wac-main-text;
6485
+ font-size: rem(14);
6486
+ height: 50px;
6487
+ line-height: 50px;
6488
+ padding: 0 20px 0 48px;
6489
+ font-weight: 400;
6490
+ width: 100%;
6491
+ @include media('<tablet') {
6492
+ padding: 0 0 0 10px;
6493
+ }
6494
+ &::-webkit-input-placeholder {
6495
+ /* Chrome/Opera/Safari */
6496
+ color: $wac-multiple-search-input-color;
6497
+ opacity: 1;
6498
+ font-weight: 400;
6499
+ @include media('<tablet') {
6500
+ font-size: rem(11);
6501
+ }
6502
+ }
6503
+ &::-moz-placeholder {
6504
+ /* Firefox 19+ */
6505
+ color: $wac-multiple-search-input-color;
6506
+ opacity: 1;
6507
+ font-weight: 400;
6508
+ @include media('<tablet') {
6509
+ font-size: rem(11);
6510
+ }
6511
+ }
6512
+ &:-ms-input-placeholder {
6513
+ /* IE 10+ */
6514
+ color: $wac-multiple-search-input-color;
6515
+ opacity: 1;
6516
+ font-weight: 400;
6517
+ @include media('<tablet') {
6518
+ font-size: rem(11);
6519
+ }
6520
+ }
6521
+ &:-moz-placeholder {
6522
+ /* Firefox 18- */
6523
+ color: $wac-multiple-search-input-color;
6524
+ opacity: 1;
6525
+ font-weight: 400;
6526
+ @include media('<tablet') {
6527
+ font-size: rem(11);
6528
+ }
6529
+ }
6530
+ &:focus {
6531
+ & + button i {
6532
+ color: $wac-main-text;
6533
+ }
6534
+ &::-webkit-input-placeholder {
6535
+ /* Chrome/Opera/Safari */
6536
+ color: $wac-white;
6537
+ opacity: 1;
6538
+ }
6539
+ &::-moz-placeholder {
6540
+ /* Firefox 19+ */
6541
+ color: $wac-white;
6542
+ opacity: 1;
6543
+ }
6544
+ &:-ms-input-placeholder {
6545
+ /* IE 10+ */
6546
+ color: $wac-white;
6547
+ opacity: 1;
6548
+ }
6549
+ &:-moz-placeholder {
6550
+ /* Firefox 18- */
6551
+ color: $wac-white;
6552
+ opacity: 1;
6553
+ }
6554
+ }
6555
+ }
6556
+ button {
6557
+ display: flex;
6558
+ align-items: center;
6559
+ align-content: center;
6560
+ justify-content: center;
6561
+ width: 18px;
6562
+ height: 18px;
6563
+ border-radius: 3px;
6564
+ position: absolute;
6565
+ left: 20px;
6566
+ top: 50%;
6567
+ transform: translateY(-50%);
6568
+ border: none;
6569
+ cursor: pointer;
6570
+ background-color: $wac-white;
6571
+ i {
6572
+ font-size: rem(18);
6573
+ color: $wac-color-icon-search-multiple-search;
6574
+ transition: 0.3s ease;
6575
+ }
6576
+ &:hover {
6577
+ i {
6578
+ color: $wac-wizishop-blue !important;
6579
+ }
6580
+ }
6581
+ }
6582
+ }
6583
+ &__absolute {
6584
+ position: absolute;
6585
+ top: 100%;
6586
+ margin-top: rem(14);
6587
+ left: -1px;
6588
+ width: auto;
6589
+ min-width: calc(100% - 38px);
6590
+ max-width: calc(100% + 2px);
6591
+ border: 1px solid $wac-border-light;
6592
+ border-radius: 3px;
6593
+ display: flex;
6594
+ flex-direction: column;
6595
+ justify-content: flex-start;
6596
+ align-items: flex-start;
6597
+ background-color: $wac-white;
6598
+ max-height: 260px;
6599
+ height: auto;
6600
+ visibility: visible;
6601
+ opacity: 1;
6602
+ box-shadow: 3px 3px 20px $wac-select-box-shadow;
6603
+ padding: 10px;
6604
+ &.hidden {
6605
+ visibility: hidden;
6606
+ opacity: 0;
6607
+ & > * {
6608
+ opacity: 0;
6609
+ transition: 0s;
6610
+ }
6611
+ }
6612
+ .ps {
6613
+ max-height: 240px;
6614
+ }
6615
+ &.open,
6616
+ &.open.hidden {
6617
+ position: relative;
6618
+ left: auto;
6619
+ top: 0;
6620
+ transform: translateX(-1px);
6621
+ visibility: visible;
6622
+ opacity: 1;
6623
+ & > * {
6624
+ opacity: 1;
6625
+ transition: 0s;
6626
+ }
6627
+ }
6628
+ &__item {
6629
+ width: 100%;
6630
+ font-size: rem(14);
6631
+ line-height: rem(30);
6632
+ cursor: pointer;
6633
+ transition: 0.3s ease;
6634
+ position: relative;
6635
+ display: flex;
6636
+ justify-content: flex-start;
6637
+ align-content: center;
6638
+ align-items: center;
6639
+ color: $wac-second-color;
6640
+ > div {
6641
+ width: 100%;
6642
+ display: flex;
6643
+ align-items: center;
6644
+ align-content: center;
6645
+ }
6646
+ .icon {
6647
+ width: 24px;
6648
+ margin: 0 10px 0 0;
6649
+ height: auto;
6650
+ max-height: 24px;
6651
+ }
6652
+ &:not(:last-child) {
6653
+ margin: 0 0 rem(10);
6654
+ }
6655
+ &:empty {
6656
+ display: none;
6657
+ }
6658
+ &:first-child {
6659
+ border-width: 1px 0 1px;
6660
+ }
6661
+ &:hover,
6662
+ &:focus {
6663
+ background-color: $wac-gray-background;
6664
+ color: $wac-main-text;
6665
+ }
6666
+ > div {
6667
+ padding: 0 10px;
6668
+ &.selected {
6669
+ background-color: $wac-gray-background;
6670
+ color: $wac-main-text;
6671
+ }
6672
+ }
6673
+ }
6674
+ &__empty {
6675
+ display: flex;
6676
+ width: 100%;
6677
+ justify-content: center;
6678
+ align-items: center;
6679
+ padding: 10px;
6680
+ span {
6681
+ font-size: rem(16);
6682
+ font-weight: 400;
6683
+ text-align: center;
6684
+ color: $wac-second-color;
6685
+ display: inline-block;
6686
+ line-height: rem(25);
6687
+ }
6688
+ }
6689
+ }
6690
+ }
6686
6691
  .wac {
6687
6692
  &-select-in-text {
6688
6693
  width: auto;
@@ -6731,327 +6736,327 @@ wac-optional-disable-container {
6731
6736
  left: 0;
6732
6737
  width: 100%;
6733
6738
  height: 0;
6734
- border-bottom: 1px dashed $wac-primary-button;
6735
- }
6736
- &:after {
6737
- content: '';
6738
- display: block;
6739
- position: absolute;
6740
- top: 100%;
6741
- left: 0;
6742
- width: 100%;
6743
- height: 14px;
6744
- }
6745
- }
6746
- }
6747
- &__content {
6748
- position: absolute;
6749
- top: 100%;
6750
- margin-top: rem(14);
6751
- left: 0;
6752
- width: auto;
6753
- border: 1px solid $wac-border-light;
6754
- border-radius: 3px;
6755
- display: flex;
6756
- flex-direction: column;
6757
- justify-content: flex-start;
6758
- align-items: flex-start;
6759
- background-color: $wac-white;
6760
- max-height: 400px;
6761
- height: auto;
6762
- visibility: visible;
6763
- opacity: 1;
6764
- box-shadow: 3px 3px 20px $wac-select-box-shadow;
6765
- &.hidden {
6766
- visibility: hidden;
6767
- opacity: 0;
6768
- & > * {
6769
- opacity: 0;
6770
- transition: 0s;
6771
- }
6772
- }
6773
- &.open,
6774
- &.open.hidden {
6775
- position: relative;
6776
- left: auto;
6777
- top: 0;
6778
- transform: translateX(-1px);
6779
- visibility: visible;
6780
- opacity: 1;
6781
- & > * {
6782
- opacity: 1;
6783
- transition: 0s;
6784
- }
6785
- }
6786
- &__item {
6787
- width: 100%;
6788
- font-size: rem(14);
6789
- line-height: rem(40);
6790
- cursor: pointer;
6791
- transition: 0.3s ease;
6792
- position: relative;
6793
- display: flex;
6794
- justify-content: flex-start;
6795
- align-content: center;
6796
- align-items: center;
6797
- font-weight: 400;
6798
- > div {
6799
- padding: 0 20px;
6800
- min-width: 100%;
6801
- &.selected {
6802
- background-color: $wac-hover-multiple-search;
6803
- color: $wac-main-text;
6804
- }
6805
- }
6806
- .icon {
6807
- width: 24px;
6808
- margin: 0 10px 0 0;
6809
- }
6810
- &:empty {
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
- }
6821
- }
6822
- }
6823
- }
6824
- }
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;
6739
+ border-bottom: 1px dashed $wac-primary-button;
6740
+ }
6741
+ &:after {
6742
+ content: '';
6743
+ display: block;
6744
+ position: absolute;
6745
+ top: 100%;
6746
+ left: 0;
6747
+ width: 100%;
6748
+ height: 14px;
6749
+ }
6750
+ }
7048
6751
  }
7049
-
7050
- &:after {
7051
- background-color: $wac-primary-button;
6752
+ &__content {
6753
+ position: absolute;
6754
+ top: 100%;
6755
+ margin-top: rem(14);
6756
+ left: 0;
6757
+ width: auto;
6758
+ border: 1px solid $wac-border-light;
6759
+ border-radius: 3px;
6760
+ display: flex;
6761
+ flex-direction: column;
6762
+ justify-content: flex-start;
6763
+ align-items: flex-start;
6764
+ background-color: $wac-white;
6765
+ max-height: 400px;
6766
+ height: auto;
6767
+ visibility: visible;
6768
+ opacity: 1;
6769
+ box-shadow: 3px 3px 20px $wac-select-box-shadow;
6770
+ &.hidden {
6771
+ visibility: hidden;
6772
+ opacity: 0;
6773
+ & > * {
6774
+ opacity: 0;
6775
+ transition: 0s;
6776
+ }
6777
+ }
6778
+ &.open,
6779
+ &.open.hidden {
6780
+ position: relative;
6781
+ left: auto;
6782
+ top: 0;
6783
+ transform: translateX(-1px);
6784
+ visibility: visible;
6785
+ opacity: 1;
6786
+ & > * {
6787
+ opacity: 1;
6788
+ transition: 0s;
6789
+ }
6790
+ }
6791
+ &__item {
6792
+ width: 100%;
6793
+ font-size: rem(14);
6794
+ line-height: rem(40);
6795
+ cursor: pointer;
6796
+ transition: 0.3s ease;
6797
+ position: relative;
6798
+ display: flex;
6799
+ justify-content: flex-start;
6800
+ align-content: center;
6801
+ align-items: center;
6802
+ font-weight: 400;
6803
+ > div {
6804
+ padding: 0 20px;
6805
+ min-width: 100%;
6806
+ &.selected {
6807
+ background-color: $wac-hover-multiple-search;
6808
+ color: $wac-main-text;
6809
+ }
6810
+ }
6811
+ .icon {
6812
+ width: 24px;
6813
+ margin: 0 10px 0 0;
6814
+ }
6815
+ &:empty {
6816
+ display: none;
6817
+ }
6818
+ &:first-child {
6819
+ border-width: 1px 0 1px;
6820
+ }
6821
+ &:hover,
6822
+ &:focus {
6823
+ background-color: $wac-gray-background;
6824
+ color: $wac-main-text;
6825
+ }
6826
+ }
7052
6827
  }
7053
6828
  }
7054
6829
  }
6830
+ .selected-list {
6831
+ width: 100%;
6832
+ &__wrapper {
6833
+ display: flex;
6834
+ flex-direction: column;
6835
+ align-items: flex-start;
6836
+ justify-content: flex-start;
6837
+ &__head {
6838
+ width: 100%;
6839
+ min-height: rem(60);
6840
+ display: flex;
6841
+ justify-content: space-between;
6842
+ padding: 10px 20px;
6843
+ background-color: $wac-gray-background;
6844
+ margin: 0 0 10px;
6845
+ > p {
6846
+ display: flex;
6847
+ align-items: center;
6848
+ white-space: nowrap;
6849
+ font-size: rem(16);
6850
+ line-height: rem(19);
6851
+ font-weight: 500;
6852
+ }
6853
+
6854
+ &__button {
6855
+ height: rem(40);
6856
+ width: fit-content;
6857
+ margin-left: auto;
6858
+
6859
+ &__mobile {
6860
+ @include media('>=1024px') {
6861
+ display: none;
6862
+ }
6863
+ }
6864
+
6865
+ &__notMobile {
6866
+ @include media('<1024px') {
6867
+ display: none;
6868
+ }
6869
+ }
6870
+
6871
+ }
6872
+
6873
+ }
6874
+ &__content {
6875
+ width: 100%;
6876
+ display: flex;
6877
+ flex-wrap: wrap;
6878
+ align-items: flex-start;
6879
+ align-content: flex-start;
6880
+ justify-content: flex-start;
6881
+ &__item {
6882
+ white-space: nowrap;
6883
+ margin: 0 10px 10px 0;
6884
+ border: 1px solid $wac-border-form;
6885
+ border-radius: 2px;
6886
+ color: $wac-second-color;
6887
+ height: rem(40);
6888
+ display: flex;
6889
+ justify-content: center;
6890
+ align-items: center;
6891
+ padding: 0 20px;
6892
+ transition: .3s ease;
6893
+ font-size: rem(16);
6894
+ line-height: rem(19);
6895
+ font-weight: 500;
6896
+ cursor: pointer;
6897
+ &:hover, &:focus {
6898
+ border: 1px solid $wac-main-text;
6899
+ }
6900
+ > i {
6901
+ color: $wac-green-color;
6902
+ max-width: 0;
6903
+ display: block;
6904
+ transition: .3s ease;
6905
+ overflow: hidden;
6906
+ }
6907
+ &.active {
6908
+ color: $wac-main-text;
6909
+ > i {
6910
+ max-width: unset;
6911
+ margin: 0 0 0 10px;
6912
+ }
6913
+ }
6914
+ &:first-child {
6915
+ margin-left: 18px;
6916
+ }
6917
+ }
6918
+ }
6919
+ }
6920
+ }.wac-separator {
6921
+ display: block;
6922
+ width: 100%;
6923
+ border-bottom: 1px solid $wac-border-color;
6924
+ margin: 17px 0;
6925
+
6926
+ &.dashed {
6927
+ border-bottom-style: dashed;
6928
+ }
6929
+ }
6930
+ .wac-settings {
6931
+ width: 40px;
6932
+ height: 40px;
6933
+
6934
+ &__wrapper {
6935
+ @include flexbox();
6936
+ @include justify-content(center);
6937
+ @include align-items(center);
6938
+ width: 100%;
6939
+ height: 100%;
6940
+ border-radius: 3px;
6941
+ background-color: $wac-gray-background;
6942
+ transition: background-color 0.3s ease-in-out;
6943
+
6944
+ i {
6945
+ color: $wac-second-color;
6946
+ font-size: 15px;
6947
+ line-height: 0;
6948
+ transition: color 0.3s ease-in-out;
6949
+ }
6950
+
6951
+ &:hover {
6952
+ background-color: $wac-second-color;
6953
+ transition: background-color 0.3s ease-in-out;
6954
+
6955
+ i {
6956
+ color: $wac-white;
6957
+ transition: color 0.3s ease-in-out;
6958
+ }
6959
+ }
6960
+ }
6961
+ }
6962
+ .wac-snackbar {
6963
+ .notification {
6964
+ position: fixed;
6965
+ bottom: 0;
6966
+ width: 800px;
6967
+ color: #fff;
6968
+ font-size: 15px;
6969
+ font-weight: 300;
6970
+ margin: 0 auto;
6971
+ left: 0;
6972
+ right: 0;
6973
+ z-index: 10;
6974
+ }
6975
+
6976
+ .notification.is-transparent {
6977
+ background-color: rgba(0, 0, 0, 0.8);
6978
+ }
6979
+
6980
+ .notification button {
6981
+ word-wrap: break-word;
6982
+ word-break: break-all;
6983
+ white-space: normal;
6984
+ height: 100%;
6985
+ margin-right: 1em;
6986
+ }
6987
+
6988
+ .notification .column:nth-child(2) {
6989
+ text-align: right;
6990
+ }
6991
+
6992
+ .notification .column:nth-child(1) {
6993
+ text-align: left;
6994
+ }
6995
+
6996
+ .notification--message {
6997
+ align-self: center;
6998
+ }
6999
+
7000
+ }
7001
+ .wac-state {
7002
+ width: 12px;
7003
+ height: 12px;
7004
+ position: relative;
7005
+
7006
+ &:before,
7007
+ &:after {
7008
+ position: absolute;
7009
+ content: '';
7010
+ border-radius: 45px;
7011
+ }
7012
+
7013
+ &:before {
7014
+ width: 100%;
7015
+ height: 100%;
7016
+ left: 0;
7017
+ top: 0;
7018
+ border-width: 1px;
7019
+ border-style: solid;
7020
+ }
7021
+
7022
+ &:after {
7023
+ width: 6px;
7024
+ height: 6px;
7025
+ top: 50%;
7026
+ left: 50%;
7027
+ transform: translate(-50%, -50%);
7028
+ }
7029
+
7030
+ &.success {
7031
+ &:before {
7032
+ border-color: $wac-green-color;
7033
+ }
7034
+
7035
+ &:after {
7036
+ background-color: $wac-green-color;
7037
+ }
7038
+ }
7039
+
7040
+ &.warning {
7041
+ &:before {
7042
+ border-color: $wac-warning-color;
7043
+ }
7044
+
7045
+ &:after {
7046
+ background-color: $wac-warning-color;
7047
+ }
7048
+ }
7049
+
7050
+ &.error {
7051
+ &:before {
7052
+ border-color: $wac-primary-button;
7053
+ }
7054
+
7055
+ &:after {
7056
+ background-color: $wac-primary-button;
7057
+ }
7058
+ }
7059
+ }
7055
7060
  .wac-summary {
7056
7061
  p {
7057
7062
  font-size: rem(14);
@@ -7249,152 +7254,152 @@ wac-optional-disable-container {
7249
7254
  }
7250
7255
  }
7251
7256
  }
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
- }
7257
+ .wac-table {
7258
+ width: 100%;
7259
+
7260
+ &__head {
7261
+ @include flexbox();
7262
+ @include flex-flow(row nowrap);
7263
+ width: 100%;
7264
+ border-top: 1px solid $wac-border-form;
7265
+ border-bottom: 1px solid $wac-border-form;
7266
+ background-color: $wac-gray-background;
7267
+
7268
+ &__cell {
7269
+ @include flexbox();
7270
+ @include flex(1);
7271
+ padding: 15px 20px;
7272
+ font-size: 14px;
7273
+ line-height: 20px;
7274
+ color: $wac-main-text;
7275
+ font-weight: 600;
7276
+
7277
+ &--checkbox {
7278
+ @include flex(none);
7279
+ @include align-items(center);
7280
+ @include justify-content(center);
7281
+ }
7282
+
7283
+ &__search {
7284
+ color: $wac-main-text;
7285
+ padding-right: 23px;
7286
+ transition: background-image 0.3s ease-in-out;
7287
+ cursor: text;
7288
+
7289
+ &:hover {
7290
+ color: $wac-main-text;
7291
+ }
7292
+
7293
+ &--idle {
7294
+ background: transparent
7295
+ 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")
7296
+ center right / 14px 14px no-repeat;
7297
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7298
+ cursor: pointer;
7299
+
7300
+ &:hover {
7301
+ transition: color 0.3s ease-in-out;
7302
+ }
7303
+ }
7304
+
7305
+ &--up {
7306
+ background: transparent
7307
+ 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")
7308
+ center right / 14px 14px no-repeat;
7309
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7310
+ cursor: pointer;
7311
+
7312
+ &:hover {
7313
+ transition: color 0.3s ease-in-out;
7314
+ }
7315
+ }
7316
+
7317
+ &--down {
7318
+ background: transparent
7319
+ 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")
7320
+ center right / 14px 14px no-repeat;
7321
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7322
+ cursor: pointer;
7323
+
7324
+ &:hover {
7325
+ transition: color 0.3s ease-in-out;
7326
+ }
7327
+ }
7328
+ }
7329
+
7330
+ &--center--left {
7331
+ @include align-items(center);
7332
+ @include justify-content(flex-start);
7333
+ }
7334
+ &--center--center {
7335
+ @include align-items(center);
7336
+ @include justify-content(center);
7337
+ }
7338
+ &--center--right {
7339
+ @include align-items(center);
7340
+ @include justify-content(flex-end);
7341
+ }
7342
+ }
7343
+ }
7344
+
7345
+ // TODO delete __search
7346
+ &__search {
7347
+ height: 100px;
7348
+ margin-top: 10px;
7349
+ }
7350
+
7351
+ &__body {
7352
+ width: 100%;
7353
+ margin-top: -10px;
7354
+
7355
+ &__loader {
7356
+ position: relative;
7357
+ min-height: 200px;
7358
+ }
7359
+
7360
+ &__line {
7361
+ @include flexbox();
7362
+ @include flex-flow(row nowrap);
7363
+ width: 100%;
7364
+ border-bottom: 1px solid $wac-textarea-border-color;
7365
+
7366
+ &:first-child:last-child {
7367
+ border-bottom: none;
7368
+ }
7369
+
7370
+ &__cell {
7371
+ @include flexbox();
7372
+ @include flex(1);
7373
+ padding: 20px 20px 20px 20px;
7374
+ font-size: 14px;
7375
+ line-height: 25px;
7376
+ color: $wac-secondary-color;
7377
+
7378
+ &--checkbox {
7379
+ @include flexbox();
7380
+ @include flex(none);
7381
+ @include justify-content(center);
7382
+ @include align-items(center);
7383
+ width: 80px;
7384
+ padding: 8px 20px;
7385
+ }
7386
+
7387
+ &--center--left {
7388
+ @include align-items(center);
7389
+ @include justify-content(flex-start);
7390
+ }
7391
+ &--center--center {
7392
+ @include align-items(center);
7393
+ @include justify-content(center);
7394
+ }
7395
+ &--center--right {
7396
+ @include align-items(center);
7397
+ @include justify-content(flex-end);
7398
+ }
7399
+ }
7400
+ }
7401
+ }
7402
+ }
7398
7403
  .wac-tabs {
7399
7404
  position: relative;
7400
7405
 
@@ -7422,6 +7427,7 @@ wac-optional-disable-container {
7422
7427
  &__wrapper {
7423
7428
  position: relative;
7424
7429
  @include flexbox();
7430
+ margin-bottom: 30px;
7425
7431
 
7426
7432
  &__tab {
7427
7433
  position: relative;
@@ -8281,130 +8287,130 @@ span.wac-tooltip {
8281
8287
  }
8282
8288
  }
8283
8289
  }
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
- }
8290
+ .wac-upload {
8291
+ width: auto;
8292
+ &__wrapper {
8293
+ width: 100%;
8294
+ display: flex;
8295
+ align-items: center;
8296
+ button {
8297
+ padding: 10.5px 20px;
8298
+ border: none;
8299
+ background-color: $wac-green-color;
8300
+ border-radius: 3px;
8301
+ color: $wac-white;
8302
+ font-size: rem(14);
8303
+ line-height: rem(16);
8304
+ transition: 0.3s ease;
8305
+ font-weight: 500;
8306
+ cursor: pointer;
8307
+ i {
8308
+ font-size: rem(18);
8309
+ margin: 0 rem(10) 0 0;
8310
+ }
8311
+ &:hover {
8312
+ background-color: $wac-green-color-darken;
8313
+ }
8314
+ &:focus {
8315
+ background-color: $wac-green-color-focus;
8316
+ }
8317
+ }
8318
+ }
8319
+ &.portrait {
8320
+ .wac-upload {
8321
+ &__wrapper {
8322
+ min-width: rem(331);
8323
+ border-radius: 3px;
8324
+ border: 1px solid $wac-border-light;
8325
+ padding: rem(30);
8326
+ flex-direction: column;
8327
+ justify-content: center;
8328
+ &__visual {
8329
+ > img {
8330
+ display: block;
8331
+ margin: 0 auto rem(10);
8332
+ max-width: rem(40);
8333
+ }
8334
+ > strong {
8335
+ display: block;
8336
+ width: 100%;
8337
+ text-align: center;
8338
+ font-size: rem(14);
8339
+ line-height: rem(16);
8340
+ font-weight: 500;
8341
+ margin: 0 0 rem(20);
8342
+ }
8343
+ }
8344
+ > span {
8345
+ font-size: rem(14);
8346
+ line-height: rem(16);
8347
+ margin: 0 0 rem(20);
8348
+ }
8349
+ }
8350
+ }
8351
+ }
8352
+ &.landscape {
8353
+ .wac-upload {
8354
+ &__wrapper {
8355
+ border-radius: 3px;
8356
+ border: 1px solid $wac-border-light;
8357
+ padding: rem(30);
8358
+ flex-direction: row;
8359
+ justify-content: center;
8360
+ &__visual {
8361
+ margin: 0 rem(20) 0 0;
8362
+ > img {
8363
+ display: block;
8364
+ margin: 0 auto rem(10);
8365
+ max-width: rem(40);
8366
+ }
8367
+ > strong {
8368
+ display: block;
8369
+ width: 100%;
8370
+ text-align: center;
8371
+ font-size: rem(14);
8372
+ line-height: rem(16);
8373
+ font-weight: 500;
8374
+ margin: 0 0 rem(20);
8375
+ }
8376
+ }
8377
+ > span {
8378
+ font-size: rem(14);
8379
+ line-height: rem(16);
8380
+ margin: 0 rem(20) 0;
8381
+ }
8382
+ }
8383
+ }
8384
+ }
8385
+ }
8386
+ .wac-wrapper {
8387
+ width: 100%;
8388
+ &.max-width {
8389
+ max-width: 1080px;
8390
+ margin: 0 auto;
8391
+ }
8392
+ }
8393
+ .wac-wrapper-blocs {
8394
+ &.sidebar {
8395
+ width: calc(100% + 30px);
8396
+ transform: translateX(-15px);
8397
+ display: flex;
8398
+ flex-wrap: nowrap;
8399
+ align-items: flex-start;
8400
+ align-content: flex-start;
8401
+ & > :first-child {
8402
+ @include media('>=desktop') {
8403
+ width: 100%;
8404
+ }
8405
+ }
8406
+ & > :last-child:not(:first-child) {
8407
+ min-width: 340px;
8408
+ }
8409
+ & > * {
8410
+ margin: 0 15px;
8411
+ }
8412
+ }
8413
+ }
8408
8414
  .wac-wrapper-multiple-block {
8409
8415
  width: 100%;
8410
8416
  display: flex;
@@ -8620,29 +8626,29 @@ h1.wac-h1 {
8620
8626
  font-weight: normal;
8621
8627
  }
8622
8628
  }
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
- }
8629
+ h2.wac-h2 {
8630
+ font-size: rem(18);
8631
+ line-height: rem(21);
8632
+ font-weight: 500;
8633
+ color: $wac-main-text;
8634
+ }h3.wac-h3 {
8635
+ font-size: rem(16);
8636
+ line-height: rem(19);
8637
+ font-weight: 500;
8638
+ color: $wac-main-text;
8639
+ &.grey {
8640
+ color: $wac-second-color;
8641
+ }
8642
+ }
8643
+ h4.wac-h4 {
8644
+ font-size: rem(14);
8645
+ line-height: rem(16);
8646
+ font-weight: 500;
8647
+ color: $wac-main-text;
8648
+ &.grey {
8649
+ color: $wac-second-color;
8650
+ }
8651
+ }
8646
8652
  .wac-input {
8647
8653
  ::-webkit-input-placeholder {
8648
8654
  /* Chrome/Opera/Safari */