@wizishop/angular-components 15.1.113 → 15.1.114

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 (83) hide show
  1. package/README.md +87 -87
  2. package/angular-components.scss +1835 -1835
  3. package/assets/images/upload/icon_picture.svg +11 -11
  4. package/esm2020/lib/animations/in-out/in-out-x.animation.mjs +1 -1
  5. package/esm2020/lib/animations/in-out/in-out-y.animation.mjs +1 -1
  6. package/esm2020/lib/animations/list/animate-list-from-bottom.animation.mjs +1 -1
  7. package/esm2020/lib/animations/list/animate-list-from-left.animation.mjs +1 -1
  8. package/esm2020/lib/animations/list/animate-list-from-right.animation.mjs +1 -1
  9. package/esm2020/lib/animations/list/animate-list-from-top.animation.mjs +1 -1
  10. package/esm2020/lib/animations/show/show-from-bottom.animation.mjs +1 -1
  11. package/esm2020/lib/animations/show/show-from-left.animation.mjs +1 -1
  12. package/esm2020/lib/animations/show/show-from-right.animation.mjs +1 -1
  13. package/esm2020/lib/animations/show/show-from-top.animation.mjs +1 -1
  14. package/esm2020/lib/animations/switch/switch-in-out.animation.mjs +1 -1
  15. package/esm2020/lib/components/alert/alert.component.mjs +3 -3
  16. package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +1 -1
  17. package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +1 -1
  18. package/esm2020/lib/components/back/back.component.mjs +3 -3
  19. package/esm2020/lib/components/checkbox/checkbox.module.mjs +1 -1
  20. package/esm2020/lib/components/delete/delete.component.mjs +3 -3
  21. package/esm2020/lib/components/dropdown/dropdown.component.mjs +3 -3
  22. package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +3 -3
  23. package/esm2020/lib/components/filters/filter-item.dto.mjs +1 -1
  24. package/esm2020/lib/components/filters/filters.component.mjs +3 -3
  25. package/esm2020/lib/components/hn/h2/h2.component.mjs +3 -3
  26. package/esm2020/lib/components/hn/h3/h3.component.mjs +3 -3
  27. package/esm2020/lib/components/hn/h4/h4.component.mjs +3 -3
  28. package/esm2020/lib/components/image/image.component.mjs +3 -3
  29. package/esm2020/lib/components/info/info.component.mjs +3 -3
  30. package/esm2020/lib/components/logo/logo.component.mjs +3 -3
  31. package/esm2020/lib/components/mosaic/mosaic.component.mjs +14 -11
  32. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +3 -3
  33. package/esm2020/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +1 -1
  34. package/esm2020/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +1 -1
  35. package/esm2020/lib/components/pagination/pagination.component.mjs +3 -3
  36. package/esm2020/lib/components/pagination/pagination.module.mjs +1 -1
  37. package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +1 -1
  38. package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +1 -1
  39. package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +1 -1
  40. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +3 -3
  41. package/esm2020/lib/components/search/search.component.mjs +3 -3
  42. package/esm2020/lib/components/search/shared/search-option.model.mjs +1 -1
  43. package/esm2020/lib/components/selected-list/selected-list.component.mjs +3 -3
  44. package/esm2020/lib/components/selected-list/shared/selected-list-option.model.mjs +1 -1
  45. package/esm2020/lib/components/separator/separator.component.mjs +3 -3
  46. package/esm2020/lib/components/settings/settings.component.mjs +3 -3
  47. package/esm2020/lib/components/snackbar/snackbar.component.mjs +3 -3
  48. package/esm2020/lib/components/state/state.component.mjs +3 -3
  49. package/esm2020/lib/components/table/directives/raw.directive.mjs +1 -1
  50. package/esm2020/lib/components/table/shared/filters-table.service.mjs +1 -1
  51. package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +1 -1
  52. package/esm2020/lib/components/table/shared/table-filters-group.model.mjs +1 -1
  53. package/esm2020/lib/components/table/shared/table-filters.model.mjs +1 -1
  54. package/esm2020/lib/components/table/table.component.mjs +3 -3
  55. package/esm2020/lib/components/text/text.component.mjs +3 -3
  56. package/esm2020/lib/components/tooltip/tooltip.component.mjs +3 -3
  57. package/esm2020/lib/components/tooltip/tooltip.module.mjs +1 -1
  58. package/esm2020/lib/components/tree/tree.module.mjs +1 -1
  59. package/esm2020/lib/components/upload/upload.component.mjs +1 -1
  60. package/esm2020/lib/components/wrapper/wrapper.component.mjs +3 -3
  61. package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +3 -3
  62. package/esm2020/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +1 -1
  63. package/esm2020/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +1 -1
  64. package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +1 -1
  65. package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +1 -1
  66. package/esm2020/lib/directives/ng-var.directive.mjs +1 -1
  67. package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +1 -1
  68. package/esm2020/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +1 -1
  69. package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +1 -1
  70. package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +1 -1
  71. package/esm2020/lib/services/dom.service.mjs +1 -1
  72. package/esm2020/lib/services/multiple-selection.service.mjs +1 -1
  73. package/esm2020/lib/utils/html-container.class.mjs +1 -1
  74. package/esm2020/lib/utils/slection-item.interface.mjs +1 -1
  75. package/esm2020/lib/wizi-components.module.mjs +1 -1
  76. package/fesm2015/wizishop-angular-components.mjs +65 -62
  77. package/fesm2015/wizishop-angular-components.mjs.map +1 -1
  78. package/fesm2020/wizishop-angular-components.mjs +65 -62
  79. package/fesm2020/wizishop-angular-components.mjs.map +1 -1
  80. package/lib/components/mosaic/mosaic.component.d.ts +2 -2
  81. package/package.json +1 -1
  82. package/wizishop-angular-components-15.1.114.tgz +0 -0
  83. package/wizishop-angular-components-15.1.113.tgz +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%;
@@ -416,78 +416,78 @@ $wac-token-disabled-dark: #8A98B2!default;
416
416
  }
417
417
  }
418
418
  }
