@wizishop/angular-components 15.1.113 → 15.1.115

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 (93) hide show
  1. package/README.md +87 -87
  2. package/angular-components.scss +2034 -1813
  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/border-picker/border-picker.component.mjs +66 -0
  20. package/esm2020/lib/components/checkbox/checkbox.module.mjs +1 -1
  21. package/esm2020/lib/components/color-picker/color-picker.component.mjs +58 -0
  22. package/esm2020/lib/components/delete/delete.component.mjs +3 -3
  23. package/esm2020/lib/components/dropdown/dropdown.component.mjs +3 -3
  24. package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +3 -3
  25. package/esm2020/lib/components/filters/filter-item.dto.mjs +1 -1
  26. package/esm2020/lib/components/filters/filters.component.mjs +3 -3
  27. package/esm2020/lib/components/hn/h2/h2.component.mjs +3 -3
  28. package/esm2020/lib/components/hn/h3/h3.component.mjs +3 -3
  29. package/esm2020/lib/components/hn/h4/h4.component.mjs +3 -3
  30. package/esm2020/lib/components/image/image.component.mjs +3 -3
  31. package/esm2020/lib/components/info/info.component.mjs +3 -3
  32. package/esm2020/lib/components/logo/logo.component.mjs +3 -3
  33. package/esm2020/lib/components/mosaic/mosaic.component.mjs +14 -11
  34. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +3 -3
  35. package/esm2020/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +1 -1
  36. package/esm2020/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +1 -1
  37. package/esm2020/lib/components/pagination/pagination.component.mjs +3 -3
  38. package/esm2020/lib/components/pagination/pagination.module.mjs +1 -1
  39. package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +1 -1
  40. package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +1 -1
  41. package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +1 -1
  42. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +3 -3
  43. package/esm2020/lib/components/search/search.component.mjs +3 -3
  44. package/esm2020/lib/components/search/shared/search-option.model.mjs +1 -1
  45. package/esm2020/lib/components/selected-list/selected-list.component.mjs +3 -3
  46. package/esm2020/lib/components/selected-list/shared/selected-list-option.model.mjs +1 -1
  47. package/esm2020/lib/components/separator/separator.component.mjs +3 -3
  48. package/esm2020/lib/components/settings/settings.component.mjs +3 -3
  49. package/esm2020/lib/components/shared-components.module.mjs +17 -5
  50. package/esm2020/lib/components/snackbar/snackbar.component.mjs +3 -3
  51. package/esm2020/lib/components/state/state.component.mjs +3 -3
  52. package/esm2020/lib/components/table/directives/raw.directive.mjs +1 -1
  53. package/esm2020/lib/components/table/shared/filters-table.service.mjs +1 -1
  54. package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +1 -1
  55. package/esm2020/lib/components/table/shared/table-filters-group.model.mjs +1 -1
  56. package/esm2020/lib/components/table/shared/table-filters.model.mjs +1 -1
  57. package/esm2020/lib/components/table/table.component.mjs +3 -3
  58. package/esm2020/lib/components/tabs/tabs.component.mjs +7 -4
  59. package/esm2020/lib/components/text/text.component.mjs +3 -3
  60. package/esm2020/lib/components/tooltip/tooltip.component.mjs +3 -3
  61. package/esm2020/lib/components/tooltip/tooltip.module.mjs +1 -1
  62. package/esm2020/lib/components/tree/tree.module.mjs +1 -1
  63. package/esm2020/lib/components/upload/upload.component.mjs +1 -1
  64. package/esm2020/lib/components/wrapper/wrapper.component.mjs +3 -3
  65. package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +3 -3
  66. package/esm2020/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +1 -1
  67. package/esm2020/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +1 -1
  68. package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +1 -1
  69. package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +1 -1
  70. package/esm2020/lib/directives/ng-var.directive.mjs +1 -1
  71. package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +1 -1
  72. package/esm2020/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +1 -1
  73. package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +1 -1
  74. package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +1 -1
  75. package/esm2020/lib/services/dom.service.mjs +1 -1
  76. package/esm2020/lib/services/multiple-selection.service.mjs +1 -1
  77. package/esm2020/lib/utils/html-container.class.mjs +1 -1
  78. package/esm2020/lib/utils/slection-item.interface.mjs +1 -1
  79. package/esm2020/lib/wizi-components.module.mjs +1 -1
  80. package/esm2020/public-api.mjs +3 -1
  81. package/fesm2015/wizishop-angular-components.mjs +197 -70
  82. package/fesm2015/wizishop-angular-components.mjs.map +1 -1
  83. package/fesm2020/wizishop-angular-components.mjs +197 -70
  84. package/fesm2020/wizishop-angular-components.mjs.map +1 -1
  85. package/lib/components/border-picker/border-picker.component.d.ts +21 -0
  86. package/lib/components/color-picker/color-picker.component.d.ts +14 -0
  87. package/lib/components/mosaic/mosaic.component.d.ts +2 -2
  88. package/lib/components/shared-components.module.d.ts +30 -27
  89. package/lib/components/tabs/tabs.component.d.ts +2 -1
  90. package/package.json +1 -1
  91. package/public-api.d.ts +2 -0
  92. package/wizishop-angular-components-15.1.115.tgz +0 -0
  93. package/wizishop-angular-components-15.1.113.tgz +0 -0
@@ -140,32 +140,33 @@ $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
+
144
+ $wac-tab-colunm-blue: #3ba6ec!default;.zindexToggle {
145
+ z-index: 9!important;
146
+ position: relative;
147
+ }
148
+
149
+ .field-label .label {
150
+ font-size: rem(14);
151
+ }
152
+
153
+ .date-item, .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
154
+ width: rem(32);
155
+ height: rem(32);
156
+ }
157
+
158
+ .wac-calendar__absolute .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
159
+ width: rem(36);
160
+ height: rem(36);
161
+ }
162
+
163
+ .wac-table__head__cell--checkbox .wac-field-checkbox.alone .is-checkradio[type=checkbox]:not(:checked) + label:before {
164
+ background-color: $wac-white;
165
+ }
166
+
167
+ .wac-table__head__cell--checkbox .wac-field-checkbox__row {
168
+ transform: translateX(5px);
169
+ }
169
170
  .wac-ai-express {
170
171
  position: relative;
171
172
  width: 100%;
@@ -416,78 +417,78 @@ $wac-token-disabled-dark: #8A98B2!default;
416
417
  }
417
418
  }