419
- .wac-alert {
420
- width: 100%;
421
- background-color: transparentize($wac-link-color, 0.85);
422
- color: $wac-link-color;
423
- border-radius: 3px;
424
- display: flex;
425
- flex-wrap: nowrap;
426
- justify-content: space-between;
427
- padding: 20px;
428
- &.success {
429
- background-color: transparentize($wac-green-color, 0.85);
430
- p {
431
- color: $wac-p-alert-color-success;
432
- > * {
433
- color: $wac-p-alert-color-success;
434
- }
435
- }
436
- i {
437
- color: $wac-green-color;
438
- }
439
- }
440
- &.warning {
441
- background-color: transparentize($wac-primary-button, 0.85);
442
- p {
443
- color: $wac-p-alert-color-warning;
444
- > * {
445
- color: $wac-p-alert-color-warning;
446
- }
447
- }
448
- i {
449
- color: $wac-primary-button;
450
- }
451
- }
452
- &.alert {
453
- background-color: transparentize($wac-orange-color, 0.85);
454
- p {
455
- color: $wac-p-alert-color-alert;
456
- > * {
457
- color: $wac-p-alert-color-alert;
458
- }
459
- }
460
- i {
461
- color: $wac-orange-color;
462
- }
463
- }
464
- p {
465
- width: 100%;
466
- font-size: rem(14);
467
- line-height: rem(25);
468
- margin: 0;
469
- padding: 0;
470
- color: $wac-p-alert-color-default;
471
- > * {
472
- color: $wac-p-alert-color-default;
473
- }
474
- }
475
- i {
476
- width: auto;
477
- margin: 0 10px 0 0;
478
- color: inherit;
479
- font-size: rem(14);
480
- line-height: rem(25);
481
- }
482
-
483
- .wac-button i {
484
- color: $wac-white;
485
- }
486
-
487
- .closeAlert {
488
- font-size: rem(20);
489
- }
490
- }
419
+ .wac-alert {
420
+ width: 100%;
421
+ background-color: transparentize($wac-link-color, 0.85);
422
+ color: $wac-link-color;
423
+ border-radius: 3px;
424
+ display: flex;
425
+ flex-wrap: nowrap;
426
+ justify-content: space-between;
427
+ padding: 20px;
428
+ &.success {
429
+ background-color: transparentize($wac-green-color, 0.85);
430
+ p {
431
+ color: $wac-p-alert-color-success;
432
+ > * {
433
+ color: $wac-p-alert-color-success;
434
+ }
435
+ }
436
+ i {
437
+ color: $wac-green-color;
438
+ }
439
+ }
440
+ &.warning {
441
+ background-color: transparentize($wac-primary-button, 0.85);
442
+ p {
443
+ color: $wac-p-alert-color-warning;
444
+ > * {
445
+ color: $wac-p-alert-color-warning;
446
+ }
447
+ }
448
+ i {
449
+ color: $wac-primary-button;
450
+ }
451
+ }
452
+ &.alert {
453
+ background-color: transparentize($wac-orange-color, 0.85);
454
+ p {
455
+ color: $wac-p-alert-color-alert;
456
+ > * {
457
+ color: $wac-p-alert-color-alert;
458
+ }
459
+ }
460
+ i {
461
+ color: $wac-orange-color;
462
+ }
463
+ }
464
+ p {
465
+ width: 100%;
466
+ font-size: rem(14);
467
+ line-height: rem(25);
468
+ margin: 0;
469
+ padding: 0;
470
+ color: $wac-p-alert-color-default;
471
+ > * {
472
+ color: $wac-p-alert-color-default;
473
+ }
474
+ }
475
+ i {
476
+ width: auto;
477
+ margin: 0 10px 0 0;
478
+ color: inherit;
479
+ font-size: rem(14);
480
+ line-height: rem(25);
481
+ }
482
+
483
+ .wac-button i {
484
+ color: $wac-white;
485
+ }
486
+
487
+ .closeAlert {
488
+ font-size: rem(20);
489
+ }
490
+ }
491
491
  .wac-alert-popup {
492
492
  .alert {
493
493
  z-index: 999999;
@@ -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;
@@ -3875,90 +3875,90 @@ wac-calendar {
3875
3875
  .wac-draganddrop-list__wrapper.cdk-drop-list-dragging .wac-draganddrop-list__wrapper__item:not(.cdk-drag-placeholder) {
3876
3876
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
3877
3877
  }
3878
- .wac-dropdown {
3879
- display: inline-block;
3880
- width: 40px;
3881
- height: 40px;
3882
-
3883
- &__wrapper {
3884
- @include flexbox();
3885
- @include justify-content(center);
3886
- @include align-items(center);
3887
- width: 100%;
3888
- height: 100%;
3889
- position: relative;
3890
-
3891
- &__icon {
3892
- font-size: 30px;
3893
- line-height: 18px;
3894
- color: $wac-second-color;
3895
- transition: color 0.3s ease, transform 0.3s ease;
3896
- }
3897
-
3898
- &__sublevel {
3899
- position: absolute;
3900
- min-width: 160px;
3901
- top: 100%;
3902
- right: 0;
3903
- z-index: -1;
3904
- opacity: 0;
3905
- background-color: $wac-white;
3906
- border-radius: rem(3);
3907
- box-shadow: 0px 2px 5px $wac-info-box-shadow;
3908
- visibility: hidden;
3909
- transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
3910
-
3911
- &__container {
3912
- padding: 10px 10px;
3913
- border: 1px solid $wac-border-color;
3914
- border-radius: 3px;
3915
-
3916
- &__item {
3917
- padding: 5.7px 10px;
3918
- font-size: 14px;
3919
- line-height: 24px;
3920
- color: $wac-second-color;
3921
- cursor: pointer;
3922
- transition: background-color 0.3s ease, color 0.3s ease;
3923
- display: flex;
3924
- justify-content: flex-start;
3925
- align-items: center;
3926
- align-content: center;
3927
-
3928
- i {
3929
- min-width: 15px;
3930
- margin-right: 5px;
3931
- text-align: center;
3932
- }
3933
- span {
3934
- white-space: nowrap;
3935
- }
3936
-
3937
- &:hover {
3938
- background-color: $wac-gray-background;
3939
- transition: background-color 0.3s ease, color 0.3s ease;
3940
- color: $wac-input-active-color;
3941
- }
3942
- }
3943
- }
3944
- }
3945
-
3946
- &:hover {
3947
- .wac-dropdown__wrapper__icon {
3948
- color: $wac-wizishop-blue;
3949
- transform: rotate(90deg);
3950
- transition: color 0.3s ease, transform 0.3s ease;
3951
- }
3952
-
3953
- .wac-dropdown__wrapper__sublevel {
3954
- visibility: visible;
3955
- opacity: 1;
3956
- z-index: 2;
3957
- transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
3958
- }
3959
- }
3960
- }
3961
- }
3878
+ .wac-dropdown {
3879
+ display: inline-block;
3880
+ width: 40px;
3881
+ height: 40px;
3882
+
3883
+ &__wrapper {
3884
+ @include flexbox();
3885
+ @include justify-content(center);
3886
+ @include align-items(center);
3887
+ width: 100%;
3888
+ height: 100%;
3889
+ position: relative;
3890
+
3891
+ &__icon {
3892
+ font-size: 30px;
3893
+ line-height: 18px;
3894
+ color: $wac-second-color;
3895
+ transition: color 0.3s ease, transform 0.3s ease;
3896
+ }
3897
+
3898
+ &__sublevel {
3899
+ position: absolute;
3900
+ min-width: 160px;
3901
+ top: 100%;
3902
+ right: 0;
3903
+ z-index: -1;
3904
+ opacity: 0;
3905
+ background-color: $wac-white;
3906
+ border-radius: rem(3);
3907
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
3908
+ visibility: hidden;
3909
+ transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
3910
+
3911
+ &__container {
3912
+ padding: 10px 10px;
3913
+ border: 1px solid $wac-border-color;
3914
+ border-radius: 3px;
3915
+
3916
+ &__item {
3917
+ padding: 5.7px 10px;
3918
+ font-size: 14px;
3919
+ line-height: 24px;
3920
+ color: $wac-second-color;
3921
+ cursor: pointer;
3922
+ transition: background-color 0.3s ease, color 0.3s ease;
3923
+ display: flex;
3924
+ justify-content: flex-start;
3925
+ align-items: center;
3926
+ align-content: center;
3927
+
3928
+ i {
3929
+ min-width: 15px;
3930
+ margin-right: 5px;
3931
+ text-align: center;
3932
+ }
3933
+ span {
3934
+ white-space: nowrap;
3935
+ }
3936
+
3937
+ &:hover {
3938
+ background-color: $wac-gray-background;
3939
+ transition: background-color 0.3s ease, color 0.3s ease;
3940
+ color: $wac-input-active-color;
3941
+ }
3942
+ }
3943
+ }
3944
+ }
3945
+
3946
+ &:hover {
3947
+ .wac-dropdown__wrapper__icon {
3948
+ color: $wac-wizishop-blue;
3949
+ transform: rotate(90deg);
3950
+ transition: color 0.3s ease, transform 0.3s ease;
3951
+ }
3952
+
3953
+ .wac-dropdown__wrapper__sublevel {
3954
+ visibility: visible;
3955
+ opacity: 1;
3956
+ z-index: 2;
3957
+ transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
3958
+ }
3959
+ }
3960
+ }
3961
+ }
3962
3962
  .wac-edit-in-place.nwb-wrapper {
3963
3963
  display: inline-block;
3964
3964
  position: relative;
@@ -4243,297 +4243,297 @@ wac-calendar {
4243
4243
  }
4244
4244
  }
4245
4245
  }
4246
- .wac-filters {
4247
- width: 100%;
4248
- &__wrapper {
4249
- width: 100%;
4250
- display: flex;
4251
- flex-wrap: wrap;
4252
- justify-content: flex-start;
4253
- align-items: center;
4254
- align-content: center;
4255
- button {
4256
- position: relative;
4257
- width: auto;
4258
- display: flex;
4259
- align-items: center;
4260
- font-size: rem(14);
4261
- line-height: rem(16);
4262
- font-weight: 400;
4263
- color: $wac-second-color;
4264
- border: 1px solid $wac-border-light;
4265
- border-radius: 3px;
4266
- background: transparent;
4267
- box-shadow: none;
4268
- margin-bottom: rem(10);
4269
- transition: 0.3s ease;
4270
- cursor: pointer;
4271
- padding: 12px 20px;
4272
- .event {
4273
- position: absolute;
4274
- top: 0;
4275
- left: 0;
4276
- width: 100%;
4277
- height: 100%;
4278
- z-index: 2;
4279
- display: inline-block;
4280
- }
4281
- i {
4282
- color: $wac-main-text;
4283
- font-size: rem(14);
4284
- margin: 0 rem(10) 0 0;
4285
- }
4286
- &:hover,
4287
- &:focus,
4288
- &.active {
4289
- border-color: $wac-wizishop-blue;
4290
- color: $wac-main-text;
4291
- }
4292
- &:not(:last-child) {
4293
- margin: 0 rem(10) rem(10) 0;
4294
- }
4295
- }
4296
- > span {
4297
- position: relative;
4298
- color: $wac-link-color;
4299
- display: inline-block;
4300
- transition: 0.3s ease;
4301
- font-size: rem(14);
4302
- line-height: rem(16);
4303
- margin: 0 0 0 rem(30);
4304
- cursor: pointer;
4305
- z-index: 1;
4306
- &:before {
4307
- content: '';
4308
- display: block;
4309
- position: absolute;
4310
- width: 100%;
4311
- max-width: 0;
4312
- height: 1px;
4313
- border-radius: 3px;
4314
- background-color: darken($wac-link-color, 15%);
4315
- left: 0;
4316
- bottom: -2px;
4317
- transition: 0.3s ease;
4318
- }
4319
- &:hover,
4320
- &:focus {
4321
- color: darken($wac-link-color, 15%);
4322
- &:before {
4323
- max-width: 100%;
4324
- }
4325
- }
4326
- }
4327
- }
4328
- }
4329
- .wac-free-popin {
4330
- height: 100%;
4331
- width: 100%;
4332
- width: 100vw;
4333
- height: 100vh;
4334
- position: fixed;
4335
- top: 0;
4336
- left: 0;
4337
-
4338
- &__wrapper {
4339
- background-color: white;
4340
- border: 1px solid $wac-border-color;
4341
- border-radius: 3px;
4342
- margin: auto;
4343
- box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4344
- position: absolute;
4345
- left: 50%;
4346
- top: 50%;
4347
- transform: translate(-50%, -50%);
4348
- padding: 50px;
4349
- z-index: 3;
4350
- max-height: 90vh;
4351
- display: flex;
4352
- flex-wrap: nowrap;
4353
- flex-direction: column;
4354
- justify-content: center;
4355
- align-items: center;
4356
- width: 100%;
4357
- max-width: 575px;
4358
- overflow: hidden;
4359
-
4360
- &__content {
4361
- position: relative;
4362
- overflow: hidden;
4363
- display: flex;
4364
- > * {
4365
- height: auto;
4366
- }
4367
- }
4368
-
4369
- div:not([class]) {
4370
- width: 100%;
4371
- margin: 0 0 17px;
4372
- }
4373
-
4374
- > * {
4375
- width: 100%;
4376
- }
4377
-
4378
- &__button-close {
4379
- position: absolute;
4380
- top: 10px;
4381
- right: 10px;
4382
- width: 30px;
4383
- height: 30px;
4384
- border-radius: 50%;
4385
- display: flex;
4386
- justify-content: center;
4387
- align-items: center;
4388
- background-color: $wac-popin-btn-close;
4389
- transition: .3s ease;
4390
- i {
4391
- color: $wac-second-color;
4392
- font-size: 14px;
4393
- font-weight: 400;
4394
- }
4395
- &:hover, &:focus {
4396
- background-color: $wac-main-text;
4397
- i {
4398
- color: $wac-white;
4399
- }
4400
- }
4401
- }
4402
-
4403
- h1 {
4404
- font-size: rem(30);
4405
- line-height: rem(35);
4406
- font-weight: 600;
4407
- color: $wac-main-text;
4408
- }
4409
-
4410
- h2 {
4411
- font-size: rem(18);
4412
- line-height: rem(21);
4413
- font-weight: 500;
4414
- color: $wac-main-text;
4415
- }
4416
-
4417
- h3 {
4418
- font-size: rem(16);
4419
- line-height: rem(19);
4420
- font-weight: 500;
4421
- color: $wac-main-text;
4422
- }
4423
-
4424
- h4 {
4425
- font-size: rem(14);
4426
- line-height: rem(16);
4427
- font-weight: 500;
4428
- color: $wac-main-text;
4429
- }
4430
-
4431
- img {
4432
- width: auto;
4433
- height: auto;
4434
- margin: 0 auto;
4435
- }
4436
-
4437
- &__title {
4438
- font: normal normal bold 20px/25px sans-serif;
4439
- color: $wac-main-text;
4440
- }
4441
-
4442
- &__buttons {
4443
- width: 100%;
4444
- display: flex;
4445
- flex-direction: column;
4446
- align-items: center;
4447
- margin: 30px 0 0;
4448
- &__button {
4449
- margin: 10px;
4450
- width: auto;
4451
- }
4452
- }
4453
- }
4454
- &__background {
4455
- z-index: 1;
4456
- position: absolute;
4457
- top: 0;
4458
- left: 0;
4459
- width: 100%;
4460
- height: 100%;
4461
- background-color: transparentize($wac-main-text, .5);
4462
- }
4463
- }
4464
-
4465
- .wac-free-popin .ps-content > * {
4466
- padding-right: 15px;
4467
- }
4468
- .wac-google-preview {
4469
- padding: 30px;
4470
- border: 1px solid $wac-google-preview-border;
4471
- width: 100%;
4472
- display: flex;
4473
- flex-direction: column;
4474
- align-items: flex-start;
4475
- justify-content: flex-start;
4476
- font-family: 'Arial', sans-serif;
4477
- overflow: hidden;
4478
- &__url {
4479
- width: 100%;
4480
- white-space: nowrap;
4481
- text-overflow: ellipsis;
4482
- overflow: hidden;
4483
- color: $wac-google-preview-url;
4484
- font-size: rem(14);
4485
- margin: 0 0 10px;
4486
- line-height: rem(16);
4487
- }
4488
- &__title {
4489
- width: 100%;
4490
- color: $wac-google-preview-title;
4491
- font-size: rem(20);
4492
- line-height: rem(22);
4493
- text-overflow: ellipsis;
4494
- white-space: nowrap;
4495
- overflow: hidden;
4496
- margin: 0 0 rem(12);
4497
- }
4498
- &__description {
4499
- width: 100%;
4500
- font-size: rem(14);
4501
- line-height: rem(24);
4502
- overflow: hidden;
4503
- color: $wac-google-preview-description;
4504
- margin: 0;
4505
- }
4506
- }
4507
- .wac-header-page {
4246
+ .wac-filters {
4508
4247
  width: 100%;
4509
- background-color: transparent;
4510
- position: relative;
4511
- z-index: 2;
4512
- &__maxWidth {
4248
+ &__wrapper {
4513
4249
  width: 100%;
4514
- margin: 0 auto;
4515
- &__top {
4516
- width: 100%;
4250
+ display: flex;
4251
+ flex-wrap: wrap;
4252
+ justify-content: flex-start;
4253
+ align-items: center;
4254
+ align-content: center;
4255
+ button {
4256
+ position: relative;
4257
+ width: auto;
4517
4258
  display: flex;
4518
- justify-content: space-between;
4519
4259
  align-items: center;
4520
- margin: 0 0 27px;
4521
- @include media('<tablet') {
4522
- flex-direction: column;
4523
- flex-wrap: wrap;
4524
- justify-content: flex-start;
4525
- align-items: flex-start;
4526
- margin: 0;
4260
+ font-size: rem(14);
4261
+ line-height: rem(16);
4262
+ font-weight: 400;
4263
+ color: $wac-second-color;
4264
+ border: 1px solid $wac-border-light;
4265
+ border-radius: 3px;
4266
+ background: transparent;
4267
+ box-shadow: none;
4268
+ margin-bottom: rem(10);
4269
+ transition: 0.3s ease;
4270
+ cursor: pointer;
4271
+ padding: 12px 20px;
4272
+ .event {
4273
+ position: absolute;
4274
+ top: 0;
4275
+ left: 0;
4276
+ width: 100%;
4277
+ height: 100%;
4278
+ z-index: 2;
4279
+ display: inline-block;
4527
4280
  }
4528
- &.center {
4529
- justify-content: center;
4281
+ i {
4282
+ color: $wac-main-text;
4283
+ font-size: rem(14);
4284
+ margin: 0 rem(10) 0 0;
4530
4285
  }
4531
- &__left {
4532
- width: auto;
4533
- display: flex;
4534
- flex-wrap: wrap;
4535
- align-items: center;
4536
- align-content: center;
4286
+ &:hover,
4287
+ &:focus,
4288
+ &.active {
4289
+ border-color: $wac-wizishop-blue;
4290
+ color: $wac-main-text;
4291
+ }
4292
+ &:not(:last-child) {
4293
+ margin: 0 rem(10) rem(10) 0;
4294
+ }
4295
+ }
4296
+ > span {
4297
+ position: relative;
4298
+ color: $wac-link-color;
4299
+ display: inline-block;
4300
+ transition: 0.3s ease;
4301
+ font-size: rem(14);
4302
+ line-height: rem(16);
4303
+ margin: 0 0 0 rem(30);
4304
+ cursor: pointer;
4305
+ z-index: 1;
4306
+ &:before {
4307
+ content: '';
4308
+ display: block;
4309
+ position: absolute;
4310
+ width: 100%;
4311
+ max-width: 0;
4312
+ height: 1px;
4313
+ border-radius: 3px;
4314
+ background-color: darken($wac-link-color, 15%);
4315
+ left: 0;
4316
+ bottom: -2px;
4317
+ transition: 0.3s ease;
4318
+ }
4319
+ &:hover,
4320
+ &:focus {
4321
+ color: darken($wac-link-color, 15%);
4322
+ &:before {
4323
+ max-width: 100%;
4324
+ }
4325
+ }
4326
+ }
4327
+ }
4328
+ }
4329
+ .wac-free-popin {
4330
+ height: 100%;
4331
+ width: 100%;
4332
+ width: 100vw;
4333
+ height: 100vh;
4334
+ position: fixed;
4335
+ top: 0;
4336
+ left: 0;
4337
+
4338
+ &__wrapper {
4339
+ background-color: white;
4340
+ border: 1px solid $wac-border-color;
4341
+ border-radius: 3px;
4342
+ margin: auto;
4343
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4344
+ position: absolute;
4345
+ left: 50%;
4346
+ top: 50%;
4347
+ transform: translate(-50%, -50%);
4348
+ padding: 50px;
4349
+ z-index: 3;
4350
+ max-height: 90vh;
4351
+ display: flex;
4352
+ flex-wrap: nowrap;
4353
+ flex-direction: column;
4354
+ justify-content: center;
4355
+ align-items: center;
4356
+ width: 100%;
4357
+ max-width: 575px;
4358
+ overflow: hidden;
4359
+
4360
+ &__content {
4361
+ position: relative;
4362
+ overflow: hidden;
4363
+ display: flex;
4364
+ > * {
4365
+ height: auto;
4366
+ }
4367
+ }
4368
+
4369
+ div:not([class]) {
4370
+ width: 100%;
4371
+ margin: 0 0 17px;
4372
+ }
4373
+
4374
+ > * {
4375
+ width: 100%;
4376
+ }
4377
+
4378
+ &__button-close {
4379
+ position: absolute;
4380
+ top: 10px;
4381
+ right: 10px;
4382
+ width: 30px;
4383
+ height: 30px;
4384
+ border-radius: 50%;
4385
+ display: flex;
4386
+ justify-content: center;
4387
+ align-items: center;
4388
+ background-color: $wac-popin-btn-close;
4389
+ transition: .3s ease;
4390
+ i {
4391
+ color: $wac-second-color;
4392
+ font-size: 14px;
4393
+ font-weight: 400;
4394
+ }
4395
+ &:hover, &:focus {
4396
+ background-color: $wac-main-text;
4397
+ i {
4398
+ color: $wac-white;
4399
+ }
4400
+ }
4401
+ }
4402
+
4403
+ h1 {
4404
+ font-size: rem(30);
4405
+ line-height: rem(35);
4406
+ font-weight: 600;
4407
+ color: $wac-main-text;
4408
+ }
4409
+
4410
+ h2 {
4411
+ font-size: rem(18);
4412
+ line-height: rem(21);
4413
+ font-weight: 500;
4414
+ color: $wac-main-text;
4415
+ }
4416
+
4417
+ h3 {
4418
+ font-size: rem(16);
4419
+ line-height: rem(19);
4420
+ font-weight: 500;
4421
+ color: $wac-main-text;
4422
+ }
4423
+
4424
+ h4 {
4425
+ font-size: rem(14);
4426
+ line-height: rem(16);
4427
+ font-weight: 500;
4428
+ color: $wac-main-text;
4429
+ }
4430
+
4431
+ img {
4432
+ width: auto;
4433
+ height: auto;
4434
+ margin: 0 auto;
4435
+ }
4436
+
4437
+ &__title {
4438
+ font: normal normal bold 20px/25px sans-serif;
4439
+ color: $wac-main-text;
4440
+ }
4441
+
4442
+ &__buttons {
4443
+ width: 100%;
4444
+ display: flex;
4445
+ flex-direction: column;
4446
+ align-items: center;
4447
+ margin: 30px 0 0;
4448
+ &__button {
4449
+ margin: 10px;
4450
+ width: auto;
4451
+ }
4452
+ }
4453
+ }
4454
+ &__background {
4455
+ z-index: 1;
4456
+ position: absolute;
4457
+ top: 0;
4458
+ left: 0;
4459
+ width: 100%;
4460
+ height: 100%;
4461
+ background-color: transparentize($wac-main-text, .5);
4462
+ }
4463
+ }
4464
+
4465
+ .wac-free-popin .ps-content > * {
4466
+ padding-right: 15px;
4467
+ }
4468
+ .wac-google-preview {
4469
+ padding: 30px;
4470
+ border: 1px solid $wac-google-preview-border;
4471
+ width: 100%;
4472
+ display: flex;
4473
+ flex-direction: column;
4474
+ align-items: flex-start;
4475
+ justify-content: flex-start;
4476
+ font-family: 'Arial', sans-serif;
4477
+ overflow: hidden;
4478
+ &__url {
4479
+ width: 100%;
4480
+ white-space: nowrap;
4481
+ text-overflow: ellipsis;
4482
+ overflow: hidden;
4483
+ color: $wac-google-preview-url;
4484
+ font-size: rem(14);
4485
+ margin: 0 0 10px;
4486
+ line-height: rem(16);
4487
+ }
4488
+ &__title {
4489
+ width: 100%;
4490
+ color: $wac-google-preview-title;
4491
+ font-size: rem(20);
4492
+ line-height: rem(22);
4493
+ text-overflow: ellipsis;
4494
+ white-space: nowrap;
4495
+ overflow: hidden;
4496
+ margin: 0 0 rem(12);
4497
+ }
4498
+ &__description {
4499
+ width: 100%;
4500
+ font-size: rem(14);
4501
+ line-height: rem(24);
4502
+ overflow: hidden;
4503
+ color: $wac-google-preview-description;
4504
+ margin: 0;
4505
+ }
4506
+ }
4507
+ .wac-header-page {
4508
+ width: 100%;
4509
+ background-color: transparent;
4510
+ position: relative;
4511
+ z-index: 2;
4512
+ &__maxWidth {
4513
+ width: 100%;
4514
+ margin: 0 auto;
4515
+ &__top {
4516
+ width: 100%;
4517
+ display: flex;
4518
+ justify-content: space-between;
4519
+ align-items: center;
4520
+ margin: 0 0 27px;
4521
+ @include media('<tablet') {
4522
+ flex-direction: column;
4523
+ flex-wrap: wrap;
4524
+ justify-content: flex-start;
4525
+ align-items: flex-start;
4526
+ margin: 0;
4527
+ }
4528
+ &.center {
4529
+ justify-content: center;
4530
+ }
4531
+ &__left {
4532
+ width: auto;
4533
+ display: flex;
4534
+ flex-wrap: wrap;
4535
+ align-items: center;
4536
+ align-content: center;
4537
4537
  margin: 0 10px 0 0;
4538
4538
  @include media('<tablet') {
4539
4539
  width: 100%;
@@ -4624,89 +4624,89 @@ wac-calendar {
4624
4624
  }
4625
4625
  }
4626
4626
  }
4627
- .wac-image {
4628
- width: 60px;
4629
- height: 60px;
4630
-
4631
- &__wrapper {
4632
- @include flexbox();
4633
- @include justify-content(center);
4634
- @include align-items(center);
4635
- width: 100%;
4636
- height: 100%;
4637
- border-radius: 3px;
4638
- border: 1px solid $wac-border-light;
4639
- background-position: center;
4640
- background-size: contain;
4641
- background-repeat: no-repeat;
4642
-
4643
- &.empty {
4644
- background-color: $wac-gray-background;
4645
- }
4646
-
4647
- i {
4648
- color: $wac-border-form;
4649
- font-size: 25px;
4650
- line-height: 23px;
4651
- }
4652
- }
4653
- }
4654
- .wac-info {
4655
- display: inline-block;
4656
- width: 40px;
4657
- height: 40px;
4658
-
4659
- &__wrapper {
4660
- @include flexbox();
4661
- @include justify-content(center);
4662
- @include align-items(center);
4663
- width: 100%;
4664
- height: 100%;
4665
- position: relative;
4666
-
4667
- i {
4668
- font-size: 14px;
4669
- line-height: 25px;
4670
- color: $wac-second-color;
4671
- transition: color 0.3s ease-in-out;
4672
- }
4673
-
4674
- &__sublevel {
4675
- position: absolute;
4676
- width: 350px;
4677
- top: 13px;
4678
- left: 100%;
4679
- z-index: -1;
4680
- opacity: 0;
4681
- background-color: $wac-white;
4682
- border-radius: rem(3);
4683
- box-shadow: 0px 2px 5px $wac-info-box-shadow;
4684
- visibility: hidden;
4685
- transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4686
-
4687
- &__container {
4688
- padding: 15px 20px;
4689
- font-size: rem(14);
4690
- line-height: rem(25);
4691
- color: $wac-second-color;
4692
- }
4693
- }
4694
-
4695
- &:hover {
4696
- i {
4697
- color: $wac-input-active-color;
4698
- transition: color 0.3s ease-in-out;
4699
- }
4700
-
4701
- .wac-info__wrapper__sublevel {
4702
- visibility: visible;
4703
- opacity: 1;
4704
- z-index: 2;
4705
- transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4706
- }
4707
- }
4708
- }
4709
- }
4627
+ .wac-image {
4628
+ width: 60px;
4629
+ height: 60px;
4630
+
4631
+ &__wrapper {
4632
+ @include flexbox();
4633
+ @include justify-content(center);
4634
+ @include align-items(center);
4635
+ width: 100%;
4636
+ height: 100%;
4637
+ border-radius: 3px;
4638
+ border: 1px solid $wac-border-light;
4639
+ background-position: center;
4640
+ background-size: contain;
4641
+ background-repeat: no-repeat;
4642
+
4643
+ &.empty {
4644
+ background-color: $wac-gray-background;
4645
+ }
4646
+
4647
+ i {
4648
+ color: $wac-border-form;
4649
+ font-size: 25px;
4650
+ line-height: 23px;
4651
+ }
4652
+ }
4653
+ }
4654
+ .wac-info {
4655
+ display: inline-block;
4656
+ width: 40px;
4657
+ height: 40px;
4658
+
4659
+ &__wrapper {
4660
+ @include flexbox();
4661
+ @include justify-content(center);
4662
+ @include align-items(center);
4663
+ width: 100%;
4664
+ height: 100%;
4665
+ position: relative;
4666
+
4667
+ i {
4668
+ font-size: 14px;
4669
+ line-height: 25px;
4670
+ color: $wac-second-color;
4671
+ transition: color 0.3s ease-in-out;
4672
+ }
4673
+
4674
+ &__sublevel {
4675
+ position: absolute;
4676
+ width: 350px;
4677
+ top: 13px;
4678
+ left: 100%;
4679
+ z-index: -1;
4680
+ opacity: 0;
4681
+ background-color: $wac-white;
4682
+ border-radius: rem(3);
4683
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
4684
+ visibility: hidden;
4685
+ transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4686
+
4687
+ &__container {
4688
+ padding: 15px 20px;
4689
+ font-size: rem(14);
4690
+ line-height: rem(25);
4691
+ color: $wac-second-color;
4692
+ }
4693
+ }
4694
+
4695
+ &:hover {
4696
+ i {
4697
+ color: $wac-input-active-color;
4698
+ transition: color 0.3s ease-in-out;
4699
+ }
4700
+
4701
+ .wac-info__wrapper__sublevel {
4702
+ visibility: visible;
4703
+ opacity: 1;
4704
+ z-index: 2;
4705
+ transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4706
+ }
4707
+ }
4708
+ }
4709
+ }
4710
4710
  .wac-link {
4711
4711
  position: relative;
4712
4712
  color: $wac-link-color;
@@ -4760,99 +4760,99 @@ wac-calendar {
4760
4760
  transition: opacity .3s ease 0s, visibility 0s linear .35s;
4761
4761
  }
4762
4762
  }
4763
- .wac-loader {
4764
- &.is-small {
4765
- position: absolute;
4766
- right: 0;
4767
- left: 0;
4768
- top: -70px;
4769
- transform: scale(0.6);
4770
- }
4771
- margin-bottom: rem(80);
4772
-
4773
- @keyframes rotate {
4774
- 0% {
4775
- transform: rotate(0deg);
4776
- }
4777
- 50% {
4778
- transform: rotate(180deg);
4779
- }
4780
- 100% {
4781
- transform: rotate(360deg);
4782
- }
4783
- }
4784
-
4785
- @keyframes rotate2 {
4786
- 0% {
4787
- transform: rotate(0deg);
4788
- border-top-color: $wac-color-loader;
4789
- }
4790
- 50% {
4791
- transform: rotate(180deg);
4792
- border-top-color: $wac-color-loader2;
4793
- }
4794
- 100% {
4795
- transform: rotate(360deg);
4796
- border-top-color: $wac-color-loader;
4797
- }
4798
- }
4799
-
4800
- @mixin loaderDivMixin {
4801
- border-radius: 50%;
4802
- padding: rem(8);
4803
- border: rem(2) solid transparent;
4804
- animation: rotate linear 3.5s infinite;
4805
- }
4806
-
4807
- .loader {
4808
- position: relative;
4809
- margin: rem(75) auto;
4810
- width: rem(150);
4811
- height: rem(150);
4812
- display: block;
4813
- overflow: hidden;
4814
- div {
4815
- height: 100%;
4816
- }
4817
- }
4818
-
4819
- /* loader 1 */
4820
- .loader1,
4821
- .loader1 div {
4822
- @include loaderDivMixin;
4823
- border-top-color: $wac-color-loader;
4824
- border-bottom-color: $wac-color-loader2;
4825
- }
4826
-
4827
- div:hover {
4828
- animation-play-state: paused;
4829
- }
4830
-
4831
- .loader,
4832
- .loader * {
4833
- will-change: transform;
4834
- }
4835
-
4836
- p {
4837
- margin-top: -50px;
4838
- font-weight: 500;
4839
- }
4840
- }
4841
- .wac-logo {
4842
- &__wrapper {
4843
- svg {
4844
- width: 128px !important;
4845
- }
4846
-
4847
- &.white {
4848
- .cls-0,
4849
- .cls-1,
4850
- .cls-2 {
4851
- fill: white;
4852
- }
4853
- }
4854
- }
4855
- }
4763
+ .wac-loader {
4764
+ &.is-small {
4765
+ position: absolute;
4766
+ right: 0;
4767
+ left: 0;
4768
+ top: -70px;
4769
+ transform: scale(0.6);
4770
+ }
4771
+ margin-bottom: rem(80);
4772
+
4773
+ @keyframes rotate {
4774
+ 0% {
4775
+ transform: rotate(0deg);
4776
+ }
4777
+ 50% {
4778
+ transform: rotate(180deg);
4779
+ }
4780
+ 100% {
4781
+ transform: rotate(360deg);
4782
+ }
4783
+ }
4784
+
4785
+ @keyframes rotate2 {
4786
+ 0% {
4787
+ transform: rotate(0deg);
4788
+ border-top-color: $wac-color-loader;
4789
+ }
4790
+ 50% {
4791
+ transform: rotate(180deg);
4792
+ border-top-color: $wac-color-loader2;
4793
+ }
4794
+ 100% {
4795
+ transform: rotate(360deg);
4796
+ border-top-color: $wac-color-loader;
4797
+ }
4798
+ }
4799
+
4800
+ @mixin loaderDivMixin {
4801
+ border-radius: 50%;
4802
+ padding: rem(8);
4803
+ border: rem(2) solid transparent;
4804
+ animation: rotate linear 3.5s infinite;
4805
+ }
4806
+
4807
+ .loader {
4808
+ position: relative;
4809
+ margin: rem(75) auto;
4810
+ width: rem(150);
4811
+ height: rem(150);
4812
+ display: block;
4813
+ overflow: hidden;
4814
+ div {
4815
+ height: 100%;
4816
+ }
4817
+ }
4818
+
4819
+ /* loader 1 */
4820
+ .loader1,
4821
+ .loader1 div {
4822
+ @include loaderDivMixin;
4823
+ border-top-color: $wac-color-loader;
4824
+ border-bottom-color: $wac-color-loader2;
4825
+ }
4826
+
4827
+ div:hover {
4828
+ animation-play-state: paused;
4829
+ }
4830
+
4831
+ .loader,
4832
+ .loader * {
4833
+ will-change: transform;
4834
+ }
4835
+
4836
+ p {
4837
+ margin-top: -50px;
4838
+ font-weight: 500;
4839
+ }
4840
+ }
4841
+ .wac-logo {
4842
+ &__wrapper {
4843
+ svg {
4844
+ width: 128px !important;
4845
+ }
4846
+
4847
+ &.white {
4848
+ .cls-0,
4849
+ .cls-1,
4850
+ .cls-2 {
4851
+ fill: white;
4852
+ }
4853
+ }
4854
+ }
4855
+ }
4856
4856
  .wac-mosaic {
4857
4857
  height: 450px;
4858
4858
  position: relative;
@@ -5543,359 +5543,359 @@ wac-calendar {
5543
5543
  }
5544
5544
  }
5545
5545
  }
5546
- &__error {
5546
+ &__error {
5547
+ position: absolute;
5548
+ top: 100%;
5549
+ margin-top: 10px;
5550
+ width: auto;
5551
+ right: 0;
5552
+ height: 30px;
5553
+ line-height: 30px;
5554
+ text-align: center;
5555
+ background-color: $wac-multiple-search-error;
5556
+ color: $wac-white;
5557
+ font-size: rem(16);
5558
+ font-weight: 500;
5559
+ white-space: nowrap;
5560
+ padding: 0 20px;
5561
+ border-radius: 3px;
5562
+ }
5563
+ }
5564
+
5565
+ .wac-table__body__loader + div {
5566
+ display: none;
5567
+ }
5568
+ wac-optional-disable-container {
5569
+ position: relative;
5570
+ .wac-optional-disable-container {
5571
+ &__disabledSection {
5572
+ display: block;
5573
+ position: absolute;
5574
+ top: 0;
5575
+ left: 0;
5576
+ width: 100%;
5577
+ height: 100%;
5578
+ z-index: 9999;
5579
+ border-radius: 3px;
5580
+ cursor: not-allowed;
5581
+
5582
+ &:before {
5583
+ display: block;
5584
+ position: absolute;
5585
+ top: 0;
5586
+ left: 0;
5587
+ width: 100%;
5588
+ height: 100%;
5589
+ content: '';
5590
+ background-color: $wac-gray-background;
5591
+ opacity: 0.5;
5592
+ pointer-events: none;
5593
+ }
5594
+ }
5595
+ }
5596
+ }.wac-pagination {
5597
+ width: 100%;
5598
+
5599
+ &__wrapper {
5600
+ @include flexbox();
5601
+ @include justify-content(flex-end);
5602
+ padding: 30px 0 0;
5603
+
5604
+ &__page {
5605
+ margin-right: 30px;
5606
+ padding: 4px 0 5px 0;
5607
+
5608
+ @include flexbox();
5609
+
5610
+ p {
5611
+ margin: 4px 11px 4px 0;
5612
+ font-size: 14px;
5613
+ line-height: 24px;
5614
+ color: $wac-second-color;
5615
+ }
5616
+
5617
+ select {
5618
+ width: 61px;
5619
+ font-size: 14px;
5620
+ line-height: 24px;
5621
+ color: $wac-second-color;
5622
+ padding: 3px 26px 3px 14px;
5623
+ border: 1px solid $wac-border-form;
5624
+ border-radius: 3px;
5625
+ -webkit-appearance: none;
5626
+ -moz-appearance: none;
5627
+ text-indent: 0;
5628
+ text-overflow: '';
5629
+ background: transparent
5630
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
5631
+ top 8px right 12px / 10px 10px no-repeat;
5632
+ }
5633
+
5634
+ select::-ms-expand {
5635
+ display: none;
5636
+ }
5637
+ }
5638
+
5639
+ &__elements {
5640
+ margin-right: 30px;
5641
+
5642
+ p {
5643
+ margin: 8px 0 9px 0;
5644
+ font-size: 14px;
5645
+ line-height: 24px;
5646
+ color: $wac-dark;
5647
+ }
5648
+ }
5649
+
5650
+ &__arrows {
5651
+ @include flexbox();
5652
+
5653
+ &__arrow {
5654
+ width: 40px;
5655
+ height: 40px;
5656
+ padding: 9px 14px;
5657
+ border: 1px solid $wac-border-form;
5658
+ border-radius: 3px;
5659
+ cursor: pointer;
5660
+ transition: .3s ease;
5661
+
5662
+ &:hover, &:focus {
5663
+ &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5664
+ border: 1px solid $wac-wizishop-blue;
5665
+ }
5666
+ }
5667
+
5668
+ span {
5669
+ display: inline-block;
5670
+ width: 10px;
5671
+ height: 15px;
5672
+ }
5673
+
5674
+ &--left {
5675
+ margin-right: 10px;
5676
+
5677
+ span {
5678
+ background: transparent
5679
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
5680
+ center center / 10px 12px no-repeat;
5681
+ }
5682
+ }
5683
+
5684
+ &--right {
5685
+ span {
5686
+ background: transparent
5687
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
5688
+ center center / 10px 12px no-repeat;
5689
+ }
5690
+ }
5691
+
5692
+ &--disabled {
5693
+ border-color: $wac-background-color;
5694
+ background-color: $wac-background-color;
5695
+ cursor: not-allowed;
5696
+ }
5697
+ }
5698
+ }
5699
+ }
5700
+ }
5701
+ .wac-free {
5702
+ height: 100%;
5703
+ width: 100%;
5704
+ width: 100vw;
5705
+ height: 100vh;
5706
+ position: fixed;
5707
+ top: 0;
5708
+ left: 0;
5709
+ z-index: 9999;
5710
+
5711
+ &__wrapper {
5712
+ background-color: white;
5713
+ border: 1px solid $wac-border-color;
5714
+ border-radius: 3px;
5715
+ margin: auto;
5716
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5717
+ position: absolute;
5718
+ left: 50%;
5719
+ top: 50%;
5720
+ transform: translate(-50%, -50%);
5721
+ padding: 50px;
5722
+ z-index: 3;
5723
+ max-height: 90vh;
5724
+ display: flex;
5725
+ flex-wrap: nowrap;
5726
+ flex-direction: column;
5727
+ justify-content: center;
5728
+ align-items: center;
5729
+ width: 100%;
5730
+ max-width: 575px;
5731
+ overflow: hidden;
5732
+
5733
+ &__content {
5734
+ position: relative;
5735
+ overflow: hidden;
5736
+ display: flex;
5737
+
5738
+ }
5739
+
5740
+ div:not([class]) {
5741
+ width: 100%;
5742
+ margin: 0 0 20px;
5743
+ }
5744
+
5745
+ > * {
5746
+ width: 100%;
5747
+ }
5748
+
5749
+ &__button-close {
5750
+ position: absolute;
5751
+ top: 10px;
5752
+ right: 10px;
5753
+ width: 30px;
5754
+ height: 30px;
5755
+ border-radius: 50%;
5756
+ display: flex;
5757
+ justify-content: center;
5758
+ align-items: center;
5759
+ background-color: $wac-popin-btn-close;
5760
+ transition: .3s ease;
5761
+ i {
5762
+ color: $wac-second-color;
5763
+ font-size: 14px;
5764
+ font-weight: 400;
5765
+ }
5766
+ &:hover, &:focus {
5767
+ background-color: $wac-main-text;
5768
+ i {
5769
+ color: $wac-white;
5770
+ }
5771
+ }
5772
+ }
5773
+
5774
+ img {
5775
+ display: block;
5776
+ max-width: 200px;
5777
+ margin: 0 auto rem(20);
5778
+ }
5779
+
5780
+ h2 {
5781
+ font-size: rem(20);
5782
+ line-height: rem(25);
5783
+ margin: 0 0 rem(20);
5784
+ font-weight: 500;
5785
+ width: 100%;
5786
+ text-align: center;
5787
+ }
5788
+
5789
+ p {
5790
+ font-size: rem(14);
5791
+ line-height: rem(25);
5792
+ color: $wac-second-color;
5793
+ width: 100%;
5794
+ text-align: center;
5795
+ padding: 0;
5796
+ margin: 0;
5797
+ }
5798
+
5799
+ &__buttons {
5800
+ width: 100%;
5801
+ display: flex;
5802
+ flex-direction: column;
5803
+ align-items: center;
5804
+ margin: 30px 0 0;
5805
+ &__button {
5806
+ margin: 10px;
5807
+ width: auto;
5808
+ }
5809
+ }
5810
+ }
5811
+ &__background {
5812
+ z-index: 1;
5547
5813
  position: absolute;
5548
- top: 100%;
5549
- margin-top: 10px;
5550
- width: auto;
5551
- right: 0;
5552
- height: 30px;
5553
- line-height: 30px;
5554
- text-align: center;
5555
- background-color: $wac-multiple-search-error;
5556
- color: $wac-white;
5557
- font-size: rem(16);
5558
- font-weight: 500;
5559
- white-space: nowrap;
5560
- padding: 0 20px;
5561
- border-radius: 3px;
5814
+ top: 0;
5815
+ left: 0;
5816
+ width: 100%;
5817
+ height: 100%;
5818
+ background-color: transparentize($wac-main-text, .5);
5562
5819
  }
5563
5820
  }
5564
5821
 
5565
- .wac-table__body__loader + div {
5566
- display: none;
5822
+ .wac-free .ps-content > * {
5823
+ padding-right: 15px;
5567
5824
  }
5568
- wac-optional-disable-container {
5825
+ .wac-progressBarContent {
5826
+ position: relative;
5827
+ width: 100%;
5828
+ display: block;
5829
+ .progressBar {
5569
5830
  position: relative;
5570
- .wac-optional-disable-container {
5571
- &__disabledSection {
5572
- display: block;
5573
- position: absolute;
5574
- top: 0;
5575
- left: 0;
5576
- width: 100%;
5577
- height: 100%;
5578
- z-index: 9999;
5579
- border-radius: 3px;
5580
- cursor: not-allowed;
5581
-
5582
- &:before {
5583
- display: block;
5584
- position: absolute;
5585
- top: 0;
5586
- left: 0;
5587
- width: 100%;
5588
- height: 100%;
5589
- content: '';
5590
- background-color: $wac-gray-background;
5591
- opacity: 0.5;
5592
- pointer-events: none;
5593
- }
5831
+ width: 88%;
5832
+ margin-bottom: 1rem;
5833
+ progress {
5834
+ &.progress {
5835
+ margin-bottom: 0;
5836
+ height: rem(2);
5837
+ &::-webkit-progress-value {
5838
+ transition: width 0.5s ease;
5594
5839
  }
5840
+ }
5841
+ }
5842
+ span {
5843
+ position: absolute;
5844
+ top: -4px;
5845
+ height: 11px;
5846
+ width: 11px;
5847
+ background-color: $wac-border-color;
5848
+ border-radius: 50%;
5849
+ }
5850
+ .is-danger {
5851
+ background-color: $wac-primary-button;
5852
+ &::-webkit-progress-value {
5853
+ background-color: $wac-primary-button;
5854
+ }
5855
+ }
5856
+ .is-warning {
5857
+ background-color: $wac-orange-color;
5858
+ &::-webkit-progress-value {
5859
+ background-color: $wac-orange-color;
5860
+ }
5861
+ }
5862
+ .is-success {
5863
+ background-color: $wac-green-color;
5864
+ &::-webkit-progress-value {
5865
+ background-color: $wac-green-color;
5866
+ }
5867
+ }
5868
+ }
5869
+ .size {
5870
+ display: inline;
5871
+ color: $wac-color-text-grey;
5872
+ position: absolute;
5873
+ right: 0;
5874
+ top: -9px;
5875
+ background: $wac-white;
5876
+ padding-left: 0.875rem;
5877
+ .is-success {
5878
+ color: $wac-green-color;
5879
+ }
5880
+ .is-warning {
5881
+ color: $wac-orange-color;
5882
+ }
5883
+ .is-danger {
5884
+ color: $wac-primary-button;
5885
+ }
5886
+ > span {
5887
+ font-size: rem(14) !important;
5888
+ line-height: 1;
5889
+ transform: translateY(-3px);
5890
+ display: inline-block;
5891
+ letter-spacing: 0;
5892
+ strong {
5893
+ letter-spacing: 0;
5894
+ font-weight: 600;
5895
+ }
5595
5896
  }
5596
- }.wac-pagination {
5597
- width: 100%;
5598
-
5599
- &__wrapper {
5600
- @include flexbox();
5601
- @include justify-content(flex-end);
5602
- padding: 30px 0 0;
5603
-
5604
- &__page {
5605
- margin-right: 30px;
5606
- padding: 4px 0 5px 0;
5607
-
5608
- @include flexbox();
5609
-
5610
- p {
5611
- margin: 4px 11px 4px 0;
5612
- font-size: 14px;
5613
- line-height: 24px;
5614
- color: $wac-second-color;
5615
- }
5616
-
5617
- select {
5618
- width: 61px;
5619
- font-size: 14px;
5620
- line-height: 24px;
5621
- color: $wac-second-color;
5622
- padding: 3px 26px 3px 14px;
5623
- border: 1px solid $wac-border-form;
5624
- border-radius: 3px;
5625
- -webkit-appearance: none;
5626
- -moz-appearance: none;
5627
- text-indent: 0;
5628
- text-overflow: '';
5629
- background: transparent
5630
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
5631
- top 8px right 12px / 10px 10px no-repeat;
5632
- }
5633
-
5634
- select::-ms-expand {
5635
- display: none;
5636
- }
5637
- }
5638
-
5639
- &__elements {
5640
- margin-right: 30px;
5641
-
5642
- p {
5643
- margin: 8px 0 9px 0;
5644
- font-size: 14px;
5645
- line-height: 24px;
5646
- color: $wac-dark;
5647
- }
5648
- }
5649
-
5650
- &__arrows {
5651
- @include flexbox();
5652
-
5653
- &__arrow {
5654
- width: 40px;
5655
- height: 40px;
5656
- padding: 9px 14px;
5657
- border: 1px solid $wac-border-form;
5658
- border-radius: 3px;
5659
- cursor: pointer;
5660
- transition: .3s ease;
5661
-
5662
- &:hover, &:focus {
5663
- &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5664
- border: 1px solid $wac-wizishop-blue;
5665
- }
5666
- }
5667
-
5668
- span {
5669
- display: inline-block;
5670
- width: 10px;
5671
- height: 15px;
5672
- }
5673
-
5674
- &--left {
5675
- margin-right: 10px;
5676
-
5677
- span {
5678
- background: transparent
5679
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
5680
- center center / 10px 12px no-repeat;
5681
- }
5682
- }
5683
-
5684
- &--right {
5685
- span {
5686
- background: transparent
5687
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
5688
- center center / 10px 12px no-repeat;
5689
- }
5690
- }
5691
-
5692
- &--disabled {
5693
- border-color: $wac-background-color;
5694
- background-color: $wac-background-color;
5695
- cursor: not-allowed;
5696
- }
5697
- }
5698
- }
5699
- }
5700
- }
5701
- .wac-free {
5702
- height: 100%;
5703
- width: 100%;
5704
- width: 100vw;
5705
- height: 100vh;
5706
- position: fixed;
5707
- top: 0;
5708
- left: 0;
5709
- z-index: 9999;
5710
-
5711
- &__wrapper {
5712
- background-color: white;
5713
- border: 1px solid $wac-border-color;
5714
- border-radius: 3px;
5715
- margin: auto;
5716
- box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5717
- position: absolute;
5718
- left: 50%;
5719
- top: 50%;
5720
- transform: translate(-50%, -50%);
5721
- padding: 50px;
5722
- z-index: 3;
5723
- max-height: 90vh;
5724
- display: flex;
5725
- flex-wrap: nowrap;
5726
- flex-direction: column;
5727
- justify-content: center;
5728
- align-items: center;
5729
- width: 100%;
5730
- max-width: 575px;
5731
- overflow: hidden;
5732
-
5733
- &__content {
5734
- position: relative;
5735
- overflow: hidden;
5736
- display: flex;
5737
-
5738
- }
5739
-
5740
- div:not([class]) {
5741
- width: 100%;
5742
- margin: 0 0 20px;
5743
- }
5744
-
5745
- > * {
5746
- width: 100%;
5747
- }
5748
-
5749
- &__button-close {
5750
- position: absolute;
5751
- top: 10px;
5752
- right: 10px;
5753
- width: 30px;
5754
- height: 30px;
5755
- border-radius: 50%;
5756
- display: flex;
5757
- justify-content: center;
5758
- align-items: center;
5759
- background-color: $wac-popin-btn-close;
5760
- transition: .3s ease;
5761
- i {
5762
- color: $wac-second-color;
5763
- font-size: 14px;
5764
- font-weight: 400;
5765
- }
5766
- &:hover, &:focus {
5767
- background-color: $wac-main-text;
5768
- i {
5769
- color: $wac-white;
5770
- }
5771
- }
5772
- }
5773
-
5774
- img {
5775
- display: block;
5776
- max-width: 200px;
5777
- margin: 0 auto rem(20);
5778
- }
5779
-
5780
- h2 {
5781
- font-size: rem(20);
5782
- line-height: rem(25);
5783
- margin: 0 0 rem(20);
5784
- font-weight: 500;
5785
- width: 100%;
5786
- text-align: center;
5787
- }
5788
-
5789
- p {
5790
- font-size: rem(14);
5791
- line-height: rem(25);
5792
- color: $wac-second-color;
5793
- width: 100%;
5794
- text-align: center;
5795
- padding: 0;
5796
- margin: 0;
5797
- }
5798
-
5799
- &__buttons {
5800
- width: 100%;
5801
- display: flex;
5802
- flex-direction: column;
5803
- align-items: center;
5804
- margin: 30px 0 0;
5805
- &__button {
5806
- margin: 10px;
5807
- width: auto;
5808
- }
5809
- }
5810
- }
5811
- &__background {
5812
- z-index: 1;
5813
- position: absolute;
5814
- top: 0;
5815
- left: 0;
5816
- width: 100%;
5817
- height: 100%;
5818
- background-color: transparentize($wac-main-text, .5);
5819
- }
5820
- }
5821
-
5822
- .wac-free .ps-content > * {
5823
- padding-right: 15px;
5824
- }
5825
- .wac-progressBarContent {
5826
- position: relative;
5827
- width: 100%;
5828
- display: block;
5829
- .progressBar {
5830
- position: relative;
5831
- width: 88%;
5832
- margin-bottom: 1rem;
5833
- progress {
5834
- &.progress {
5835
- margin-bottom: 0;
5836
- height: rem(2);
5837
- &::-webkit-progress-value {
5838
- transition: width 0.5s ease;
5839
- }
5840
- }
5841
- }
5842
- span {
5843
- position: absolute;
5844
- top: -4px;
5845
- height: 11px;
5846
- width: 11px;
5847
- background-color: $wac-border-color;
5848
- border-radius: 50%;
5849
- }
5850
- .is-danger {
5851
- background-color: $wac-primary-button;
5852
- &::-webkit-progress-value {
5853
- background-color: $wac-primary-button;
5854
- }
5855
- }
5856
- .is-warning {
5857
- background-color: $wac-orange-color;
5858
- &::-webkit-progress-value {
5859
- background-color: $wac-orange-color;
5860
- }
5861
- }
5862
- .is-success {
5863
- background-color: $wac-green-color;
5864
- &::-webkit-progress-value {
5865
- background-color: $wac-green-color;
5866
- }
5867
- }
5868
- }
5869
- .size {
5870
- display: inline;
5871
- color: $wac-color-text-grey;
5872
- position: absolute;
5873
- right: 0;
5874
- top: -9px;
5875
- background: $wac-white;
5876
- padding-left: 0.875rem;
5877
- .is-success {
5878
- color: $wac-green-color;
5879
- }
5880
- .is-warning {
5881
- color: $wac-orange-color;
5882
- }
5883
- .is-danger {
5884
- color: $wac-primary-button;
5885
- }
5886
- > span {
5887
- font-size: rem(14) !important;
5888
- line-height: 1;
5889
- transform: translateY(-3px);
5890
- display: inline-block;
5891
- letter-spacing: 0;
5892
- strong {
5893
- letter-spacing: 0;
5894
- font-weight: 600;
5895
- }
5896
- }
5897
- }
5898
- }
5897
+ }
5898
+ }
5899
5899
  .wac-radio {
5900
5900
  .is-checkradio[type='radio'] {
5901
5901
  outline: 0 !important;
@@ -5904,22 +5904,22 @@ wac-optional-disable-container {
5904
5904
  line-height: rem(24);
5905
5905
  color: $wac-input-radio-color-label;
5906
5906
  padding-left: 30px;
5907
- padding-right: 5px;
5907
+ padding-right: 6px;
5908
5908
  margin-right: 0;
5909
5909
  outline: 0 !important;
5910
5910
  &:before {
5911
- width: 16px;
5912
- height: 16px;
5911
+ width: 22px;
5912
+ height: 22px;
5913
5913
  border: 1px solid $wac-border-form;
5914
5914
  border-radius: 23px;
5915
- top: 3px;
5915
+ top: 1px;
5916
5916
  }
5917
5917
  &:after {
5918
- width: 20px;
5919
- height: 20px;
5918
+ width: 32px;
5919
+ height: 32px;
5920
5920
  background: $wac-input-active-color;
5921
- top: 1px;
5922
- left: -2px;
5921
+ top: -4px;
5922
+ left: -5px;
5923
5923
  }
5924
5924
  &:before,
5925
5925
  &:after {
@@ -5958,7 +5958,7 @@ wac-optional-disable-container {
5958
5958
 
5959
5959
  .wac-radio__row {
5960
5960
  min-width: 100%;
5961
- margin: 0 0 7px;
5961
+ margin: 0 0 15px;
5962
5962
  }
5963
5963
 
5964
5964
  &--nowrap {
@@ -6032,22 +6032,22 @@ wac-optional-disable-container {
6032
6032
  line-height: rem(24);
6033
6033
  color: $wac-input-radio-color-label;
6034
6034
  padding-left: 30px;
6035
- padding-right: 6px;
6035
+ padding-right: 5px;
6036
6036
  margin-right: 0;
6037
6037
  outline: 0 !important;
6038
6038
  &:before {
6039
- width: 22px;
6040
- height: 22px;
6039
+ width: 16px;
6040
+ height: 16px;
6041
6041
  border: 1px solid $wac-border-form;
6042
6042
  border-radius: 23px;
6043
- top: 1px;
6043
+ top: 3px;
6044
6044
  }
6045
6045
  &:after {
6046
- width: 32px;
6047
- height: 32px;
6046
+ width: 20px;
6047
+ height: 20px;
6048
6048
  background: $wac-input-active-color;
6049
- top: -4px;
6050
- left: -5px;
6049
+ top: 1px;
6050
+ left: -2px;
6051
6051
  }
6052
6052
  &:before,
6053
6053
  &:after {
@@ -6086,7 +6086,7 @@ wac-optional-disable-container {
6086
6086
 
6087
6087
  .wac-radio__row {
6088
6088
  min-width: 100%;
6089
- margin: 0 0 15px;
6089
+ margin: 0 0 7px;
6090
6090
  }
6091
6091
 
6092
6092
  &--nowrap {
@@ -6385,303 +6385,303 @@ wac-optional-disable-container {
6385
6385
  margin: 0 7.5px;
6386
6386
  }
6387
6387
  }
6388
- }
6389
- &.low {
6390
- &.nb-child-3 {
6391
- width: calc(100% + 15px);
6392
- transform: translateX(-7.5px);
6393
- > * {
6394
- margin: 0 7.5px;
6388
+ }
6389
+ &.low {
6390
+ &.nb-child-3 {
6391
+ width: calc(100% + 15px);
6392
+ transform: translateX(-7.5px);
6393
+ > * {
6394
+ margin: 0 7.5px;
6395
+ }
6396
+ }
6397
+ &.multiple-child {
6398
+ width: calc(100% + 10px);
6399
+ transform: translateX(-5px);
6400
+ > * {
6401
+ margin: 0 5px;
6402
+ }
6403
+ }
6404
+ }
6405
+ &.alone {
6406
+ width: 100%;
6407
+ transform: none;
6408
+ > * {
6409
+ margin: 0;
6410
+ }
6411
+ }
6412
+ &.white-block {
6413
+ width: 100% !important;
6414
+ transform: none!important;
6415
+ }
6416
+ }
6417
+ > * {
6418
+ width: 100%;
6419
+ display: flex;
6420
+ &:not(:last-child) {
6421
+ @include media('<tablet') {
6422
+ margin: 0 0 15px!important;
6423
+ }
6424
+ }
6425
+ &:last-child {
6426
+ @include media('<tablet') {
6427
+ margin: 0!important;
6428
+ }
6429
+ }
6430
+ &.mobile {
6431
+ @include media('>1px') {
6432
+ margin: 0 0 15px;
6433
+ }
6434
+ }
6435
+ @include media('>=tablet') {
6436
+ margin: 0 15px;
6437
+ }
6438
+ }
6439
+
6440
+ .wac-row {
6441
+ margin: 0!important;
6442
+ }
6443
+
6444
+ .field {
6445
+ width: 100%;
6446
+ }
6447
+ .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 {
6448
+ margin: 0;
6449
+ }
6450
+ }
6451
+ .wac-search {
6452
+ width: 100%;
6453
+ min-height: 50px;
6454
+ border-radius: 3px;
6455
+ background-color: $wac-white;
6456
+ position: relative;
6457
+ z-index: 2;
6458
+ border: 1px solid $wac-border-light;
6459
+ transition: 0.3s ease;
6460
+ &.open {
6461
+ border-color: $wac-wizishop-blue;
6462
+ }
6463
+ &__wrapper {
6464
+ position: relative;
6465
+ display: flex;
6466
+ justify-content: space-between;
6467
+ align-items: stretch;
6468
+ align-content: stretch;
6469
+ flex-wrap: nowrap;
6470
+ width: 100%;
6471
+ min-height: 50px;
6472
+ @include media('<tablet') {
6473
+ padding: 0 12px;
6474
+ }
6475
+ input {
6476
+ background: transparent;
6477
+ border: none;
6478
+ color: $wac-main-text;
6479
+ font-size: rem(14);
6480
+ height: 50px;
6481
+ line-height: 50px;
6482
+ padding: 0 20px 0 48px;
6483
+ font-weight: 400;
6484
+ width: 100%;
6485
+ @include media('<tablet') {
6486
+ padding: 0 0 0 10px;
6487
+ }
6488
+ &::-webkit-input-placeholder {
6489
+ /* Chrome/Opera/Safari */
6490
+ color: $wac-multiple-search-input-color;
6491
+ opacity: 1;
6492
+ font-weight: 400;
6493
+ @include media('<tablet') {
6494
+ font-size: rem(11);
6495
+ }
6496
+ }
6497
+ &::-moz-placeholder {
6498
+ /* Firefox 19+ */
6499
+ color: $wac-multiple-search-input-color;
6500
+ opacity: 1;
6501
+ font-weight: 400;
6502
+ @include media('<tablet') {
6503
+ font-size: rem(11);
6504
+ }
6505
+ }
6506
+ &:-ms-input-placeholder {
6507
+ /* IE 10+ */
6508
+ color: $wac-multiple-search-input-color;
6509
+ opacity: 1;
6510
+ font-weight: 400;
6511
+ @include media('<tablet') {
6512
+ font-size: rem(11);
6395
6513
  }
6396
6514
  }
6397
- &.multiple-child {
6398
- width: calc(100% + 10px);
6399
- transform: translateX(-5px);
6400
- > * {
6401
- margin: 0 5px;
6515
+ &:-moz-placeholder {
6516
+ /* Firefox 18- */
6517
+ color: $wac-multiple-search-input-color;
6518
+ opacity: 1;
6519
+ font-weight: 400;
6520
+ @include media('<tablet') {
6521
+ font-size: rem(11);
6402
6522
  }
6403
6523
  }
6404
- }
6405
- &.alone {
6406
- width: 100%;
6407
- transform: none;
6408
- > * {
6409
- margin: 0;
6524
+ &:focus {
6525
+ & + button i {
6526
+ color: $wac-main-text;
6527
+ }
6528
+ &::-webkit-input-placeholder {
6529
+ /* Chrome/Opera/Safari */
6530
+ color: $wac-white;
6531
+ opacity: 1;
6532
+ }
6533
+ &::-moz-placeholder {
6534
+ /* Firefox 19+ */
6535
+ color: $wac-white;
6536
+ opacity: 1;
6537
+ }
6538
+ &:-ms-input-placeholder {
6539
+ /* IE 10+ */
6540
+ color: $wac-white;
6541
+ opacity: 1;
6542
+ }
6543
+ &:-moz-placeholder {
6544
+ /* Firefox 18- */
6545
+ color: $wac-white;
6546
+ opacity: 1;
6547
+ }
6410
6548
  }
6411
6549
  }
6412
- &.white-block {
6413
- width: 100% !important;
6414
- transform: none!important;
6550
+ button {
6551
+ display: flex;
6552
+ align-items: center;
6553
+ align-content: center;
6554
+ justify-content: center;
6555
+ width: 18px;
6556
+ height: 18px;
6557
+ border-radius: 3px;
6558
+ position: absolute;
6559
+ left: 20px;
6560
+ top: 50%;
6561
+ transform: translateY(-50%);
6562
+ border: none;
6563
+ cursor: pointer;
6564
+ background-color: $wac-white;
6565
+ i {
6566
+ font-size: rem(18);
6567
+ color: $wac-color-icon-search-multiple-search;
6568
+ transition: 0.3s ease;
6569
+ }
6570
+ &:hover {
6571
+ i {
6572
+ color: $wac-wizishop-blue !important;
6573
+ }
6574
+ }
6415
6575
  }
6416
6576
  }
6417
- > * {
6418
- width: 100%;
6577
+ &__absolute {
6578
+ position: absolute;
6579
+ top: 100%;
6580
+ margin-top: rem(14);
6581
+ left: -1px;
6582
+ width: auto;
6583
+ min-width: calc(100% - 38px);
6584
+ max-width: calc(100% + 2px);
6585
+ border: 1px solid $wac-border-light;
6586
+ border-radius: 3px;
6419
6587
  display: flex;
6420
- &:not(:last-child) {
6421
- @include media('<tablet') {
6422
- margin: 0 0 15px!important;
6588
+ flex-direction: column;
6589
+ justify-content: flex-start;
6590
+ align-items: flex-start;
6591
+ background-color: $wac-white;
6592
+ max-height: 260px;
6593
+ height: auto;
6594
+ visibility: visible;
6595
+ opacity: 1;
6596
+ box-shadow: 3px 3px 20px $wac-select-box-shadow;
6597
+ padding: 10px;
6598
+ &.hidden {
6599
+ visibility: hidden;
6600
+ opacity: 0;
6601
+ & > * {
6602
+ opacity: 0;
6603
+ transition: 0s;
6423
6604
  }
6424
6605
  }
6425
- &:last-child {
6426
- @include media('<tablet') {
6427
- margin: 0!important;
6606
+ .ps {
6607
+ max-height: 240px;
6608
+ }
6609
+ &.open,
6610
+ &.open.hidden {
6611
+ position: relative;
6612
+ left: auto;
6613
+ top: 0;
6614
+ transform: translateX(-1px);
6615
+ visibility: visible;
6616
+ opacity: 1;
6617
+ & > * {
6618
+ opacity: 1;
6619
+ transition: 0s;
6428
6620
  }
6429
6621
  }
6430
- &.mobile {
6431
- @include media('>1px') {
6432
- margin: 0 0 15px;
6622
+ &__item {
6623
+ width: 100%;
6624
+ font-size: rem(14);
6625
+ line-height: rem(30);
6626
+ cursor: pointer;
6627
+ transition: 0.3s ease;
6628
+ position: relative;
6629
+ display: flex;
6630
+ justify-content: flex-start;
6631
+ align-content: center;
6632
+ align-items: center;
6633
+ color: $wac-second-color;
6634
+ > div {
6635
+ width: 100%;
6636
+ display: flex;
6637
+ align-items: center;
6638
+ align-content: center;
6639
+ }
6640
+ .icon {
6641
+ width: 24px;
6642
+ margin: 0 10px 0 0;
6643
+ height: auto;
6644
+ max-height: 24px;
6645
+ }
6646
+ &:not(:last-child) {
6647
+ margin: 0 0 rem(10);
6648
+ }
6649
+ &:empty {
6650
+ display: none;
6651
+ }
6652
+ &:first-child {
6653
+ border-width: 1px 0 1px;
6654
+ }
6655
+ &:hover,
6656
+ &:focus {
6657
+ background-color: $wac-gray-background;
6658
+ color: $wac-main-text;
6659
+ }
6660
+ > div {
6661
+ padding: 0 10px;
6662
+ &.selected {
6663
+ background-color: $wac-gray-background;
6664
+ color: $wac-main-text;
6665
+ }
6433
6666
  }
6434
6667
  }
6435
- @include media('>=tablet') {
6436
- margin: 0 15px;
6668
+ &__empty {
6669
+ display: flex;
6670
+ width: 100%;
6671
+ justify-content: center;
6672
+ align-items: center;
6673
+ padding: 10px;
6674
+ span {
6675
+ font-size: rem(16);
6676
+ font-weight: 400;
6677
+ text-align: center;
6678
+ color: $wac-second-color;
6679
+ display: inline-block;
6680
+ line-height: rem(25);
6681
+ }
6437
6682
  }
6438
6683
  }
6439
-
6440
- .wac-row {
6441
- margin: 0!important;
6442
- }
6443
-
6444
- .field {
6445
- width: 100%;
6446
- }
6447
- .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 {
6448
- margin: 0;
6449
- }
6450
6684
  }
6451
- .wac-search {
6452
- width: 100%;
6453
- min-height: 50px;
6454
- border-radius: 3px;
6455
- background-color: $wac-white;
6456
- position: relative;
6457
- z-index: 2;
6458
- border: 1px solid $wac-border-light;
6459
- transition: 0.3s ease;
6460
- &.open {
6461
- border-color: $wac-wizishop-blue;
6462
- }
6463
- &__wrapper {
6464
- position: relative;
6465
- display: flex;
6466
- justify-content: space-between;
6467
- align-items: stretch;
6468
- align-content: stretch;
6469
- flex-wrap: nowrap;
6470
- width: 100%;
6471
- min-height: 50px;
6472
- @include media('<tablet') {
6473
- padding: 0 12px;
6474
- }
6475
- input {
6476
- background: transparent;
6477
- border: none;
6478
- color: $wac-main-text;
6479
- font-size: rem(14);
6480
- height: 50px;
6481
- line-height: 50px;
6482
- padding: 0 20px 0 48px;
6483
- font-weight: 400;
6484
- width: 100%;
6485
- @include media('<tablet') {
6486
- padding: 0 0 0 10px;
6487
- }
6488
- &::-webkit-input-placeholder {
6489
- /* Chrome/Opera/Safari */
6490
- color: $wac-multiple-search-input-color;
6491
- opacity: 1;
6492
- font-weight: 400;
6493
- @include media('<tablet') {
6494
- font-size: rem(11);
6495
- }
6496
- }
6497
- &::-moz-placeholder {
6498
- /* Firefox 19+ */
6499
- color: $wac-multiple-search-input-color;
6500
- opacity: 1;
6501
- font-weight: 400;
6502
- @include media('<tablet') {
6503
- font-size: rem(11);
6504
- }
6505
- }
6506
- &:-ms-input-placeholder {
6507
- /* IE 10+ */
6508
- color: $wac-multiple-search-input-color;
6509
- opacity: 1;
6510
- font-weight: 400;
6511
- @include media('<tablet') {
6512
- font-size: rem(11);
6513
- }
6514
- }
6515
- &:-moz-placeholder {
6516
- /* Firefox 18- */
6517
- color: $wac-multiple-search-input-color;
6518
- opacity: 1;
6519
- font-weight: 400;
6520
- @include media('<tablet') {
6521
- font-size: rem(11);
6522
- }
6523
- }
6524
- &:focus {
6525
- & + button i {
6526
- color: $wac-main-text;
6527
- }
6528
- &::-webkit-input-placeholder {
6529
- /* Chrome/Opera/Safari */
6530
- color: $wac-white;
6531
- opacity: 1;
6532
- }
6533
- &::-moz-placeholder {
6534
- /* Firefox 19+ */
6535
- color: $wac-white;
6536
- opacity: 1;
6537
- }
6538
- &:-ms-input-placeholder {
6539
- /* IE 10+ */
6540
- color: $wac-white;
6541
- opacity: 1;
6542
- }
6543
- &:-moz-placeholder {
6544
- /* Firefox 18- */
6545
- color: $wac-white;
6546
- opacity: 1;
6547
- }
6548
- }
6549
- }
6550
- button {
6551
- display: flex;
6552
- align-items: center;
6553
- align-content: center;
6554
- justify-content: center;
6555
- width: 18px;
6556
- height: 18px;
6557
- border-radius: 3px;
6558
- position: absolute;
6559
- left: 20px;
6560
- top: 50%;
6561
- transform: translateY(-50%);
6562
- border: none;
6563
- cursor: pointer;
6564
- background-color: $wac-white;
6565
- i {
6566
- font-size: rem(18);
6567
- color: $wac-color-icon-search-multiple-search;
6568
- transition: 0.3s ease;
6569
- }
6570
- &:hover {
6571
- i {
6572
- color: $wac-wizishop-blue !important;
6573
- }
6574
- }
6575
- }
6576
- }
6577
- &__absolute {
6578
- position: absolute;
6579
- top: 100%;
6580
- margin-top: rem(14);
6581
- left: -1px;
6582
- width: auto;
6583
- min-width: calc(100% - 38px);
6584
- max-width: calc(100% + 2px);
6585
- border: 1px solid $wac-border-light;
6586
- border-radius: 3px;
6587
- display: flex;
6588
- flex-direction: column;
6589
- justify-content: flex-start;
6590
- align-items: flex-start;
6591
- background-color: $wac-white;
6592
- max-height: 260px;
6593
- height: auto;
6594
- visibility: visible;
6595
- opacity: 1;
6596
- box-shadow: 3px 3px 20px $wac-select-box-shadow;
6597
- padding: 10px;
6598
- &.hidden {
6599
- visibility: hidden;
6600
- opacity: 0;
6601
- & > * {
6602
- opacity: 0;
6603
- transition: 0s;
6604
- }
6605
- }
6606
- .ps {
6607
- max-height: 240px;
6608
- }
6609
- &.open,
6610
- &.open.hidden {
6611
- position: relative;
6612
- left: auto;
6613
- top: 0;
6614
- transform: translateX(-1px);
6615
- visibility: visible;
6616
- opacity: 1;
6617
- & > * {
6618
- opacity: 1;
6619
- transition: 0s;
6620
- }
6621
- }
6622
- &__item {
6623
- width: 100%;
6624
- font-size: rem(14);
6625
- line-height: rem(30);
6626
- cursor: pointer;
6627
- transition: 0.3s ease;
6628
- position: relative;
6629
- display: flex;
6630
- justify-content: flex-start;
6631
- align-content: center;
6632
- align-items: center;
6633
- color: $wac-second-color;
6634
- > div {
6635
- width: 100%;
6636
- display: flex;
6637
- align-items: center;
6638
- align-content: center;
6639
- }
6640
- .icon {
6641
- width: 24px;
6642
- margin: 0 10px 0 0;
6643
- height: auto;
6644
- max-height: 24px;
6645
- }
6646
- &:not(:last-child) {
6647
- margin: 0 0 rem(10);
6648
- }
6649
- &:empty {
6650
- display: none;
6651
- }
6652
- &:first-child {
6653
- border-width: 1px 0 1px;
6654
- }
6655
- &:hover,
6656
- &:focus {
6657
- background-color: $wac-gray-background;
6658
- color: $wac-main-text;
6659
- }
6660
- > div {
6661
- padding: 0 10px;
6662
- &.selected {
6663
- background-color: $wac-gray-background;
6664
- color: $wac-main-text;
6665
- }
6666
- }
6667
- }
6668
- &__empty {
6669
- display: flex;
6670
- width: 100%;
6671
- justify-content: center;
6672
- align-items: center;
6673
- padding: 10px;
6674
- span {
6675
- font-size: rem(16);
6676
- font-weight: 400;
6677
- text-align: center;
6678
- color: $wac-second-color;
6679
- display: inline-block;
6680
- line-height: rem(25);
6681
- }
6682
- }
6683
- }
6684
- }
6685
6685
  .wac {
6686
6686
  &-select-in-text {
6687
6687
  width: auto;
@@ -6821,236 +6821,236 @@ wac-optional-disable-container {
6821
6821
  }
6822
6822
  }
6823
6823
  }
6824
- .selected-list {
6825
- width: 100%;
6826
- &__wrapper {
6827
- display: flex;
6828
- flex-direction: column;
6829
- align-items: flex-start;
6830
- justify-content: flex-start;
6831
- &__head {
6832
- width: 100%;
6833
- min-height: rem(60);
6834
- display: flex;
6835
- justify-content: space-between;
6836
- padding: 10px 20px;
6837
- background-color: $wac-gray-background;
6838
- margin: 0 0 10px;
6839
- > p {
6840
- display: flex;
6841
- align-items: center;
6842
- white-space: nowrap;
6843
- font-size: rem(16);
6844
- line-height: rem(19);
6845
- font-weight: 500;
6846
- }
6847
-
6848
- &__button {
6849
- height: rem(40);
6850
- width: fit-content;
6851
- margin-left: auto;
6852
-
6853
- &__mobile {
6854
- @include media('>=1024px') {
6855
- display: none;
6856
- }
6857
- }
6858
-
6859
- &__notMobile {
6860
- @include media('<1024px') {
6861
- display: none;
6862
- }
6863
- }
6864
-
6865
- }
6866
-
6867
- }
6868
- &__content {
6869
- width: 100%;
6870
- display: flex;
6871
- flex-wrap: wrap;
6872
- align-items: flex-start;
6873
- align-content: flex-start;
6874
- justify-content: flex-start;
6875
- &__item {
6876
- white-space: nowrap;
6877
- margin: 0 10px 10px 0;
6878
- border: 1px solid $wac-border-form;
6879
- border-radius: 2px;
6880
- color: $wac-second-color;
6881
- height: rem(40);
6882
- display: flex;
6883
- justify-content: center;
6884
- align-items: center;
6885
- padding: 0 20px;
6886
- transition: .3s ease;
6887
- font-size: rem(16);
6888
- line-height: rem(19);
6889
- font-weight: 500;
6890
- cursor: pointer;
6891
- &:hover, &:focus {
6892
- border: 1px solid $wac-main-text;
6893
- }
6894
- > i {
6895
- color: $wac-green-color;
6896
- max-width: 0;
6897
- display: block;
6898
- transition: .3s ease;
6899
- overflow: hidden;
6900
- }
6901
- &.active {
6902
- color: $wac-main-text;
6903
- > i {
6904
- max-width: unset;
6905
- margin: 0 0 0 10px;
6906
- }
6907
- }
6908
- &:first-child {
6909
- margin-left: 18px;
6910
- }
6911
- }
6912
- }
6913
- }
6914
- }.wac-separator {
6915
- display: block;
6916
- width: 100%;
6917
- border-bottom: 1px solid $wac-border-color;
6918
- margin: 17px 0;
6919
-
6920
- &.dashed {
6921
- border-bottom-style: dashed;
6922
- }
6923
- }
6924
- .wac-settings {
6925
- width: 40px;
6926
- height: 40px;
6927
-
6928
- &__wrapper {
6929
- @include flexbox();
6930
- @include justify-content(center);
6931
- @include align-items(center);
6932
- width: 100%;
6933
- height: 100%;
6934
- border-radius: 3px;
6935
- background-color: $wac-gray-background;
6936
- transition: background-color 0.3s ease-in-out;
6937
-
6938
- i {
6939
- color: $wac-second-color;
6940
- font-size: 15px;
6941
- line-height: 0;
6942
- transition: color 0.3s ease-in-out;
6943
- }
6944
-
6945
- &:hover {
6946
- background-color: $wac-second-color;
6947
- transition: background-color 0.3s ease-in-out;
6948
-
6949
- i {
6950
- color: $wac-white;
6951
- transition: color 0.3s ease-in-out;
6952
- }
6953
- }
6954
- }
6955
- }
6956
- .wac-snackbar {
6957
- .notification {
6958
- position: fixed;
6959
- bottom: 0;
6960
- width: 800px;
6961
- color: #fff;
6962
- font-size: 15px;
6963
- font-weight: 300;
6964
- margin: 0 auto;
6965
- left: 0;
6966
- right: 0;
6967
- z-index: 10;
6968
- }
6969
-
6970
- .notification.is-transparent {
6971
- background-color: rgba(0, 0, 0, 0.8);
6972
- }
6973
-
6974
- .notification button {
6975
- word-wrap: break-word;
6976
- word-break: break-all;
6977
- white-space: normal;
6978
- height: 100%;
6979
- margin-right: 1em;
6980
- }
6981
-
6982
- .notification .column:nth-child(2) {
6983
- text-align: right;
6984
- }
6985
-
6986
- .notification .column:nth-child(1) {
6987
- text-align: left;
6988
- }
6989
-
6990
- .notification--message {
6991
- align-self: center;
6992
- }
6993
-
6994
- }
6995
- .wac-state {
6996
- width: 12px;
6997
- height: 12px;
6998
- position: relative;
6999
-
7000
- &:before,
7001
- &:after {
7002
- position: absolute;
7003
- content: '';
7004
- border-radius: 45px;
7005
- }
7006
-
7007
- &:before {
7008
- width: 100%;
7009
- height: 100%;
7010
- left: 0;
7011
- top: 0;
7012
- border-width: 1px;
7013
- border-style: solid;
7014
- }
7015
-
7016
- &:after {
7017
- width: 6px;
7018
- height: 6px;
7019
- top: 50%;
7020
- left: 50%;
7021
- transform: translate(-50%, -50%);
7022
- }
7023
-
7024
- &.success {
7025
- &:before {
7026
- border-color: $wac-green-color;
7027
- }
7028
-
7029
- &:after {
7030
- background-color: $wac-green-color;
7031
- }
7032
- }
7033
-
7034
- &.warning {
7035
- &:before {
7036
- border-color: $wac-warning-color;
7037
- }
7038
-
7039
- &:after {
7040
- background-color: $wac-warning-color;
7041
- }
7042
- }
7043
-
7044
- &.error {
7045
- &:before {
7046
- border-color: $wac-primary-button;
7047
- }
7048
-
7049
- &:after {
7050
- background-color: $wac-primary-button;
7051
- }
7052
- }
7053
- }
6824
+ .selected-list {
6825
+ width: 100%;
6826
+ &__wrapper {
6827
+ display: flex;
6828
+ flex-direction: column;
6829
+ align-items: flex-start;
6830
+ justify-content: flex-start;
6831
+ &__head {
6832
+ width: 100%;
6833
+ min-height: rem(60);
6834
+ display: flex;
6835
+ justify-content: space-between;
6836
+ padding: 10px 20px;
6837
+ background-color: $wac-gray-background;
6838
+ margin: 0 0 10px;
6839
+ > p {
6840
+ display: flex;
6841
+ align-items: center;
6842
+ white-space: nowrap;
6843
+ font-size: rem(16);
6844
+ line-height: rem(19);
6845
+ font-weight: 500;
6846
+ }
6847
+
6848
+ &__button {
6849
+ height: rem(40);
6850
+ width: fit-content;
6851
+ margin-left: auto;
6852
+
6853
+ &__mobile {
6854
+ @include media('>=1024px') {
6855
+ display: none;
6856
+ }
6857
+ }
6858
+
6859
+ &__notMobile {
6860
+ @include media('<1024px') {
6861
+ display: none;
6862
+ }
6863
+ }
6864
+
6865
+ }
6866
+
6867
+ }
6868
+ &__content {
6869
+ width: 100%;
6870
+ display: flex;
6871
+ flex-wrap: wrap;
6872
+ align-items: flex-start;
6873
+ align-content: flex-start;
6874
+ justify-content: flex-start;
6875
+ &__item {
6876
+ white-space: nowrap;
6877
+ margin: 0 10px 10px 0;
6878
+ border: 1px solid $wac-border-form;
6879
+ border-radius: 2px;
6880
+ color: $wac-second-color;
6881
+ height: rem(40);
6882
+ display: flex;
6883
+ justify-content: center;
6884
+ align-items: center;
6885
+ padding: 0 20px;
6886
+ transition: .3s ease;
6887
+ font-size: rem(16);
6888
+ line-height: rem(19);
6889
+ font-weight: 500;
6890
+ cursor: pointer;
6891
+ &:hover, &:focus {
6892
+ border: 1px solid $wac-main-text;
6893
+ }
6894
+ > i {
6895
+ color: $wac-green-color;
6896
+ max-width: 0;
6897
+ display: block;
6898
+ transition: .3s ease;
6899
+ overflow: hidden;
6900
+ }
6901
+ &.active {
6902
+ color: $wac-main-text;
6903
+ > i {
6904
+ max-width: unset;
6905
+ margin: 0 0 0 10px;
6906
+ }
6907
+ }
6908
+ &:first-child {
6909
+ margin-left: 18px;
6910
+ }
6911
+ }
6912
+ }
6913
+ }
6914
+ }.wac-separator {
6915
+ display: block;
6916
+ width: 100%;
6917
+ border-bottom: 1px solid $wac-border-color;
6918
+ margin: 17px 0;
6919
+
6920
+ &.dashed {
6921
+ border-bottom-style: dashed;
6922
+ }
6923
+ }
6924
+ .wac-settings {
6925
+ width: 40px;
6926
+ height: 40px;
6927
+
6928
+ &__wrapper {
6929
+ @include flexbox();
6930
+ @include justify-content(center);
6931
+ @include align-items(center);
6932
+ width: 100%;
6933
+ height: 100%;
6934
+ border-radius: 3px;
6935
+ background-color: $wac-gray-background;
6936
+ transition: background-color 0.3s ease-in-out;
6937
+
6938
+ i {
6939
+ color: $wac-second-color;
6940
+ font-size: 15px;
6941
+ line-height: 0;
6942
+ transition: color 0.3s ease-in-out;
6943
+ }
6944
+
6945
+ &:hover {
6946
+ background-color: $wac-second-color;
6947
+ transition: background-color 0.3s ease-in-out;
6948
+
6949
+ i {
6950
+ color: $wac-white;
6951
+ transition: color 0.3s ease-in-out;
6952
+ }
6953
+ }
6954
+ }
6955
+ }
6956
+ .wac-snackbar {
6957
+ .notification {
6958
+ position: fixed;
6959
+ bottom: 0;
6960
+ width: 800px;
6961
+ color: #fff;
6962
+ font-size: 15px;
6963
+ font-weight: 300;
6964
+ margin: 0 auto;
6965
+ left: 0;
6966
+ right: 0;
6967
+ z-index: 10;
6968
+ }
6969
+
6970
+ .notification.is-transparent {
6971
+ background-color: rgba(0, 0, 0, 0.8);
6972
+ }
6973
+
6974
+ .notification button {
6975
+ word-wrap: break-word;
6976
+ word-break: break-all;
6977
+ white-space: normal;
6978
+ height: 100%;
6979
+ margin-right: 1em;
6980
+ }
6981
+
6982
+ .notification .column:nth-child(2) {
6983
+ text-align: right;
6984
+ }
6985
+
6986
+ .notification .column:nth-child(1) {
6987
+ text-align: left;
6988
+ }
6989
+
6990
+ .notification--message {
6991
+ align-self: center;
6992
+ }
6993
+
6994
+ }
6995
+ .wac-state {
6996
+ width: 12px;
6997
+ height: 12px;
6998
+ position: relative;
6999
+
7000
+ &:before,
7001
+ &:after {
7002
+ position: absolute;
7003
+ content: '';
7004
+ border-radius: 45px;
7005
+ }
7006
+
7007
+ &:before {
7008
+ width: 100%;
7009
+ height: 100%;
7010
+ left: 0;
7011
+ top: 0;
7012
+ border-width: 1px;
7013
+ border-style: solid;
7014
+ }
7015
+
7016
+ &:after {
7017
+ width: 6px;
7018
+ height: 6px;
7019
+ top: 50%;
7020
+ left: 50%;
7021
+ transform: translate(-50%, -50%);
7022
+ }
7023
+
7024
+ &.success {
7025
+ &:before {
7026
+ border-color: $wac-green-color;
7027
+ }
7028
+
7029
+ &:after {
7030
+ background-color: $wac-green-color;
7031
+ }
7032
+ }
7033
+
7034
+ &.warning {
7035
+ &:before {
7036
+ border-color: $wac-warning-color;
7037
+ }
7038
+
7039
+ &:after {
7040
+ background-color: $wac-warning-color;
7041
+ }
7042
+ }
7043
+
7044
+ &.error {
7045
+ &:before {
7046
+ border-color: $wac-primary-button;
7047
+ }
7048
+
7049
+ &:after {
7050
+ background-color: $wac-primary-button;
7051
+ }
7052
+ }
7053
+ }
7054
7054
  .wac-summary {
7055
7055
  p {
7056
7056
  font-size: rem(14);
@@ -7248,152 +7248,152 @@ wac-optional-disable-container {
7248
7248
  }
7249
7249
  }
7250
7250
  }
7251
- .wac-table {
7252
- width: 100%;
7253
-
7254
- &__head {
7255
- @include flexbox();
7256
- @include flex-flow(row nowrap);
7257
- width: 100%;
7258
- border-top: 1px solid $wac-border-form;
7259
- border-bottom: 1px solid $wac-border-form;
7260
- background-color: $wac-gray-background;
7261
-
7262
- &__cell {
7263
- @include flexbox();
7264
- @include flex(1);
7265
- padding: 15px 20px;
7266
- font-size: 14px;
7267
- line-height: 20px;
7268
- color: $wac-main-text;
7269
- font-weight: 600;
7270
-
7271
- &--checkbox {
7272
- @include flex(none);
7273
- @include align-items(center);
7274
- @include justify-content(center);
7275
- }
7276
-
7277
- &__search {
7278
- color: $wac-main-text;
7279
- padding-right: 23px;
7280
- transition: background-image 0.3s ease-in-out;
7281
- cursor: text;
7282
-
7283
- &:hover {
7284
- color: $wac-main-text;
7285
- }
7286
-
7287
- &--idle {
7288
- background: transparent
7289
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
7290
- center right / 14px 14px no-repeat;
7291
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7292
- cursor: pointer;
7293
-
7294
- &:hover {
7295
- transition: color 0.3s ease-in-out;
7296
- }
7297
- }
7298
-
7299
- &--up {
7300
- background: transparent
7301
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
7302
- center right / 14px 14px no-repeat;
7303
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7304
- cursor: pointer;
7305
-
7306
- &:hover {
7307
- transition: color 0.3s ease-in-out;
7308
- }
7309
- }
7310
-
7311
- &--down {
7312
- background: transparent
7313
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
7314
- center right / 14px 14px no-repeat;
7315
- transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7316
- cursor: pointer;
7317
-
7318
- &:hover {
7319
- transition: color 0.3s ease-in-out;
7320
- }
7321
- }
7322
- }
7323
-
7324
- &--center--left {
7325
- @include align-items(center);
7326
- @include justify-content(flex-start);
7327
- }
7328
- &--center--center {
7329
- @include align-items(center);
7330
- @include justify-content(center);
7331
- }
7332
- &--center--right {
7333
- @include align-items(center);
7334
- @include justify-content(flex-end);
7335
- }
7336
- }
7337
- }
7338
-
7339
- // TODO delete __search
7340
- &__search {
7341
- height: 100px;
7342
- margin-top: 10px;
7343
- }
7344
-
7345
- &__body {
7346
- width: 100%;
7347
- margin-top: -10px;
7348
-
7349
- &__loader {
7350
- position: relative;
7351
- min-height: 200px;
7352
- }
7353
-
7354
- &__line {
7355
- @include flexbox();
7356
- @include flex-flow(row nowrap);
7357
- width: 100%;
7358
- border-bottom: 1px solid $wac-textarea-border-color;
7359
-
7360
- &:first-child:last-child {
7361
- border-bottom: none;
7362
- }
7363
-
7364
- &__cell {
7365
- @include flexbox();
7366
- @include flex(1);
7367
- padding: 20px 20px 20px 20px;
7368
- font-size: 14px;
7369
- line-height: 25px;
7370
- color: $wac-secondary-color;
7371
-
7372
- &--checkbox {
7373
- @include flexbox();
7374
- @include flex(none);
7375
- @include justify-content(center);
7376
- @include align-items(center);
7377
- width: 80px;
7378
- padding: 8px 20px;
7379
- }
7380
-
7381
- &--center--left {
7382
- @include align-items(center);
7383
- @include justify-content(flex-start);
7384
- }
7385
- &--center--center {
7386
- @include align-items(center);
7387
- @include justify-content(center);
7388
- }
7389
- &--center--right {
7390
- @include align-items(center);
7391
- @include justify-content(flex-end);
7392
- }
7393
- }
7394
- }
7395
- }
7396
- }
7251
+ .wac-table {
7252
+ width: 100%;
7253
+
7254
+ &__head {
7255
+ @include flexbox();
7256
+ @include flex-flow(row nowrap);
7257
+ width: 100%;
7258
+ border-top: 1px solid $wac-border-form;
7259
+ border-bottom: 1px solid $wac-border-form;
7260
+ background-color: $wac-gray-background;
7261
+
7262
+ &__cell {
7263
+ @include flexbox();
7264
+ @include flex(1);
7265
+ padding: 15px 20px;
7266
+ font-size: 14px;
7267
+ line-height: 20px;
7268
+ color: $wac-main-text;
7269
+ font-weight: 600;
7270
+
7271
+ &--checkbox {
7272
+ @include flex(none);
7273
+ @include align-items(center);
7274
+ @include justify-content(center);
7275
+ }
7276
+
7277
+ &__search {
7278
+ color: $wac-main-text;
7279
+ padding-right: 23px;
7280
+ transition: background-image 0.3s ease-in-out;
7281
+ cursor: text;
7282
+
7283
+ &:hover {
7284
+ color: $wac-main-text;
7285
+ }
7286
+
7287
+ &--idle {
7288
+ background: transparent
7289
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
7290
+ center right / 14px 14px no-repeat;
7291
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7292
+ cursor: pointer;
7293
+
7294
+ &:hover {
7295
+ transition: color 0.3s ease-in-out;
7296
+ }
7297
+ }
7298
+
7299
+ &--up {
7300
+ background: transparent
7301
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
7302
+ center right / 14px 14px no-repeat;
7303
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7304
+ cursor: pointer;
7305
+
7306
+ &:hover {
7307
+ transition: color 0.3s ease-in-out;
7308
+ }
7309
+ }
7310
+
7311
+ &--down {
7312
+ background: transparent
7313
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
7314
+ center right / 14px 14px no-repeat;
7315
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7316
+ cursor: pointer;
7317
+
7318
+ &:hover {
7319
+ transition: color 0.3s ease-in-out;
7320
+ }
7321
+ }
7322
+ }
7323
+
7324
+ &--center--left {
7325
+ @include align-items(center);
7326
+ @include justify-content(flex-start);
7327
+ }
7328
+ &--center--center {
7329
+ @include align-items(center);
7330
+ @include justify-content(center);
7331
+ }
7332
+ &--center--right {
7333
+ @include align-items(center);
7334
+ @include justify-content(flex-end);
7335
+ }
7336
+ }
7337
+ }
7338
+
7339
+ // TODO delete __search
7340
+ &__search {
7341
+ height: 100px;
7342
+ margin-top: 10px;
7343
+ }
7344
+
7345
+ &__body {
7346
+ width: 100%;
7347
+ margin-top: -10px;
7348
+
7349
+ &__loader {
7350
+ position: relative;
7351
+ min-height: 200px;
7352
+ }
7353
+
7354
+ &__line {
7355
+ @include flexbox();
7356
+ @include flex-flow(row nowrap);
7357
+ width: 100%;
7358
+ border-bottom: 1px solid $wac-textarea-border-color;
7359
+
7360
+ &:first-child:last-child {
7361
+ border-bottom: none;
7362
+ }
7363
+
7364
+ &__cell {
7365
+ @include flexbox();
7366
+ @include flex(1);
7367
+ padding: 20px 20px 20px 20px;
7368
+ font-size: 14px;
7369
+ line-height: 25px;
7370
+ color: $wac-secondary-color;
7371
+
7372
+ &--checkbox {
7373
+ @include flexbox();
7374
+ @include flex(none);
7375
+ @include justify-content(center);
7376
+ @include align-items(center);
7377
+ width: 80px;
7378
+ padding: 8px 20px;
7379
+ }
7380
+
7381
+ &--center--left {
7382
+ @include align-items(center);
7383
+ @include justify-content(flex-start);
7384
+ }
7385
+ &--center--center {
7386
+ @include align-items(center);
7387
+ @include justify-content(center);
7388
+ }
7389
+ &--center--right {
7390
+ @include align-items(center);
7391
+ @include justify-content(flex-end);
7392
+ }
7393
+ }
7394
+ }
7395
+ }
7396
+ }
7397
7397
  .wac-tabs {
7398
7398
  position: relative;
7399
7399
 
@@ -8283,130 +8283,130 @@ span.wac-tooltip {
8283
8283
  }
8284
8284
  }
8285
8285
  }
8286
- .wac-upload {
8287
- width: auto;
8288
- &__wrapper {
8289
- width: 100%;
8290
- display: flex;
8291
- align-items: center;
8292
- button {
8293
- padding: 10.5px 20px;
8294
- border: none;
8295
- background-color: $wac-green-color;
8296
- border-radius: 3px;
8297
- color: $wac-white;
8298
- font-size: rem(14);
8299
- line-height: rem(16);
8300
- transition: 0.3s ease;
8301
- font-weight: 500;
8302
- cursor: pointer;
8303
- i {
8304
- font-size: rem(18);
8305
- margin: 0 rem(10) 0 0;
8306
- }
8307
- &:hover {
8308
- background-color: $wac-green-color-darken;
8309
- }
8310
- &:focus {
8311
- background-color: $wac-green-color-focus;
8312
- }
8313
- }
8314
- }
8315
- &.portrait {
8316
- .wac-upload {
8317
- &__wrapper {
8318
- min-width: rem(331);
8319
- border-radius: 3px;
8320
- border: 1px solid $wac-border-light;
8321
- padding: rem(30);
8322
- flex-direction: column;
8323
- justify-content: center;
8324
- &__visual {
8325
- > img {
8326
- display: block;
8327
- margin: 0 auto rem(10);
8328
- max-width: rem(40);
8329
- }
8330
- > strong {
8331
- display: block;
8332
- width: 100%;
8333
- text-align: center;
8334
- font-size: rem(14);
8335
- line-height: rem(16);
8336
- font-weight: 500;
8337
- margin: 0 0 rem(20);
8338
- }
8339
- }
8340
- > span {
8341
- font-size: rem(14);
8342
- line-height: rem(16);
8343
- margin: 0 0 rem(20);
8344
- }
8345
- }
8346
- }
8347
- }
8348
- &.landscape {
8349
- .wac-upload {
8350
- &__wrapper {
8351
- border-radius: 3px;
8352
- border: 1px solid $wac-border-light;
8353
- padding: rem(30);
8354
- flex-direction: row;
8355
- justify-content: center;
8356
- &__visual {
8357
- margin: 0 rem(20) 0 0;
8358
- > img {
8359
- display: block;
8360
- margin: 0 auto rem(10);
8361
- max-width: rem(40);
8362
- }
8363
- > strong {
8364
- display: block;
8365
- width: 100%;
8366
- text-align: center;
8367
- font-size: rem(14);
8368
- line-height: rem(16);
8369
- font-weight: 500;
8370
- margin: 0 0 rem(20);
8371
- }
8372
- }
8373
- > span {
8374
- font-size: rem(14);
8375
- line-height: rem(16);
8376
- margin: 0 rem(20) 0;
8377
- }
8378
- }
8379
- }
8380
- }
8381
- }
8382
- .wac-wrapper {
8383
- width: 100%;
8384
- &.max-width {
8385
- max-width: 1080px;
8386
- margin: 0 auto;
8387
- }
8388
- }
8389
- .wac-wrapper-blocs {
8390
- &.sidebar {
8391
- width: calc(100% + 30px);
8392
- transform: translateX(-15px);
8393
- display: flex;
8394
- flex-wrap: nowrap;
8395
- align-items: flex-start;
8396
- align-content: flex-start;
8397
- & > :first-child {
8398
- @include media('>=desktop') {
8399
- width: 100%;
8400
- }
8401
- }
8402
- & > :last-child:not(:first-child) {
8403
- min-width: 340px;
8404
- }
8405
- & > * {
8406
- margin: 0 15px;
8407
- }
8408
- }
8409
- }
8286
+ .wac-upload {
8287
+ width: auto;
8288
+ &__wrapper {
8289
+ width: 100%;
8290
+ display: flex;
8291
+ align-items: center;
8292
+ button {
8293
+ padding: 10.5px 20px;
8294
+ border: none;
8295
+ background-color: $wac-green-color;
8296
+ border-radius: 3px;
8297
+ color: $wac-white;
8298
+ font-size: rem(14);
8299
+ line-height: rem(16);
8300
+ transition: 0.3s ease;
8301
+ font-weight: 500;
8302
+ cursor: pointer;
8303
+ i {
8304
+ font-size: rem(18);
8305
+ margin: 0 rem(10) 0 0;
8306
+ }
8307
+ &:hover {
8308
+ background-color: $wac-green-color-darken;
8309
+ }
8310
+ &:focus {
8311
+ background-color: $wac-green-color-focus;
8312
+ }
8313
+ }
8314
+ }
8315
+ &.portrait {
8316
+ .wac-upload {
8317
+ &__wrapper {
8318
+ min-width: rem(331);
8319
+ border-radius: 3px;
8320
+ border: 1px solid $wac-border-light;
8321
+ padding: rem(30);
8322
+ flex-direction: column;
8323
+ justify-content: center;
8324
+ &__visual {
8325
+ > img {
8326
+ display: block;
8327
+ margin: 0 auto rem(10);
8328
+ max-width: rem(40);
8329
+ }
8330
+ > strong {
8331
+ display: block;
8332
+ width: 100%;
8333
+ text-align: center;
8334
+ font-size: rem(14);
8335
+ line-height: rem(16);
8336
+ font-weight: 500;
8337
+ margin: 0 0 rem(20);
8338
+ }
8339
+ }
8340
+ > span {
8341
+ font-size: rem(14);
8342
+ line-height: rem(16);
8343
+ margin: 0 0 rem(20);
8344
+ }
8345
+ }
8346
+ }
8347
+ }
8348
+ &.landscape {
8349
+ .wac-upload {
8350
+ &__wrapper {
8351
+ border-radius: 3px;
8352
+ border: 1px solid $wac-border-light;
8353
+ padding: rem(30);
8354
+ flex-direction: row;
8355
+ justify-content: center;
8356
+ &__visual {
8357
+ margin: 0 rem(20) 0 0;
8358
+ > img {
8359
+ display: block;
8360
+ margin: 0 auto rem(10);
8361
+ max-width: rem(40);
8362
+ }
8363
+ > strong {
8364
+ display: block;
8365
+ width: 100%;
8366
+ text-align: center;
8367
+ font-size: rem(14);
8368
+ line-height: rem(16);
8369
+ font-weight: 500;
8370
+ margin: 0 0 rem(20);
8371
+ }
8372
+ }
8373
+ > span {
8374
+ font-size: rem(14);
8375
+ line-height: rem(16);
8376
+ margin: 0 rem(20) 0;
8377
+ }
8378
+ }
8379
+ }
8380
+ }
8381
+ }
8382
+ .wac-wrapper {
8383
+ width: 100%;
8384
+ &.max-width {
8385
+ max-width: 1080px;
8386
+ margin: 0 auto;
8387
+ }
8388
+ }
8389
+ .wac-wrapper-blocs {
8390
+ &.sidebar {
8391
+ width: calc(100% + 30px);
8392
+ transform: translateX(-15px);
8393
+ display: flex;
8394
+ flex-wrap: nowrap;
8395
+ align-items: flex-start;
8396
+ align-content: flex-start;
8397
+ & > :first-child {
8398
+ @include media('>=desktop') {
8399
+ width: 100%;
8400
+ }
8401
+ }
8402
+ & > :last-child:not(:first-child) {
8403
+ min-width: 340px;
8404
+ }
8405
+ & > * {
8406
+ margin: 0 15px;
8407
+ }
8408
+ }
8409
+ }
8410
8410
  .wac-wrapper-multiple-block {
8411
8411
  width: 100%;
8412
8412
  display: flex;
@@ -8622,29 +8622,29 @@ h1.wac-h1 {
8622
8622
  font-weight: normal;
8623
8623
  }
8624
8624
  }
8625
- h2.wac-h2 {
8626
- font-size: rem(18);
8627
- line-height: rem(21);
8628
- font-weight: 500;
8629
- color: $wac-main-text;
8630
- }h3.wac-h3 {
8631
- font-size: rem(16);
8632
- line-height: rem(19);
8633
- font-weight: 500;
8634
- color: $wac-main-text;
8635
- &.grey {
8636
- color: $wac-second-color;
8637
- }
8638
- }
8639
- h4.wac-h4 {
8640
- font-size: rem(14);
8641
- line-height: rem(16);
8642
- font-weight: 500;
8643
- color: $wac-main-text;
8644
- &.grey {
8645
- color: $wac-second-color;
8646
- }
8647
- }
8625
+ h2.wac-h2 {
8626
+ font-size: rem(18);
8627
+ line-height: rem(21);
8628
+ font-weight: 500;
8629
+ color: $wac-main-text;
8630
+ }h3.wac-h3 {
8631
+ font-size: rem(16);
8632
+ line-height: rem(19);
8633
+ font-weight: 500;
8634
+ color: $wac-main-text;
8635
+ &.grey {
8636
+ color: $wac-second-color;
8637
+ }
8638
+ }
8639
+ h4.wac-h4 {
8640
+ font-size: rem(14);
8641
+ line-height: rem(16);
8642
+ font-weight: 500;
8643
+ color: $wac-main-text;
8644
+ &.grey {
8645
+ color: $wac-second-color;
8646
+ }
8647
+ }
8648
8648
  .wac-input {
8649
8649
  ::-webkit-input-placeholder {
8650
8650
  /* Chrome/Opera/Safari */