418
419
  }
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
- }
420
+ .wac-alert {
421
+ width: 100%;
422
+ background-color: transparentize($wac-link-color, 0.85);
423
+ color: $wac-link-color;
424
+ border-radius: 3px;
425
+ display: flex;
426
+ flex-wrap: nowrap;
427
+ justify-content: space-between;
428
+ padding: 20px;
429
+ &.success {
430
+ background-color: transparentize($wac-green-color, 0.85);
431
+ p {
432
+ color: $wac-p-alert-color-success;
433
+ > * {
434
+ color: $wac-p-alert-color-success;
435
+ }
436
+ }
437
+ i {
438
+ color: $wac-green-color;
439
+ }
440
+ }
441
+ &.warning {
442
+ background-color: transparentize($wac-primary-button, 0.85);
443
+ p {
444
+ color: $wac-p-alert-color-warning;
445
+ > * {
446
+ color: $wac-p-alert-color-warning;
447
+ }
448
+ }
449
+ i {
450
+ color: $wac-primary-button;
451
+ }
452
+ }
453
+ &.alert {
454
+ background-color: transparentize($wac-orange-color, 0.85);
455
+ p {
456
+ color: $wac-p-alert-color-alert;
457
+ > * {
458
+ color: $wac-p-alert-color-alert;
459
+ }
460
+ }
461
+ i {
462
+ color: $wac-orange-color;
463
+ }
464
+ }
465
+ p {
466
+ width: 100%;
467
+ font-size: rem(14);
468
+ line-height: rem(25);
469
+ margin: 0;
470
+ padding: 0;
471
+ color: $wac-p-alert-color-default;
472
+ > * {
473
+ color: $wac-p-alert-color-default;
474
+ }
475
+ }
476
+ i {
477
+ width: auto;
478
+ margin: 0 10px 0 0;
479
+ color: inherit;
480
+ font-size: rem(14);
481
+ line-height: rem(25);
482
+ }
483
+
484
+ .wac-button i {
485
+ color: $wac-white;
486
+ }
487
+
488
+ .closeAlert {
489
+ font-size: rem(20);
490
+ }
491
+ }
491
492
  .wac-alert-popup {
492
493
  .alert {
493
494
  z-index: 999999;
@@ -758,33 +759,33 @@ $wac-token-disabled-dark: #8A98B2!default;
758
759
  }
759
760
 
760
761
  }
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
- }
762
+ .wac-back {
763
+ width: 40px;
764
+ height: 40px;
765
+
766
+ &__wrapper {
767
+ @include flexbox();
768
+ @include justify-content(center);
769
+ @include align-items(center);
770
+ width: 100%;
771
+ height: 100%;
772
+ border-radius: 3px;
773
+ border: 1px solid $wac-border-light;
774
+ background-color: transparent;
775
+ transition: border-color 0.3s ease-in-out;
776
+
777
+ i {
778
+ color: $wac-second-color;
779
+ font-size: 11px;
780
+ line-height: 14px;
781
+ }
782
+
783
+ &:hover {
784
+ border-color: $wac-back-border-hover;
785
+ transition: border-color 0.3s ease-in-out;
786
+ }
787
+ }
788
+ }
788
789
  wac-block {
789
790
  .wac-block {
790
791
  background-color: $white;
@@ -944,7 +945,157 @@ wac-block {
944
945
  margin-right: 0;
945
946
  }
946
947
  }
947
- .wac-breadcrumbs {
948
+ .w-border-picker {
949
+ display: flex;
950
+ flex-direction: column;
951
+
952
+ .bp-label {
953
+ font-weight: 500;
954
+ }
955
+
956
+ .w-input {
957
+ width: 210px;
958
+ height: 40px;
959
+ display: flex;
960
+ align-items: center;
961
+ gap: 10px;
962
+ padding: 5px;
963
+ border: 1px solid #dee2ed;
964
+ border-radius: 3px;
965
+ position: relative;
966
+
967
+ .border-preview {
968
+ position: relative;
969
+ width: 30px;
970
+ height: 30px;
971
+ border: 2px solid #1d2a3b;
972
+ border-radius: 3px;
973
+
974
+ .mask1, .mask2 {
975
+ background: #fff;
976
+ position: absolute;
977
+ top: 50%;
978
+ left: 50%;
979
+ transform: translate(-50%, -50%);
980
+ }
981
+
982
+ .mask1 {
983
+ width: 30px;
984
+ height: 14px;
985
+ }
986
+
987
+ .mask2 {
988
+ width: 14px;
989
+ height: 30px;
990
+ }
991
+ }
992
+
993
+ .bp-input {
994
+ width: 70%;
995
+ height: 100%;
996
+ border: none;
997
+ font-size: 14px;
998
+ color: #1d2a3b;
999
+ font-weight: 400;
1000
+ }
1001
+
1002
+ .slider-popup {
1003
+ display: flex;
1004
+ flex-direction: column;
1005
+ gap: 10px;
1006
+ position: absolute;
1007
+ top: 50px;
1008
+ left: 0;
1009
+ min-width: 270px;
1010
+ background: white;
1011
+ border: 1px solid #dee2ed;
1012
+ padding: 10px;
1013
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
1014
+ z-index: 10;
1015
+ display: flex;
1016
+ align-items: center;
1017
+ gap: 10px;
1018
+
1019
+ &::before {
1020
+ content: '';
1021
+ position: absolute;
1022
+ top: -20px;
1023
+ left: 8px;
1024
+ border: 10px solid transparent;
1025
+ border-bottom-color: #dee2ed;
1026
+ }
1027
+
1028
+ .slider {
1029
+ width: 100%;
1030
+ display: flex;
1031
+ align-items: center;
1032
+ gap: 10px;
1033
+
1034
+ input[type="range"] {
1035
+ -webkit-appearance: none;
1036
+ width: 100%;
1037
+ height: 8px;
1038
+ background: #dee2ed;
1039
+ border-radius: 5px;
1040
+ outline: none;
1041
+ opacity: 0.7;
1042
+ transition: opacity .2s;
1043
+
1044
+ &:hover {
1045
+ opacity: 1;
1046
+ }
1047
+
1048
+ &::-webkit-slider-thumb {
1049
+ -webkit-appearance: none;
1050
+ appearance: none;
1051
+ width: 20px;
1052
+ height: 20px;
1053
+ background: #52aecd;
1054
+ cursor: pointer;
1055
+ border-radius: 50%;
1056
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
1057
+ }
1058
+
1059
+ &::-moz-range-thumb {
1060
+ width: 20px;
1061
+ height: 20px;
1062
+ background: #52aecd;
1063
+ cursor: pointer;
1064
+ border-radius: 50%;
1065
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
1066
+ }
1067
+ }
1068
+ }
1069
+
1070
+ .preset-buttons {
1071
+ display: flex;
1072
+ gap: 10px;
1073
+ align-items: center;
1074
+
1075
+ button {
1076
+ border: 1px solid #dee2ed;
1077
+ background-color: #f5f5f5;
1078
+ color: #1d2a3b;
1079
+ font-size: 14px;
1080
+ border-radius: 12px;
1081
+ padding: 5px 15px;
1082
+ cursor: pointer;
1083
+ transition: background-color 0.3s, box-shadow 0.3s;
1084
+
1085
+ &:hover {
1086
+ background-color: #e0e0e0;
1087
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
1088
+ }
1089
+
1090
+ &:active {
1091
+ background-color: #d0d0d0;
1092
+ box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
1093
+ }
1094
+ }
1095
+ }
1096
+ }
1097
+ }
1098
+ }.wac-breadcrumbs {
948
1099
  width: 100%;
949
1100
  display: flex;
950
1101
  align-items: center;
@@ -3593,7 +3744,41 @@ wac-calendar {
3593
3744
  }
3594
3745
  }
3595
3746
  }
3596
- .wac-confirm-delete {
3747
+ .w-color-picker {
3748
+ display: flex;
3749
+ flex-direction: column;
3750
+
3751
+ .cp-label {
3752
+ font-weight: 500;
3753
+ }
3754
+
3755
+ .w-input {
3756
+ width: 210px;
3757
+ height: 40px;
3758
+ display: flex;
3759
+ align-items: center;
3760
+ gap: 10px;
3761
+ padding: 5px;
3762
+ border: 1px solid #dee2ed;
3763
+ border-radius: 3px;
3764
+
3765
+ .color-preview {
3766
+ width: 30px;
3767
+ height: 30px;
3768
+ border: 1px solid #dee2ed;
3769
+ border-radius: 3px;
3770
+ }
3771
+
3772
+ .cp-input {
3773
+ width: 70%;
3774
+ height: 100%;
3775
+ border: none;
3776
+ font-size: 14px;
3777
+ color: #1d2a3b;
3778
+ font-weight: 400;
3779
+ }
3780
+ }
3781
+ }.wac-confirm-delete {
3597
3782
  position: absolute;
3598
3783
  right: 0;
3599
3784
  top: 0;
@@ -3875,139 +4060,139 @@ wac-calendar {
3875
4060
  .wac-draganddrop-list__wrapper.cdk-drop-list-dragging .wac-draganddrop-list__wrapper__item:not(.cdk-drag-placeholder) {
3876
4061
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
3877
4062
  }
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
- .wac-edit-in-place.nwb-wrapper {
4063
+ .wac-dropdown {
3963
4064
  display: inline-block;
3964
- position: relative;
3965
- width: auto;
3966
- min-width: 12px;
3967
- min-height: 1.4em;
3968
-
3969
- input {
3970
- font-size: inherit;
3971
- transition: width 50ms;
3972
- position: absolute;
3973
- top: 0;
3974
- left: 0;
3975
- width: 100% !important;
3976
- height: calc(100% + 14px) !important;
3977
- padding: 5px;
3978
- z-index: 1;
3979
- margin: 0;
3980
- outline: none !important;
3981
- border: 1px solid $wac-edit-in-place-border;
3982
- background: inherit;
3983
- transform: translateY(-17%);
3984
- background-color: $wac-edit-in-place-background;
4065
+ width: 40px;
4066
+ height: 40px;
3985
4067
 
3986
- &.nwb-editable {
3987
- text-decoration: none;
3988
- color: inherit;
3989
- border: none;
3990
- cursor: pointer;
3991
- height: 26px;
3992
- }
4068
+ &__wrapper {
4069
+ @include flexbox();
4070
+ @include justify-content(center);
4071
+ @include align-items(center);
4072
+ width: 100%;
4073
+ height: 100%;
4074
+ position: relative;
3993
4075
 
3994
- &.nwb-editing {
3995
- color: $wac-edit-in-place-border;
4076
+ &__icon {
4077
+ font-size: 30px;
4078
+ line-height: 18px;
4079
+ color: $wac-second-color;
4080
+ transition: color 0.3s ease, transform 0.3s ease;
3996
4081
  }
3997
- }
3998
-
3999
- div.select {
4000
- position: absolute;
4001
- left: 0;
4002
4082
 
4003
- &:before,
4004
- &:after {
4005
- display: block;
4083
+ &__sublevel {
4006
4084
  position: absolute;
4007
- height: 10px;
4008
- width: 10px;
4009
- }
4010
- }
4085
+ min-width: 160px;
4086
+ top: 100%;
4087
+ right: 0;
4088
+ z-index: -1;
4089
+ opacity: 0;
4090
+ background-color: $wac-white;
4091
+ border-radius: rem(3);
4092
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
4093
+ visibility: hidden;
4094
+ transition: opacity 0.15s ease, z-index 0.15s ease, visibility 0s linear .16s;
4095
+
4096
+ &__container {
4097
+ padding: 10px 10px;
4098
+ border: 1px solid $wac-border-color;
4099
+ border-radius: 3px;
4100
+
4101
+ &__item {
4102
+ padding: 5.7px 10px;
4103
+ font-size: 14px;
4104
+ line-height: 24px;
4105
+ color: $wac-second-color;
4106
+ cursor: pointer;
4107
+ transition: background-color 0.3s ease, color 0.3s ease;
4108
+ display: flex;
4109
+ justify-content: flex-start;
4110
+ align-items: center;
4111
+ align-content: center;
4112
+
4113
+ i {
4114
+ min-width: 15px;
4115
+ margin-right: 5px;
4116
+ text-align: center;
4117
+ }
4118
+ span {
4119
+ white-space: nowrap;
4120
+ }
4121
+
4122
+ &:hover {
4123
+ background-color: $wac-gray-background;
4124
+ transition: background-color 0.3s ease, color 0.3s ease;
4125
+ color: $wac-input-active-color;
4126
+ }
4127
+ }
4128
+ }
4129
+ }
4130
+
4131
+ &:hover {
4132
+ .wac-dropdown__wrapper__icon {
4133
+ color: $wac-wizishop-blue;
4134
+ transform: rotate(90deg);
4135
+ transition: color 0.3s ease, transform 0.3s ease;
4136
+ }
4137
+
4138
+ .wac-dropdown__wrapper__sublevel {
4139
+ visibility: visible;
4140
+ opacity: 1;
4141
+ z-index: 2;
4142
+ transition: visibility 0s ease 0s, opacity 0.3s ease .1s;
4143
+ }
4144
+ }
4145
+ }
4146
+ }
4147
+ .wac-edit-in-place.nwb-wrapper {
4148
+ display: inline-block;
4149
+ position: relative;
4150
+ width: auto;
4151
+ min-width: 12px;
4152
+ min-height: 1.4em;
4153
+
4154
+ input {
4155
+ font-size: inherit;
4156
+ transition: width 50ms;
4157
+ position: absolute;
4158
+ top: 0;
4159
+ left: 0;
4160
+ width: 100% !important;
4161
+ height: calc(100% + 14px) !important;
4162
+ padding: 5px;
4163
+ z-index: 1;
4164
+ margin: 0;
4165
+ outline: none !important;
4166
+ border: 1px solid $wac-edit-in-place-border;
4167
+ background: inherit;
4168
+ transform: translateY(-17%);
4169
+ background-color: $wac-edit-in-place-background;
4170
+
4171
+ &.nwb-editable {
4172
+ text-decoration: none;
4173
+ color: inherit;
4174
+ border: none;
4175
+ cursor: pointer;
4176
+ height: 26px;
4177
+ }
4178
+
4179
+ &.nwb-editing {
4180
+ color: $wac-edit-in-place-border;
4181
+ }
4182
+ }
4183
+
4184
+ div.select {
4185
+ position: absolute;
4186
+ left: 0;
4187
+
4188
+ &:before,
4189
+ &:after {
4190
+ display: block;
4191
+ position: absolute;
4192
+ height: 10px;
4193
+ width: 10px;
4194
+ }
4195
+ }
4011
4196
 
4012
4197
  span.nwb-loader {
4013
4198
  &.nwb-is-loading {
@@ -4243,293 +4428,293 @@ wac-calendar {
4243
4428
  }
4244
4429
  }
4245
4430
  }
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;
4431
+ .wac-filters {
4471
4432
  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 {
4433
+ &__wrapper {
4499
4434
  width: 100%;
4500
- font-size: rem(14);
4501
- line-height: rem(24);
4502
- overflow: hidden;
4503
- color: $wac-google-preview-description;
4504
- margin: 0;
4435
+ display: flex;
4436
+ flex-wrap: wrap;
4437
+ justify-content: flex-start;
4438
+ align-items: center;
4439
+ align-content: center;
4440
+ button {
4441
+ position: relative;
4442
+ width: auto;
4443
+ display: flex;
4444
+ align-items: center;
4445
+ font-size: rem(14);
4446
+ line-height: rem(16);
4447
+ font-weight: 400;
4448
+ color: $wac-second-color;
4449
+ border: 1px solid $wac-border-light;
4450
+ border-radius: 3px;
4451
+ background: transparent;
4452
+ box-shadow: none;
4453
+ margin-bottom: rem(10);
4454
+ transition: 0.3s ease;
4455
+ cursor: pointer;
4456
+ padding: 12px 20px;
4457
+ .event {
4458
+ position: absolute;
4459
+ top: 0;
4460
+ left: 0;
4461
+ width: 100%;
4462
+ height: 100%;
4463
+ z-index: 2;
4464
+ display: inline-block;
4465
+ }
4466
+ i {
4467
+ color: $wac-main-text;
4468
+ font-size: rem(14);
4469
+ margin: 0 rem(10) 0 0;
4470
+ }
4471
+ &:hover,
4472
+ &:focus,
4473
+ &.active {
4474
+ border-color: $wac-wizishop-blue;
4475
+ color: $wac-main-text;
4476
+ }
4477
+ &:not(:last-child) {
4478
+ margin: 0 rem(10) rem(10) 0;
4479
+ }
4480
+ }
4481
+ > span {
4482
+ position: relative;
4483
+ color: $wac-link-color;
4484
+ display: inline-block;
4485
+ transition: 0.3s ease;
4486
+ font-size: rem(14);
4487
+ line-height: rem(16);
4488
+ margin: 0 0 0 rem(30);
4489
+ cursor: pointer;
4490
+ z-index: 1;
4491
+ &:before {
4492
+ content: '';
4493
+ display: block;
4494
+ position: absolute;
4495
+ width: 100%;
4496
+ max-width: 0;
4497
+ height: 1px;
4498
+ border-radius: 3px;
4499
+ background-color: darken($wac-link-color, 15%);
4500
+ left: 0;
4501
+ bottom: -2px;
4502
+ transition: 0.3s ease;
4503
+ }
4504
+ &:hover,
4505
+ &:focus {
4506
+ color: darken($wac-link-color, 15%);
4507
+ &:before {
4508
+ max-width: 100%;
4509
+ }
4510
+ }
4511
+ }
4505
4512
  }
4506
4513
  }
4507
- .wac-header-page {
4514
+ .wac-free-popin {
4515
+ height: 100%;
4508
4516
  width: 100%;
4509
- background-color: transparent;
4510
- position: relative;
4511
- z-index: 2;
4512
- &__maxWidth {
4517
+ width: 100vw;
4518
+ height: 100vh;
4519
+ position: fixed;
4520
+ top: 0;
4521
+ left: 0;
4522
+
4523
+ &__wrapper {
4524
+ background-color: white;
4525
+ border: 1px solid $wac-border-color;
4526
+ border-radius: 3px;
4527
+ margin: auto;
4528
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4529
+ position: absolute;
4530
+ left: 50%;
4531
+ top: 50%;
4532
+ transform: translate(-50%, -50%);
4533
+ padding: 50px;
4534
+ z-index: 3;
4535
+ max-height: 90vh;
4536
+ display: flex;
4537
+ flex-wrap: nowrap;
4538
+ flex-direction: column;
4539
+ justify-content: center;
4540
+ align-items: center;
4513
4541
  width: 100%;
4514
- margin: 0 auto;
4515
- &__top {
4542
+ max-width: 575px;
4543
+ overflow: hidden;
4544
+
4545
+ &__content {
4546
+ position: relative;
4547
+ overflow: hidden;
4548
+ display: flex;
4549
+ > * {
4550
+ height: auto;
4551
+ }
4552
+ }
4553
+
4554
+ div:not([class]) {
4555
+ width: 100%;
4556
+ margin: 0 0 17px;
4557
+ }
4558
+
4559
+ > * {
4516
4560
  width: 100%;
4561
+ }
4562
+
4563
+ &__button-close {
4564
+ position: absolute;
4565
+ top: 10px;
4566
+ right: 10px;
4567
+ width: 30px;
4568
+ height: 30px;
4569
+ border-radius: 50%;
4517
4570
  display: flex;
4518
- justify-content: space-between;
4571
+ justify-content: center;
4519
4572
  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;
4573
+ background-color: $wac-popin-btn-close;
4574
+ transition: .3s ease;
4575
+ i {
4576
+ color: $wac-second-color;
4577
+ font-size: 14px;
4578
+ font-weight: 400;
4530
4579
  }
4531
- &__left {
4532
- width: auto;
4580
+ &:hover, &:focus {
4581
+ background-color: $wac-main-text;
4582
+ i {
4583
+ color: $wac-white;
4584
+ }
4585
+ }
4586
+ }
4587
+
4588
+ h1 {
4589
+ font-size: rem(30);
4590
+ line-height: rem(35);
4591
+ font-weight: 600;
4592
+ color: $wac-main-text;
4593
+ }
4594
+
4595
+ h2 {
4596
+ font-size: rem(18);
4597
+ line-height: rem(21);
4598
+ font-weight: 500;
4599
+ color: $wac-main-text;
4600
+ }
4601
+
4602
+ h3 {
4603
+ font-size: rem(16);
4604
+ line-height: rem(19);
4605
+ font-weight: 500;
4606
+ color: $wac-main-text;
4607
+ }
4608
+
4609
+ h4 {
4610
+ font-size: rem(14);
4611
+ line-height: rem(16);
4612
+ font-weight: 500;
4613
+ color: $wac-main-text;
4614
+ }
4615
+
4616
+ img {
4617
+ width: auto;
4618
+ height: auto;
4619
+ margin: 0 auto;
4620
+ }
4621
+
4622
+ &__title {
4623
+ font: normal normal bold 20px/25px sans-serif;
4624
+ color: $wac-main-text;
4625
+ }
4626
+
4627
+ &__buttons {
4628
+ width: 100%;
4629
+ display: flex;
4630
+ flex-direction: column;
4631
+ align-items: center;
4632
+ margin: 30px 0 0;
4633
+ &__button {
4634
+ margin: 10px;
4635
+ width: auto;
4636
+ }
4637
+ }
4638
+ }
4639
+ &__background {
4640
+ z-index: 1;
4641
+ position: absolute;
4642
+ top: 0;
4643
+ left: 0;
4644
+ width: 100%;
4645
+ height: 100%;
4646
+ background-color: transparentize($wac-main-text, .5);
4647
+ }
4648
+ }
4649
+
4650
+ .wac-free-popin .ps-content > * {
4651
+ padding-right: 15px;
4652
+ }
4653
+ .wac-google-preview {
4654
+ padding: 30px;
4655
+ border: 1px solid $wac-google-preview-border;
4656
+ width: 100%;
4657
+ display: flex;
4658
+ flex-direction: column;
4659
+ align-items: flex-start;
4660
+ justify-content: flex-start;
4661
+ font-family: 'Arial', sans-serif;
4662
+ overflow: hidden;
4663
+ &__url {
4664
+ width: 100%;
4665
+ white-space: nowrap;
4666
+ text-overflow: ellipsis;
4667
+ overflow: hidden;
4668
+ color: $wac-google-preview-url;
4669
+ font-size: rem(14);
4670
+ margin: 0 0 10px;
4671
+ line-height: rem(16);
4672
+ }
4673
+ &__title {
4674
+ width: 100%;
4675
+ color: $wac-google-preview-title;
4676
+ font-size: rem(20);
4677
+ line-height: rem(22);
4678
+ text-overflow: ellipsis;
4679
+ white-space: nowrap;
4680
+ overflow: hidden;
4681
+ margin: 0 0 rem(12);
4682
+ }
4683
+ &__description {
4684
+ width: 100%;
4685
+ font-size: rem(14);
4686
+ line-height: rem(24);
4687
+ overflow: hidden;
4688
+ color: $wac-google-preview-description;
4689
+ margin: 0;
4690
+ }
4691
+ }
4692
+ .wac-header-page {
4693
+ width: 100%;
4694
+ background-color: transparent;
4695
+ position: relative;
4696
+ z-index: 2;
4697
+ &__maxWidth {
4698
+ width: 100%;
4699
+ margin: 0 auto;
4700
+ &__top {
4701
+ width: 100%;
4702
+ display: flex;
4703
+ justify-content: space-between;
4704
+ align-items: center;
4705
+ margin: 0 0 27px;
4706
+ @include media('<tablet') {
4707
+ flex-direction: column;
4708
+ flex-wrap: wrap;
4709
+ justify-content: flex-start;
4710
+ align-items: flex-start;
4711
+ margin: 0;
4712
+ }
4713
+ &.center {
4714
+ justify-content: center;
4715
+ }
4716
+ &__left {
4717
+ width: auto;
4533
4718
  display: flex;
4534
4719
  flex-wrap: wrap;
4535
4720
  align-items: center;
@@ -4624,89 +4809,89 @@ wac-calendar {
4624
4809
  }
4625
4810
  }
4626
4811
  }
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
- }
4812
+ .wac-image {
4813
+ width: 60px;
4814
+ height: 60px;
4815
+
4816
+ &__wrapper {
4817
+ @include flexbox();
4818
+ @include justify-content(center);
4819
+ @include align-items(center);
4820
+ width: 100%;
4821
+ height: 100%;
4822
+ border-radius: 3px;
4823
+ border: 1px solid $wac-border-light;
4824
+ background-position: center;
4825
+ background-size: contain;
4826
+ background-repeat: no-repeat;
4827
+
4828
+ &.empty {
4829
+ background-color: $wac-gray-background;
4830
+ }
4831
+
4832
+ i {
4833
+ color: $wac-border-form;
4834
+ font-size: 25px;
4835
+ line-height: 23px;
4836
+ }
4837
+ }
4838
+ }
4839
+ .wac-info {
4840
+ display: inline-block;
4841
+ width: 40px;
4842
+ height: 40px;
4843
+
4844
+ &__wrapper {
4845
+ @include flexbox();
4846
+ @include justify-content(center);
4847
+ @include align-items(center);
4848
+ width: 100%;
4849
+ height: 100%;
4850
+ position: relative;
4851
+
4852
+ i {
4853
+ font-size: 14px;
4854
+ line-height: 25px;
4855
+ color: $wac-second-color;
4856
+ transition: color 0.3s ease-in-out;
4857
+ }
4858
+
4859
+ &__sublevel {
4860
+ position: absolute;
4861
+ width: 350px;
4862
+ top: 13px;
4863
+ left: 100%;
4864
+ z-index: -1;
4865
+ opacity: 0;
4866
+ background-color: $wac-white;
4867
+ border-radius: rem(3);
4868
+ box-shadow: 0px 2px 5px $wac-info-box-shadow;
4869
+ visibility: hidden;
4870
+ transition: opacity 0.15s ease-in-out, z-index 0.15s ease-in-out, visibility 0s linear 0.16s;
4871
+
4872
+ &__container {
4873
+ padding: 15px 20px;
4874
+ font-size: rem(14);
4875
+ line-height: rem(25);
4876
+ color: $wac-second-color;
4877
+ }
4878
+ }
4879
+
4880
+ &:hover {
4881
+ i {
4882
+ color: $wac-input-active-color;
4883
+ transition: color 0.3s ease-in-out;
4884
+ }
4885
+
4886
+ .wac-info__wrapper__sublevel {
4887
+ visibility: visible;
4888
+ opacity: 1;
4889
+ z-index: 2;
4890
+ transition: visibility 0s ease 0s, opacity 0.3s ease-in-out .1s;
4891
+ }
4892
+ }
4893
+ }
4894
+ }
4710
4895
  .wac-link {
4711
4896
  position: relative;
4712
4897
  color: $wac-link-color;
@@ -4760,99 +4945,99 @@ wac-calendar {
4760
4945
  transition: opacity .3s ease 0s, visibility 0s linear .35s;
4761
4946
  }
4762
4947
  }
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
- }
4948
+ .wac-loader {
4949
+ &.is-small {
4950
+ position: absolute;
4951
+ right: 0;
4952
+ left: 0;
4953
+ top: -70px;
4954
+ transform: scale(0.6);
4955
+ }
4956
+ margin-bottom: rem(80);
4957
+
4958
+ @keyframes rotate {
4959
+ 0% {
4960
+ transform: rotate(0deg);
4961
+ }
4962
+ 50% {
4963
+ transform: rotate(180deg);
4964
+ }
4965
+ 100% {
4966
+ transform: rotate(360deg);
4967
+ }
4968
+ }
4969
+
4970
+ @keyframes rotate2 {
4971
+ 0% {
4972
+ transform: rotate(0deg);
4973
+ border-top-color: $wac-color-loader;
4974
+ }
4975
+ 50% {
4976
+ transform: rotate(180deg);
4977
+ border-top-color: $wac-color-loader2;
4978
+ }
4979
+ 100% {
4980
+ transform: rotate(360deg);
4981
+ border-top-color: $wac-color-loader;
4982
+ }
4983
+ }
4984
+
4985
+ @mixin loaderDivMixin {
4986
+ border-radius: 50%;
4987
+ padding: rem(8);
4988
+ border: rem(2) solid transparent;
4989
+ animation: rotate linear 3.5s infinite;
4990
+ }
4991
+
4992
+ .loader {
4993
+ position: relative;
4994
+ margin: rem(75) auto;
4995
+ width: rem(150);
4996
+ height: rem(150);
4997
+ display: block;
4998
+ overflow: hidden;
4999
+ div {
5000
+ height: 100%;
5001
+ }
5002
+ }
5003
+
5004
+ /* loader 1 */
5005
+ .loader1,
5006
+ .loader1 div {
5007
+ @include loaderDivMixin;
5008
+ border-top-color: $wac-color-loader;
5009
+ border-bottom-color: $wac-color-loader2;
5010
+ }
5011
+
5012
+ div:hover {
5013
+ animation-play-state: paused;
5014
+ }
5015
+
5016
+ .loader,
5017
+ .loader * {
5018
+ will-change: transform;
5019
+ }
5020
+
5021
+ p {
5022
+ margin-top: -50px;
5023
+ font-weight: 500;
5024
+ }
5025
+ }
5026
+ .wac-logo {
5027
+ &__wrapper {
5028
+ svg {
5029
+ width: 128px !important;
5030
+ }
5031
+
5032
+ &.white {
5033
+ .cls-0,
5034
+ .cls-1,
5035
+ .cls-2 {
5036
+ fill: white;
5037
+ }
5038
+ }
5039
+ }
5040
+ }
4856
5041
  .wac-mosaic {
4857
5042
  height: 450px;
4858
5043
  position: relative;
@@ -5593,333 +5778,333 @@ wac-optional-disable-container {
5593
5778
  }
5594
5779
  }
5595
5780
  }
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
- }
5899
- .wac-radio {
5900
- .is-checkradio[type='radio'] {
5901
- outline: 0 !important;
5902
- & + label {
5903
- font-size: rem(14);
5904
- line-height: rem(24);
5905
- color: $wac-input-radio-color-label;
5906
- padding-left: 30px;
5907
- padding-right: 5px;
5908
- margin-right: 0;
5909
- outline: 0 !important;
5910
- &:before {
5911
- width: 16px;
5912
- height: 16px;
5913
- border: 1px solid $wac-border-form;
5914
- border-radius: 23px;
5915
- top: 3px;
5781
+ }.wac-pagination {
5782
+ width: 100%;
5783
+
5784
+ &__wrapper {
5785
+ @include flexbox();
5786
+ @include justify-content(flex-end);
5787
+ padding: 30px 0 0;
5788
+
5789
+ &__page {
5790
+ margin-right: 30px;
5791
+ padding: 4px 0 5px 0;
5792
+
5793
+ @include flexbox();
5794
+
5795
+ p {
5796
+ margin: 4px 11px 4px 0;
5797
+ font-size: 14px;
5798
+ line-height: 24px;
5799
+ color: $wac-second-color;
5916
5800
  }
5917
- &:after {
5918
- width: 20px;
5919
- height: 20px;
5920
- background: $wac-input-active-color;
5801
+
5802
+ select {
5803
+ width: 61px;
5804
+ font-size: 14px;
5805
+ line-height: 24px;
5806
+ color: $wac-second-color;
5807
+ padding: 3px 26px 3px 14px;
5808
+ border: 1px solid $wac-border-form;
5809
+ border-radius: 3px;
5810
+ -webkit-appearance: none;
5811
+ -moz-appearance: none;
5812
+ text-indent: 0;
5813
+ text-overflow: '';
5814
+ background: transparent
5815
+ 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")
5816
+ top 8px right 12px / 10px 10px no-repeat;
5817
+ }
5818
+
5819
+ select::-ms-expand {
5820
+ display: none;
5821
+ }
5822
+ }
5823
+
5824
+ &__elements {
5825
+ margin-right: 30px;
5826
+
5827
+ p {
5828
+ margin: 8px 0 9px 0;
5829
+ font-size: 14px;
5830
+ line-height: 24px;
5831
+ color: $wac-dark;
5832
+ }
5833
+ }
5834
+
5835
+ &__arrows {
5836
+ @include flexbox();
5837
+
5838
+ &__arrow {
5839
+ width: 40px;
5840
+ height: 40px;
5841
+ padding: 9px 14px;
5842
+ border: 1px solid $wac-border-form;
5843
+ border-radius: 3px;
5844
+ cursor: pointer;
5845
+ transition: .3s ease;
5846
+
5847
+ &:hover, &:focus {
5848
+ &:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
5849
+ border: 1px solid $wac-wizishop-blue;
5850
+ }
5851
+ }
5852
+
5853
+ span {
5854
+ display: inline-block;
5855
+ width: 10px;
5856
+ height: 15px;
5857
+ }
5858
+
5859
+ &--left {
5860
+ margin-right: 10px;
5861
+
5862
+ span {
5863
+ background: transparent
5864
+ 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")
5865
+ center center / 10px 12px no-repeat;
5866
+ }
5867
+ }
5868
+
5869
+ &--right {
5870
+ span {
5871
+ background: transparent
5872
+ 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")
5873
+ center center / 10px 12px no-repeat;
5874
+ }
5875
+ }
5876
+
5877
+ &--disabled {
5878
+ border-color: $wac-background-color;
5879
+ background-color: $wac-background-color;
5880
+ cursor: not-allowed;
5881
+ }
5882
+ }
5883
+ }
5884
+ }
5885
+ }
5886
+ .wac-free {
5887
+ height: 100%;
5888
+ width: 100%;
5889
+ width: 100vw;
5890
+ height: 100vh;
5891
+ position: fixed;
5892
+ top: 0;
5893
+ left: 0;
5894
+ z-index: 9999;
5895
+
5896
+ &__wrapper {
5897
+ background-color: white;
5898
+ border: 1px solid $wac-border-color;
5899
+ border-radius: 3px;
5900
+ margin: auto;
5901
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
5902
+ position: absolute;
5903
+ left: 50%;
5904
+ top: 50%;
5905
+ transform: translate(-50%, -50%);
5906
+ padding: 50px;
5907
+ z-index: 3;
5908
+ max-height: 90vh;
5909
+ display: flex;
5910
+ flex-wrap: nowrap;
5911
+ flex-direction: column;
5912
+ justify-content: center;
5913
+ align-items: center;
5914
+ width: 100%;
5915
+ max-width: 575px;
5916
+ overflow: hidden;
5917
+
5918
+ &__content {
5919
+ position: relative;
5920
+ overflow: hidden;
5921
+ display: flex;
5922
+
5923
+ }
5924
+
5925
+ div:not([class]) {
5926
+ width: 100%;
5927
+ margin: 0 0 20px;
5928
+ }
5929
+
5930
+ > * {
5931
+ width: 100%;
5932
+ }
5933
+
5934
+ &__button-close {
5935
+ position: absolute;
5936
+ top: 10px;
5937
+ right: 10px;
5938
+ width: 30px;
5939
+ height: 30px;
5940
+ border-radius: 50%;
5941
+ display: flex;
5942
+ justify-content: center;
5943
+ align-items: center;
5944
+ background-color: $wac-popin-btn-close;
5945
+ transition: .3s ease;
5946
+ i {
5947
+ color: $wac-second-color;
5948
+ font-size: 14px;
5949
+ font-weight: 400;
5950
+ }
5951
+ &:hover, &:focus {
5952
+ background-color: $wac-main-text;
5953
+ i {
5954
+ color: $wac-white;
5955
+ }
5956
+ }
5957
+ }
5958
+
5959
+ img {
5960
+ display: block;
5961
+ max-width: 200px;
5962
+ margin: 0 auto rem(20);
5963
+ }
5964
+
5965
+ h2 {
5966
+ font-size: rem(20);
5967
+ line-height: rem(25);
5968
+ margin: 0 0 rem(20);
5969
+ font-weight: 500;
5970
+ width: 100%;
5971
+ text-align: center;
5972
+ }
5973
+
5974
+ p {
5975
+ font-size: rem(14);
5976
+ line-height: rem(25);
5977
+ color: $wac-second-color;
5978
+ width: 100%;
5979
+ text-align: center;
5980
+ padding: 0;
5981
+ margin: 0;
5982
+ }
5983
+
5984
+ &__buttons {
5985
+ width: 100%;
5986
+ display: flex;
5987
+ flex-direction: column;
5988
+ align-items: center;
5989
+ margin: 30px 0 0;
5990
+ &__button {
5991
+ margin: 10px;
5992
+ width: auto;
5993
+ }
5994
+ }
5995
+ }
5996
+ &__background {
5997
+ z-index: 1;
5998
+ position: absolute;
5999
+ top: 0;
6000
+ left: 0;
6001
+ width: 100%;
6002
+ height: 100%;
6003
+ background-color: transparentize($wac-main-text, .5);
6004
+ }
6005
+ }
6006
+
6007
+ .wac-free .ps-content > * {
6008
+ padding-right: 15px;
6009
+ }
6010
+ .wac-progressBarContent {
6011
+ position: relative;
6012
+ width: 100%;
6013
+ display: block;
6014
+ .progressBar {
6015
+ position: relative;
6016
+ width: 88%;
6017
+ margin-bottom: 1rem;
6018
+ progress {
6019
+ &.progress {
6020
+ margin-bottom: 0;
6021
+ height: rem(2);
6022
+ &::-webkit-progress-value {
6023
+ transition: width 0.5s ease;
6024
+ }
6025
+ }
6026
+ }
6027
+ span {
6028
+ position: absolute;
6029
+ top: -4px;
6030
+ height: 11px;
6031
+ width: 11px;
6032
+ background-color: $wac-border-color;
6033
+ border-radius: 50%;
6034
+ }
6035
+ .is-danger {
6036
+ background-color: $wac-primary-button;
6037
+ &::-webkit-progress-value {
6038
+ background-color: $wac-primary-button;
6039
+ }
6040
+ }
6041
+ .is-warning {
6042
+ background-color: $wac-orange-color;
6043
+ &::-webkit-progress-value {
6044
+ background-color: $wac-orange-color;
6045
+ }
6046
+ }
6047
+ .is-success {
6048
+ background-color: $wac-green-color;
6049
+ &::-webkit-progress-value {
6050
+ background-color: $wac-green-color;
6051
+ }
6052
+ }
6053
+ }
6054
+ .size {
6055
+ display: inline;
6056
+ color: $wac-color-text-grey;
6057
+ position: absolute;
6058
+ right: 0;
6059
+ top: -9px;
6060
+ background: $wac-white;
6061
+ padding-left: 0.875rem;
6062
+ .is-success {
6063
+ color: $wac-green-color;
6064
+ }
6065
+ .is-warning {
6066
+ color: $wac-orange-color;
6067
+ }
6068
+ .is-danger {
6069
+ color: $wac-primary-button;
6070
+ }
6071
+ > span {
6072
+ font-size: rem(14) !important;
6073
+ line-height: 1;
6074
+ transform: translateY(-3px);
6075
+ display: inline-block;
6076
+ letter-spacing: 0;
6077
+ strong {
6078
+ letter-spacing: 0;
6079
+ font-weight: 600;
6080
+ }
6081
+ }
6082
+ }
6083
+ }
6084
+ .wac-radio {
6085
+ .is-checkradio[type='radio'] {
6086
+ outline: 0 !important;
6087
+ & + label {
6088
+ font-size: rem(14);
6089
+ line-height: rem(24);
6090
+ color: $wac-input-radio-color-label;
6091
+ padding-left: 30px;
6092
+ padding-right: 6px;
6093
+ margin-right: 0;
6094
+ outline: 0 !important;
6095
+ &:before {
6096
+ width: 22px;
6097
+ height: 22px;
6098
+ border: 1px solid $wac-border-form;
6099
+ border-radius: 23px;
5921
6100
  top: 1px;
5922
- left: -2px;
6101
+ }
6102
+ &:after {
6103
+ width: 32px;
6104
+ height: 32px;
6105
+ background: $wac-input-active-color;
6106
+ top: -4px;
6107
+ left: -5px;
5923
6108
  }
5924
6109
  &:before,
5925
6110
  &:after {
@@ -5958,7 +6143,7 @@ wac-optional-disable-container {
5958
6143
 
5959
6144
  .wac-radio__row {
5960
6145
  min-width: 100%;
5961
- margin: 0 0 7px;
6146
+ margin: 0 0 15px;
5962
6147
  }
5963
6148
 
5964
6149
  &--nowrap {
@@ -6032,22 +6217,22 @@ wac-optional-disable-container {
6032
6217
  line-height: rem(24);
6033
6218
  color: $wac-input-radio-color-label;
6034
6219
  padding-left: 30px;
6035
- padding-right: 6px;
6220
+ padding-right: 5px;
6036
6221
  margin-right: 0;
6037
6222
  outline: 0 !important;
6038
6223
  &:before {
6039
- width: 22px;
6040
- height: 22px;
6224
+ width: 16px;
6225
+ height: 16px;
6041
6226
  border: 1px solid $wac-border-form;
6042
6227
  border-radius: 23px;
6043
- top: 1px;
6228
+ top: 3px;
6044
6229
  }
6045
6230
  &:after {
6046
- width: 32px;
6047
- height: 32px;
6231
+ width: 20px;
6232
+ height: 20px;
6048
6233
  background: $wac-input-active-color;
6049
- top: -4px;
6050
- left: -5px;
6234
+ top: 1px;
6235
+ left: -2px;
6051
6236
  }
6052
6237
  &:before,
6053
6238
  &:after {
@@ -6086,7 +6271,7 @@ wac-optional-disable-container {
6086
6271
 
6087
6272
  .wac-radio__row {
6088
6273
  min-width: 100%;
6089
- margin: 0 0 15px;
6274
+ margin: 0 0 7px;
6090
6275
  }
6091
6276
 
6092
6277
  &--nowrap {
@@ -6448,258 +6633,258 @@ wac-optional-disable-container {
6448
6633
  margin: 0;
6449
6634
  }
6450
6635
  }
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
- .wac {
6686
- &-select-in-text {
6687
- width: auto;
6636
+ .wac-search {
6637
+ width: 100%;
6638
+ min-height: 50px;
6639
+ border-radius: 3px;
6640
+ background-color: $wac-white;
6641
+ position: relative;
6642
+ z-index: 2;
6643
+ border: 1px solid $wac-border-light;
6644
+ transition: 0.3s ease;
6645
+ &.open {
6646
+ border-color: $wac-wizishop-blue;
6647
+ }
6648
+ &__wrapper {
6688
6649
  position: relative;
6689
6650
  display: flex;
6690
- align-items: center;
6691
- padding: 20px 0;
6692
- &:hover,
6693
- &:focus {
6694
- z-index: 4;
6651
+ justify-content: space-between;
6652
+ align-items: stretch;
6653
+ align-content: stretch;
6654
+ flex-wrap: nowrap;
6655
+ width: 100%;
6656
+ min-height: 50px;
6657
+ @include media('<tablet') {
6658
+ padding: 0 12px;
6695
6659
  }
6696
- &__prepend,
6697
- &__after {
6698
- font-size: rem(14);
6699
- line-height: rem(16);
6660
+ input {
6661
+ background: transparent;
6662
+ border: none;
6700
6663
  color: $wac-main-text;
6701
- }
6702
- &__prepend {
6664
+ font-size: rem(14);
6665
+ height: 50px;
6666
+ line-height: 50px;
6667
+ padding: 0 20px 0 48px;
6668
+ font-weight: 400;
6669
+ width: 100%;
6670
+ @include media('<tablet') {
6671
+ padding: 0 0 0 10px;
6672
+ }
6673
+ &::-webkit-input-placeholder {
6674
+ /* Chrome/Opera/Safari */
6675
+ color: $wac-multiple-search-input-color;
6676
+ opacity: 1;
6677
+ font-weight: 400;
6678
+ @include media('<tablet') {
6679
+ font-size: rem(11);
6680
+ }
6681
+ }
6682
+ &::-moz-placeholder {
6683
+ /* Firefox 19+ */
6684
+ color: $wac-multiple-search-input-color;
6685
+ opacity: 1;
6686
+ font-weight: 400;
6687
+ @include media('<tablet') {
6688
+ font-size: rem(11);
6689
+ }
6690
+ }
6691
+ &:-ms-input-placeholder {
6692
+ /* IE 10+ */
6693
+ color: $wac-multiple-search-input-color;
6694
+ opacity: 1;
6695
+ font-weight: 400;
6696
+ @include media('<tablet') {
6697
+ font-size: rem(11);
6698
+ }
6699
+ }
6700
+ &:-moz-placeholder {
6701
+ /* Firefox 18- */
6702
+ color: $wac-multiple-search-input-color;
6703
+ opacity: 1;
6704
+ font-weight: 400;
6705
+ @include media('<tablet') {
6706
+ font-size: rem(11);
6707
+ }
6708
+ }
6709
+ &:focus {
6710
+ & + button i {
6711
+ color: $wac-main-text;
6712
+ }
6713
+ &::-webkit-input-placeholder {
6714
+ /* Chrome/Opera/Safari */
6715
+ color: $wac-white;
6716
+ opacity: 1;
6717
+ }
6718
+ &::-moz-placeholder {
6719
+ /* Firefox 19+ */
6720
+ color: $wac-white;
6721
+ opacity: 1;
6722
+ }
6723
+ &:-ms-input-placeholder {
6724
+ /* IE 10+ */
6725
+ color: $wac-white;
6726
+ opacity: 1;
6727
+ }
6728
+ &:-moz-placeholder {
6729
+ /* Firefox 18- */
6730
+ color: $wac-white;
6731
+ opacity: 1;
6732
+ }
6733
+ }
6734
+ }
6735
+ button {
6736
+ display: flex;
6737
+ align-items: center;
6738
+ align-content: center;
6739
+ justify-content: center;
6740
+ width: 18px;
6741
+ height: 18px;
6742
+ border-radius: 3px;
6743
+ position: absolute;
6744
+ left: 20px;
6745
+ top: 50%;
6746
+ transform: translateY(-50%);
6747
+ border: none;
6748
+ cursor: pointer;
6749
+ background-color: $wac-white;
6750
+ i {
6751
+ font-size: rem(18);
6752
+ color: $wac-color-icon-search-multiple-search;
6753
+ transition: 0.3s ease;
6754
+ }
6755
+ &:hover {
6756
+ i {
6757
+ color: $wac-wizishop-blue !important;
6758
+ }
6759
+ }
6760
+ }
6761
+ }
6762
+ &__absolute {
6763
+ position: absolute;
6764
+ top: 100%;
6765
+ margin-top: rem(14);
6766
+ left: -1px;
6767
+ width: auto;
6768
+ min-width: calc(100% - 38px);
6769
+ max-width: calc(100% + 2px);
6770
+ border: 1px solid $wac-border-light;
6771
+ border-radius: 3px;
6772
+ display: flex;
6773
+ flex-direction: column;
6774
+ justify-content: flex-start;
6775
+ align-items: flex-start;
6776
+ background-color: $wac-white;
6777
+ max-height: 260px;
6778
+ height: auto;
6779
+ visibility: visible;
6780
+ opacity: 1;
6781
+ box-shadow: 3px 3px 20px $wac-select-box-shadow;
6782
+ padding: 10px;
6783
+ &.hidden {
6784
+ visibility: hidden;
6785
+ opacity: 0;
6786
+ & > * {
6787
+ opacity: 0;
6788
+ transition: 0s;
6789
+ }
6790
+ }
6791
+ .ps {
6792
+ max-height: 240px;
6793
+ }
6794
+ &.open,
6795
+ &.open.hidden {
6796
+ position: relative;
6797
+ left: auto;
6798
+ top: 0;
6799
+ transform: translateX(-1px);
6800
+ visibility: visible;
6801
+ opacity: 1;
6802
+ & > * {
6803
+ opacity: 1;
6804
+ transition: 0s;
6805
+ }
6806
+ }
6807
+ &__item {
6808
+ width: 100%;
6809
+ font-size: rem(14);
6810
+ line-height: rem(30);
6811
+ cursor: pointer;
6812
+ transition: 0.3s ease;
6813
+ position: relative;
6814
+ display: flex;
6815
+ justify-content: flex-start;
6816
+ align-content: center;
6817
+ align-items: center;
6818
+ color: $wac-second-color;
6819
+ > div {
6820
+ width: 100%;
6821
+ display: flex;
6822
+ align-items: center;
6823
+ align-content: center;
6824
+ }
6825
+ .icon {
6826
+ width: 24px;
6827
+ margin: 0 10px 0 0;
6828
+ height: auto;
6829
+ max-height: 24px;
6830
+ }
6831
+ &:not(:last-child) {
6832
+ margin: 0 0 rem(10);
6833
+ }
6834
+ &:empty {
6835
+ display: none;
6836
+ }
6837
+ &:first-child {
6838
+ border-width: 1px 0 1px;
6839
+ }
6840
+ &:hover,
6841
+ &:focus {
6842
+ background-color: $wac-gray-background;
6843
+ color: $wac-main-text;
6844
+ }
6845
+ > div {
6846
+ padding: 0 10px;
6847
+ &.selected {
6848
+ background-color: $wac-gray-background;
6849
+ color: $wac-main-text;
6850
+ }
6851
+ }
6852
+ }
6853
+ &__empty {
6854
+ display: flex;
6855
+ width: 100%;
6856
+ justify-content: center;
6857
+ align-items: center;
6858
+ padding: 10px;
6859
+ span {
6860
+ font-size: rem(16);
6861
+ font-weight: 400;
6862
+ text-align: center;
6863
+ color: $wac-second-color;
6864
+ display: inline-block;
6865
+ line-height: rem(25);
6866
+ }
6867
+ }
6868
+ }
6869
+ }
6870
+ .wac {
6871
+ &-select-in-text {
6872
+ width: auto;
6873
+ position: relative;
6874
+ display: flex;
6875
+ align-items: center;
6876
+ padding: 20px 0;
6877
+ &:hover,
6878
+ &:focus {
6879
+ z-index: 4;
6880
+ }
6881
+ &__prepend,
6882
+ &__after {
6883
+ font-size: rem(14);
6884
+ line-height: rem(16);
6885
+ color: $wac-main-text;
6886
+ }
6887
+ &__prepend {
6703
6888
  margin: 0 rem(4) 0 0;
6704
6889
  }
6705
6890
  &__after {
@@ -6821,236 +7006,236 @@ wac-optional-disable-container {
6821
7006
  }
6822
7007
  }
6823
7008
  }
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
- }
7009
+ .selected-list {
7010
+ width: 100%;
7011
+ &__wrapper {
7012
+ display: flex;
7013
+ flex-direction: column;
7014
+ align-items: flex-start;
7015
+ justify-content: flex-start;
7016
+ &__head {
7017
+ width: 100%;
7018
+ min-height: rem(60);
7019
+ display: flex;
7020
+ justify-content: space-between;
7021
+ padding: 10px 20px;
7022
+ background-color: $wac-gray-background;
7023
+ margin: 0 0 10px;
7024
+ > p {
7025
+ display: flex;
7026
+ align-items: center;
7027
+ white-space: nowrap;
7028
+ font-size: rem(16);
7029
+ line-height: rem(19);
7030
+ font-weight: 500;
7031
+ }
7032
+
7033
+ &__button {
7034
+ height: rem(40);
7035
+ width: fit-content;
7036
+ margin-left: auto;
7037
+
7038
+ &__mobile {
7039
+ @include media('>=1024px') {
7040
+ display: none;
7041
+ }
7042
+ }
7043
+
7044
+ &__notMobile {
7045
+ @include media('<1024px') {
7046
+ display: none;
7047
+ }
7048
+ }
7049
+
7050
+ }
7051
+
7052
+ }
7053
+ &__content {
7054
+ width: 100%;
7055
+ display: flex;
7056
+ flex-wrap: wrap;
7057
+ align-items: flex-start;
7058
+ align-content: flex-start;
7059
+ justify-content: flex-start;
7060
+ &__item {
7061
+ white-space: nowrap;
7062
+ margin: 0 10px 10px 0;
7063
+ border: 1px solid $wac-border-form;
7064
+ border-radius: 2px;
7065
+ color: $wac-second-color;
7066
+ height: rem(40);
7067
+ display: flex;
7068
+ justify-content: center;
7069
+ align-items: center;
7070
+ padding: 0 20px;
7071
+ transition: .3s ease;
7072
+ font-size: rem(16);
7073
+ line-height: rem(19);
7074
+ font-weight: 500;
7075
+ cursor: pointer;
7076
+ &:hover, &:focus {
7077
+ border: 1px solid $wac-main-text;
7078
+ }
7079
+ > i {
7080
+ color: $wac-green-color;
7081
+ max-width: 0;
7082
+ display: block;
7083
+ transition: .3s ease;
7084
+ overflow: hidden;
7085
+ }
7086
+ &.active {
7087
+ color: $wac-main-text;
7088
+ > i {
7089
+ max-width: unset;
7090
+ margin: 0 0 0 10px;
7091
+ }
7092
+ }
7093
+ &:first-child {
7094
+ margin-left: 18px;
7095
+ }
7096
+ }
7097
+ }
7098
+ }
7099
+ }.wac-separator {
7100
+ display: block;
7101
+ width: 100%;
7102
+ border-bottom: 1px solid $wac-border-color;
7103
+ margin: 17px 0;
7104
+
7105
+ &.dashed {
7106
+ border-bottom-style: dashed;
7107
+ }
7108
+ }
7109
+ .wac-settings {
7110
+ width: 40px;
7111
+ height: 40px;
7112
+
7113
+ &__wrapper {
7114
+ @include flexbox();
7115
+ @include justify-content(center);
7116
+ @include align-items(center);
7117
+ width: 100%;
7118
+ height: 100%;
7119
+ border-radius: 3px;
7120
+ background-color: $wac-gray-background;
7121
+ transition: background-color 0.3s ease-in-out;
7122
+
7123
+ i {
7124
+ color: $wac-second-color;
7125
+ font-size: 15px;
7126
+ line-height: 0;
7127
+ transition: color 0.3s ease-in-out;
7128
+ }
7129
+
7130
+ &:hover {
7131
+ background-color: $wac-second-color;
7132
+ transition: background-color 0.3s ease-in-out;
7133
+
7134
+ i {
7135
+ color: $wac-white;
7136
+ transition: color 0.3s ease-in-out;
7137
+ }
7138
+ }
7139
+ }
7140
+ }
7141
+ .wac-snackbar {
7142
+ .notification {
7143
+ position: fixed;
7144
+ bottom: 0;
7145
+ width: 800px;
7146
+ color: #fff;
7147
+ font-size: 15px;
7148
+ font-weight: 300;
7149
+ margin: 0 auto;
7150
+ left: 0;
7151
+ right: 0;
7152
+ z-index: 10;
7153
+ }
7154
+
7155
+ .notification.is-transparent {
7156
+ background-color: rgba(0, 0, 0, 0.8);
7157
+ }
7158
+
7159
+ .notification button {
7160
+ word-wrap: break-word;
7161
+ word-break: break-all;
7162
+ white-space: normal;
7163
+ height: 100%;
7164
+ margin-right: 1em;
7165
+ }
7166
+
7167
+ .notification .column:nth-child(2) {
7168
+ text-align: right;
7169
+ }
7170
+
7171
+ .notification .column:nth-child(1) {
7172
+ text-align: left;
7173
+ }
7174
+
7175
+ .notification--message {
7176
+ align-self: center;
7177
+ }
7178
+
7179
+ }
7180
+ .wac-state {
7181
+ width: 12px;
7182
+ height: 12px;
7183
+ position: relative;
7184
+
7185
+ &:before,
7186
+ &:after {
7187
+ position: absolute;
7188
+ content: '';
7189
+ border-radius: 45px;
7190
+ }
7191
+
7192
+ &:before {
7193
+ width: 100%;
7194
+ height: 100%;
7195
+ left: 0;
7196
+ top: 0;
7197
+ border-width: 1px;
7198
+ border-style: solid;
7199
+ }
7200
+
7201
+ &:after {
7202
+ width: 6px;
7203
+ height: 6px;
7204
+ top: 50%;
7205
+ left: 50%;
7206
+ transform: translate(-50%, -50%);
7207
+ }
7208
+
7209
+ &.success {
7210
+ &:before {
7211
+ border-color: $wac-green-color;
7212
+ }
7213
+
7214
+ &:after {
7215
+ background-color: $wac-green-color;
7216
+ }
7217
+ }
7218
+
7219
+ &.warning {
7220
+ &:before {
7221
+ border-color: $wac-warning-color;
7222
+ }
7223
+
7224
+ &:after {
7225
+ background-color: $wac-warning-color;
7226
+ }
7227
+ }
7228
+
7229
+ &.error {
7230
+ &:before {
7231
+ border-color: $wac-primary-button;
7232
+ }
7233
+
7234
+ &:after {
7235
+ background-color: $wac-primary-button;
7236
+ }
7237
+ }
7238
+ }
7054
7239
  .wac-summary {
7055
7240
  p {
7056
7241
  font-size: rem(14);
@@ -7248,152 +7433,152 @@ wac-optional-disable-container {
7248
7433
  }
7249
7434
  }
7250
7435
  }
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
- }
7436
+ .wac-table {
7437
+ width: 100%;
7438
+
7439
+ &__head {
7440
+ @include flexbox();
7441
+ @include flex-flow(row nowrap);
7442
+ width: 100%;
7443
+ border-top: 1px solid $wac-border-form;
7444
+ border-bottom: 1px solid $wac-border-form;
7445
+ background-color: $wac-gray-background;
7446
+
7447
+ &__cell {
7448
+ @include flexbox();
7449
+ @include flex(1);
7450
+ padding: 15px 20px;
7451
+ font-size: 14px;
7452
+ line-height: 20px;
7453
+ color: $wac-main-text;
7454
+ font-weight: 600;
7455
+
7456
+ &--checkbox {
7457
+ @include flex(none);
7458
+ @include align-items(center);
7459
+ @include justify-content(center);
7460
+ }
7461
+
7462
+ &__search {
7463
+ color: $wac-main-text;
7464
+ padding-right: 23px;
7465
+ transition: background-image 0.3s ease-in-out;
7466
+ cursor: text;
7467
+
7468
+ &:hover {
7469
+ color: $wac-main-text;
7470
+ }
7471
+
7472
+ &--idle {
7473
+ background: transparent
7474
+ 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")
7475
+ center right / 14px 14px no-repeat;
7476
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7477
+ cursor: pointer;
7478
+
7479
+ &:hover {
7480
+ transition: color 0.3s ease-in-out;
7481
+ }
7482
+ }
7483
+
7484
+ &--up {
7485
+ background: transparent
7486
+ 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")
7487
+ center right / 14px 14px no-repeat;
7488
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7489
+ cursor: pointer;
7490
+
7491
+ &:hover {
7492
+ transition: color 0.3s ease-in-out;
7493
+ }
7494
+ }
7495
+
7496
+ &--down {
7497
+ background: transparent
7498
+ 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")
7499
+ center right / 14px 14px no-repeat;
7500
+ transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
7501
+ cursor: pointer;
7502
+
7503
+ &:hover {
7504
+ transition: color 0.3s ease-in-out;
7505
+ }
7506
+ }
7507
+ }
7508
+
7509
+ &--center--left {
7510
+ @include align-items(center);
7511
+ @include justify-content(flex-start);
7512
+ }
7513
+ &--center--center {
7514
+ @include align-items(center);
7515
+ @include justify-content(center);
7516
+ }
7517
+ &--center--right {
7518
+ @include align-items(center);
7519
+ @include justify-content(flex-end);
7520
+ }
7521
+ }
7522
+ }
7523
+
7524
+ // TODO delete __search
7525
+ &__search {
7526
+ height: 100px;
7527
+ margin-top: 10px;
7528
+ }
7529
+
7530
+ &__body {
7531
+ width: 100%;
7532
+ margin-top: -10px;
7533
+
7534
+ &__loader {
7535
+ position: relative;
7536
+ min-height: 200px;
7537
+ }
7538
+
7539
+ &__line {
7540
+ @include flexbox();
7541
+ @include flex-flow(row nowrap);
7542
+ width: 100%;
7543
+ border-bottom: 1px solid $wac-textarea-border-color;
7544
+
7545
+ &:first-child:last-child {
7546
+ border-bottom: none;
7547
+ }
7548
+
7549
+ &__cell {
7550
+ @include flexbox();
7551
+ @include flex(1);
7552
+ padding: 20px 20px 20px 20px;
7553
+ font-size: 14px;
7554
+ line-height: 25px;
7555
+ color: $wac-secondary-color;
7556
+
7557
+ &--checkbox {
7558
+ @include flexbox();
7559
+ @include flex(none);
7560
+ @include justify-content(center);
7561
+ @include align-items(center);
7562
+ width: 80px;
7563
+ padding: 8px 20px;
7564
+ }
7565
+
7566
+ &--center--left {
7567
+ @include align-items(center);
7568
+ @include justify-content(flex-start);
7569
+ }
7570
+ &--center--center {
7571
+ @include align-items(center);
7572
+ @include justify-content(center);
7573
+ }
7574
+ &--center--right {
7575
+ @include align-items(center);
7576
+ @include justify-content(flex-end);
7577
+ }
7578
+ }
7579
+ }
7580
+ }
7581
+ }
7397
7582
  .wac-tabs {
7398
7583
  position: relative;
7399
7584
 
@@ -7413,6 +7598,42 @@ wac-optional-disable-container {
7413
7598
  }
7414
7599
  }
7415
7600
 
7601
+ &--column {
7602
+ .wac-tabs__wrapper {
7603
+ flex-direction: column;
7604
+
7605
+ &::before {
7606
+ position: absolute;
7607
+ content: "";
7608
+ width: 1px;
7609
+ height: 100%;
7610
+ top: 0;
7611
+ left: -15px;
7612
+ background-color: $wac-border-form;
7613
+ }
7614
+
7615
+ .wac-tabs__wrapper__tab {
7616
+ &::after {
7617
+ background-color: $wac-tab-colunm-blue;
7618
+ height: 0;
7619
+ width: 1px;
7620
+ left: -15px;
7621
+ top: 0;
7622
+ }
7623
+
7624
+ &--selected {
7625
+ color: $wac-tab-colunm-blue;
7626
+ font-weight: 400;
7627
+
7628
+ &::after {
7629
+ height: 100%;
7630
+ transition: height 0.3s ease-in-out;
7631
+ }
7632
+ }
7633
+ }
7634
+ }
7635
+ }
7636
+
7416
7637
  wac-tab-body {
7417
7638
  width: 100%;
7418
7639
  max-width: 100%;
@@ -8283,130 +8504,130 @@ span.wac-tooltip {
8283
8504
  }
8284
8505
  }
8285
8506
  }
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
- }
8507
+ .wac-upload {
8508
+ width: auto;
8509
+ &__wrapper {
8510
+ width: 100%;
8511
+ display: flex;
8512
+ align-items: center;
8513
+ button {
8514
+ padding: 10.5px 20px;
8515
+ border: none;
8516
+ background-color: $wac-green-color;
8517
+ border-radius: 3px;
8518
+ color: $wac-white;
8519
+ font-size: rem(14);
8520
+ line-height: rem(16);
8521
+ transition: 0.3s ease;
8522
+ font-weight: 500;
8523
+ cursor: pointer;
8524
+ i {
8525
+ font-size: rem(18);
8526
+ margin: 0 rem(10) 0 0;
8527
+ }
8528
+ &:hover {
8529
+ background-color: $wac-green-color-darken;
8530
+ }
8531
+ &:focus {
8532
+ background-color: $wac-green-color-focus;
8533
+ }
8534
+ }
8535
+ }
8536
+ &.portrait {
8537
+ .wac-upload {
8538
+ &__wrapper {
8539
+ min-width: rem(331);
8540
+ border-radius: 3px;
8541
+ border: 1px solid $wac-border-light;
8542
+ padding: rem(30);
8543
+ flex-direction: column;
8544
+ justify-content: center;
8545
+ &__visual {
8546
+ > img {
8547
+ display: block;
8548
+ margin: 0 auto rem(10);
8549
+ max-width: rem(40);
8550
+ }
8551
+ > strong {
8552
+ display: block;
8553
+ width: 100%;
8554
+ text-align: center;
8555
+ font-size: rem(14);
8556
+ line-height: rem(16);
8557
+ font-weight: 500;
8558
+ margin: 0 0 rem(20);
8559
+ }
8560
+ }
8561
+ > span {
8562
+ font-size: rem(14);
8563
+ line-height: rem(16);
8564
+ margin: 0 0 rem(20);
8565
+ }
8566
+ }
8567
+ }
8568
+ }
8569
+ &.landscape {
8570
+ .wac-upload {
8571
+ &__wrapper {
8572
+ border-radius: 3px;
8573
+ border: 1px solid $wac-border-light;
8574
+ padding: rem(30);
8575
+ flex-direction: row;
8576
+ justify-content: center;
8577
+ &__visual {
8578
+ margin: 0 rem(20) 0 0;
8579
+ > img {
8580
+ display: block;
8581
+ margin: 0 auto rem(10);
8582
+ max-width: rem(40);
8583
+ }
8584
+ > strong {
8585
+ display: block;
8586
+ width: 100%;
8587
+ text-align: center;
8588
+ font-size: rem(14);
8589
+ line-height: rem(16);
8590
+ font-weight: 500;
8591
+ margin: 0 0 rem(20);
8592
+ }
8593
+ }
8594
+ > span {
8595
+ font-size: rem(14);
8596
+ line-height: rem(16);
8597
+ margin: 0 rem(20) 0;
8598
+ }
8599
+ }
8600
+ }
8601
+ }
8602
+ }
8603
+ .wac-wrapper {
8604
+ width: 100%;
8605
+ &.max-width {
8606
+ max-width: 1080px;
8607
+ margin: 0 auto;
8608
+ }
8609
+ }
8610
+ .wac-wrapper-blocs {
8611
+ &.sidebar {
8612
+ width: calc(100% + 30px);
8613
+ transform: translateX(-15px);
8614
+ display: flex;
8615
+ flex-wrap: nowrap;
8616
+ align-items: flex-start;
8617
+ align-content: flex-start;
8618
+ & > :first-child {
8619
+ @include media('>=desktop') {
8620
+ width: 100%;
8621
+ }
8622
+ }
8623
+ & > :last-child:not(:first-child) {
8624
+ min-width: 340px;
8625
+ }
8626
+ & > * {
8627
+ margin: 0 15px;
8628
+ }
8629
+ }
8630
+ }
8410
8631
  .wac-wrapper-multiple-block {
8411
8632
  width: 100%;
8412
8633
  display: flex;
@@ -8622,29 +8843,29 @@ h1.wac-h1 {
8622
8843
  font-weight: normal;
8623
8844
  }
8624
8845
  }
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
- }
8846
+ h2.wac-h2 {
8847
+ font-size: rem(18);
8848
+ line-height: rem(21);
8849
+ font-weight: 500;
8850
+ color: $wac-main-text;
8851
+ }h3.wac-h3 {
8852
+ font-size: rem(16);
8853
+ line-height: rem(19);
8854
+ font-weight: 500;
8855
+ color: $wac-main-text;
8856
+ &.grey {
8857
+ color: $wac-second-color;
8858
+ }
8859
+ }
8860
+ h4.wac-h4 {
8861
+ font-size: rem(14);
8862
+ line-height: rem(16);
8863
+ font-weight: 500;
8864
+ color: $wac-main-text;
8865
+ &.grey {
8866
+ color: $wac-second-color;
8867
+ }
8868
+ }
8648
8869
  .wac-input {
8649
8870
  ::-webkit-input-placeholder {
8650
8871
  /* Chrome/Opera/Safari */