@wizishop/angular-components 0.0.185 → 0.0.188

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.
@@ -142,129 +142,79 @@ $wac-subtitle-color: #7A87A1!default;
142
142
  .wac-table__head__cell--checkbox .wac-field-checkbox__row {
143
143
  transform: translateX(5px);
144
144
  }
145
- .wac-free {
146
- height: 100%;
145
+ .wac-progressBarContent {
146
+ position: relative;
147
147
  width: 100%;
148
- width: 100vw;
149
- height: 100vh;
150
- position: fixed;
151
- top: 0;
152
- left: 0;
153
- z-index: 9999;
154
-
155
- &__wrapper {
156
- background-color: white;
157
- border: 1px solid $wac-border-color;
158
- border-radius: 3px;
159
- margin: auto;
160
- box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
161
- position: absolute;
162
- left: 50%;
163
- top: 50%;
164
- transform: translate(-50%, -50%);
165
- padding: 50px;
166
- z-index: 3;
167
- max-height: 90vh;
168
- display: flex;
169
- flex-wrap: nowrap;
170
- flex-direction: column;
171
- justify-content: center;
172
- align-items: center;
173
- width: 100%;
174
- max-width: 575px;
175
- overflow: hidden;
176
-
177
- &__content {
178
- position: relative;
179
- overflow: hidden;
180
- display: flex;
181
-
182
- }
183
-
184
- div:not([class]) {
185
- width: 100%;
186
- margin: 0 0 20px;
187
- }
188
-
189
- > * {
190
- width: 100%;
148
+ display: block;
149
+ .progressBar {
150
+ position: relative;
151
+ width: 88%;
152
+ margin-bottom: 1rem;
153
+ progress {
154
+ &.progress {
155
+ margin-bottom: 0;
156
+ height: rem(2);
157
+ &::-webkit-progress-value {
158
+ transition: width 0.5s ease;
159
+ }
160
+ }
191
161
  }
192
-
193
- &__button-close {
162
+ span {
194
163
  position: absolute;
195
- top: 10px;
196
- right: 10px;
197
- width: 30px;
198
- height: 30px;
164
+ top: -4px;
165
+ height: 11px;
166
+ width: 11px;
167
+ background-color: $wac-border-color;
199
168
  border-radius: 50%;
200
- display: flex;
201
- justify-content: center;
202
- align-items: center;
203
- background-color: $wac-popin-btn-close;
204
- transition: .3s ease;
205
- i {
206
- color: $wac-second-color;
207
- font-size: 14px;
208
- font-weight: 400;
169
+ }
170
+ .is-danger {
171
+ background-color: $wac-primary-button;
172
+ &::-webkit-progress-value {
173
+ background-color: $wac-primary-button;
209
174
  }
210
- &:hover, &:focus {
211
- background-color: $wac-main-text;
212
- i {
213
- color: $wac-white;
214
- }
175
+ }
176
+ .is-warning {
177
+ background-color: $wac-orange-color;
178
+ &::-webkit-progress-value {
179
+ background-color: $wac-orange-color;
215
180
  }
216
181
  }
217
-
218
- img {
219
- display: block;
220
- max-width: 200px;
221
- margin: 0 auto rem(20);
182
+ .is-success {
183
+ background-color: $wac-green-color;
184
+ &::-webkit-progress-value {
185
+ background-color: $wac-green-color;
186
+ }
222
187
  }
223
-
224
- h2 {
225
- font-size: rem(20);
226
- line-height: rem(25);
227
- margin: 0 0 rem(20);
228
- font-weight: 500;
229
- width: 100%;
230
- text-align: center;
188
+ }
189
+ .size {
190
+ display: inline;
191
+ color: $wac-color-text-grey;
192
+ position: absolute;
193
+ right: 0;
194
+ top: -9px;
195
+ background: $wac-white;
196
+ padding-left: 0.875rem;
197
+ .is-success {
198
+ color: $wac-green-color;
231
199
  }
232
-
233
- p {
234
- font-size: rem(14);
235
- line-height: rem(25);
236
- color: $wac-second-color;
237
- width: 100%;
238
- text-align: center;
239
- padding: 0;
240
- margin: 0;
200
+ .is-warning {
201
+ color: $wac-orange-color;
241
202
  }
242
-
243
- &__buttons {
244
- width: 100%;
245
- display: flex;
246
- flex-direction: column;
247
- align-items: center;
248
- margin: 30px 0 0;
249
- &__button {
250
- margin: 10px;
251
- width: auto;
203
+ .is-danger {
204
+ color: $wac-primary-button;
205
+ }
206
+ > span {
207
+ font-size: rem(14) !important;
208
+ line-height: 1;
209
+ transform: translateY(-3px);
210
+ display: inline-block;
211
+ letter-spacing: 0;
212
+ strong {
213
+ letter-spacing: 0;
214
+ font-weight: 600;
252
215
  }
253
216
  }
254
217
  }
255
- &__background {
256
- z-index: 1;
257
- position: absolute;
258
- top: 0;
259
- left: 0;
260
- width: 100%;
261
- height: 100%;
262
- background-color: transparentize($wac-main-text, .5);
263
- }
264
- }
265
-
266
- .wac-free .ps-content > * {
267
- padding-right: 15px;
268
218
  }
269
219
  .wac-radio {
270
220
  .is-checkradio[type='radio'] {
@@ -3612,79 +3562,73 @@ span.wac-tooltip {
3612
3562
  }
3613
3563
  }
3614
3564
  }
3615
- .wac-progressBarContent {
3616
- position: relative;
3565
+ .wac-alert {
3617
3566
  width: 100%;
3618
- display: block;
3619
- .progressBar {
3620
- position: relative;
3621
- width: 88%;
3622
- margin-bottom: 1rem;
3623
- progress {
3624
- &.progress {
3625
- margin-bottom: 0;
3626
- height: rem(2);
3627
- &::-webkit-progress-value {
3628
- transition: width 0.5s ease;
3629
- }
3567
+ background-color: transparentize($wac-link-color, 0.85);
3568
+ color: $wac-link-color;
3569
+ border-radius: 3px;
3570
+ display: flex;
3571
+ flex-wrap: nowrap;
3572
+ justify-content: space-between;
3573
+ padding: 20px;
3574
+ &.success {
3575
+ background-color: transparentize($wac-green-color, 0.85);
3576
+ p {
3577
+ color: $wac-p-alert-color-success;
3578
+ > * {
3579
+ color: $wac-p-alert-color-success;
3630
3580
  }
3631
3581
  }
3632
- span {
3633
- position: absolute;
3634
- top: -4px;
3635
- height: 11px;
3636
- width: 11px;
3637
- background-color: $wac-border-color;
3638
- border-radius: 50%;
3639
- }
3640
- .is-danger {
3641
- background-color: $wac-primary-button;
3642
- &::-webkit-progress-value {
3643
- background-color: $wac-primary-button;
3644
- }
3582
+ i {
3583
+ color: $wac-green-color;
3645
3584
  }
3646
- .is-warning {
3647
- background-color: $wac-orange-color;
3648
- &::-webkit-progress-value {
3649
- background-color: $wac-orange-color;
3585
+ }
3586
+ &.warning {
3587
+ background-color: transparentize($wac-primary-button, 0.85);
3588
+ p {
3589
+ color: $wac-p-alert-color-warning;
3590
+ > * {
3591
+ color: $wac-p-alert-color-warning;
3650
3592
  }
3651
3593
  }
3652
- .is-success {
3653
- background-color: $wac-green-color;
3654
- &::-webkit-progress-value {
3655
- background-color: $wac-green-color;
3656
- }
3594
+ i {
3595
+ color: $wac-primary-button;
3657
3596
  }
3658
3597
  }
3659
- .size {
3660
- display: inline;
3661
- color: $wac-color-text-grey;
3662
- position: absolute;
3663
- right: 0;
3664
- top: -9px;
3665
- background: $wac-white;
3666
- padding-left: 0.875rem;
3667
- .is-success {
3668
- color: $wac-green-color;
3598
+ &.alert {
3599
+ background-color: transparentize($wac-orange-color, 0.85);
3600
+ p {
3601
+ color: $wac-p-alert-color-alert;
3602
+ > * {
3603
+ color: $wac-p-alert-color-alert;
3604
+ }
3669
3605
  }
3670
- .is-warning {
3606
+ i {
3671
3607
  color: $wac-orange-color;
3672
3608
  }
3673
- .is-danger {
3674
- color: $wac-primary-button;
3675
- }
3676
- > span {
3677
- font-size: rem(14) !important;
3678
- line-height: 1;
3679
- transform: translateY(-3px);
3680
- display: inline-block;
3681
- letter-spacing: 0;
3682
- strong {
3683
- letter-spacing: 0;
3684
- font-weight: 600;
3685
- }
3609
+ }
3610
+ p {
3611
+ width: 100%;
3612
+ font-size: rem(14);
3613
+ line-height: rem(25);
3614
+ margin: 0;
3615
+ padding: 0;
3616
+ color: $wac-p-alert-color-default;
3617
+ > * {
3618
+ color: $wac-p-alert-color-default;
3686
3619
  }
3687
3620
  }
3621
+ i {
3622
+ width: auto;
3623
+ margin: 0 10px 0 0;
3624
+ color: inherit;
3625
+ font-size: rem(14);
3626
+ line-height: rem(25);
3627
+ }
3628
+
3629
+ .wac-button i {
3630
+ color: $wac-white;
3631
+ }
3688
3632
  }
3689
3633
  .wac-upload {
3690
3634
  width: auto;
@@ -3794,7 +3738,7 @@ span.wac-tooltip {
3794
3738
  border: 2px solid transparent;
3795
3739
  transition: .3s ease;
3796
3740
  opacity: .45;
3797
- &.selected:not(.disabled), &:not(.disabled):hover, &:not(.disabled):focus {
3741
+ &.selected, &:not(.disabled):hover, &:not(.disabled):focus {
3798
3742
  border-color: $wac-input-active-color;
3799
3743
  opacity: 1!important;
3800
3744
  }
@@ -4084,62 +4028,51 @@ span.wac-tooltip {
4084
4028
  }
4085
4029
  }
4086
4030
  }
4087
- .wac-wrapper-sidebar {
4031
+ .wac-wrapper-multiple-block {
4088
4032
  width: 100%;
4089
4033
  display: flex;
4090
-
4034
+ flex-direction: row-reverse;
4035
+ justify-content: center;
4036
+ align-items: flex-start;
4091
4037
  @include media('<desktop') {
4092
- flex-direction: column;
4038
+ flex-direction: column-reverse;
4093
4039
  justify-content: flex-start;
4094
- align-items: flex-start;
4095
4040
  }
4096
-
4097
- &.reverse {
4098
- flex-direction: row-reverse;
4099
-
4041
+ &__sidebar {
4042
+ width: 100%;
4100
4043
  @include media('<desktop') {
4101
- flex-direction: column-reverse;
4102
-
4103
- > div {
4104
- &:nth-child(1) {
4105
- @include media('<desktop') {
4106
- margin: 20px 0 0;
4107
- }
4044
+ margin: 0 0 20px;
4045
+ }
4046
+ @include media('>=desktop') {
4047
+ margin: 0 0 0 30px;
4048
+ }
4049
+ @include media('>=1920px') {
4050
+ width: calc(43% - 30px);
4051
+ }
4052
+ &:empty {
4053
+ display: none;
4054
+ & + .wac-wrapper-multiple-block {
4055
+ @include media('>=desktop') {
4056
+ width: 57%;
4057
+ min-width: 57%;
4058
+ max-width: 57%;
4108
4059
  }
4109
4060
  }
4110
4061
  }
4111
4062
  }
4112
-
4113
- > div {
4063
+ &__content {
4114
4064
  width: 100%;
4115
- padding-right: 30px;
4116
-
4117
- @include media('<tablet') {
4118
- padding-right: 20px;
4065
+ @include media('>=desktop') {
4066
+ min-width: 680px;
4119
4067
  }
4120
-
4121
- &:nth-child(1) {
4122
- background-color: $wac-white;
4123
-
4124
- @include media('<desktop') {
4125
- margin: 0 0 20px;
4126
- }
4127
-
4128
- @include media('>=desktop') {
4129
- width: 33%;
4130
- min-width: 33%;
4131
- }
4068
+ @include media('>=1400px') {
4069
+ min-width: 880px;
4132
4070
  }
4133
-
4134
- &:nth-child(2) {
4135
- background: $wac-grey center center no-repeat;
4136
- background-size: auto;
4137
-
4138
- @include media('>=desktop') {
4139
- width: 67%;
4140
- min-width: 67%;
4141
- padding: 80px 30px;
4142
- }
4071
+ @include media('>=1600px') {
4072
+ min-width: 1080px;
4073
+ }
4074
+ @include media('>=1920px') {
4075
+ width: 57%;
4143
4076
  }
4144
4077
  }
4145
4078
  }
@@ -4282,29 +4215,63 @@ span.wac-tooltip {
4282
4215
  .wac-free-popin .ps-content > * {
4283
4216
  padding-right: 15px;
4284
4217
  }
4285
- h1.wac-h1 {
4286
- font-size: rem(30);
4287
- line-height: rem(35);
4288
- font-weight: 500;
4289
- color: $wac-main-text;
4218
+ .wac-wrapper-sidebar {
4219
+ width: 100%;
4220
+ display: flex;
4221
+
4290
4222
  @include media('<desktop') {
4291
- font-size: rem(22);
4292
- line-height: rem(30);
4293
- }
4294
- &.with-img {
4295
- display: flex;
4296
- align-items: center;
4223
+ flex-direction: column;
4224
+ justify-content: flex-start;
4225
+ align-items: flex-start;
4297
4226
  }
4298
- &.center {
4299
- text-align: center;
4227
+
4228
+ &.reverse {
4229
+ flex-direction: row-reverse;
4230
+
4231
+ @include media('<desktop') {
4232
+ flex-direction: column-reverse;
4233
+
4234
+ > div {
4235
+ &:nth-child(1) {
4236
+ @include media('<desktop') {
4237
+ margin: 20px 0 0;
4238
+ }
4239
+ }
4240
+ }
4241
+ }
4300
4242
  }
4301
4243
 
4302
- small {
4303
- font-size: rem(18);
4304
- display: inline-block;
4305
- margin-left: rem(5);
4306
- font-style: italic;
4307
- font-weight: normal;
4244
+ > div {
4245
+ width: 100%;
4246
+ padding-right: 30px;
4247
+
4248
+ @include media('<tablet') {
4249
+ padding-right: 20px;
4250
+ }
4251
+
4252
+ &:nth-child(1) {
4253
+ background-color: $wac-white;
4254
+
4255
+ @include media('<desktop') {
4256
+ margin: 0 0 20px;
4257
+ }
4258
+
4259
+ @include media('>=desktop') {
4260
+ width: 33%;
4261
+ min-width: 33%;
4262
+ }
4263
+ }
4264
+
4265
+ &:nth-child(2) {
4266
+ background: $wac-grey center center no-repeat;
4267
+ background-size: auto;
4268
+
4269
+ @include media('>=desktop') {
4270
+ width: 67%;
4271
+ min-width: 67%;
4272
+ padding: 80px 30px;
4273
+ }
4274
+ }
4308
4275
  }
4309
4276
  }
4310
4277
  .wac-label {
@@ -4339,21 +4306,42 @@ h1.wac-h1 {
4339
4306
  }
4340
4307
  }
4341
4308
  }
4342
- h2.wac-h2 {
4343
- font-size: rem(18);
4344
- line-height: rem(21);
4309
+ h1.wac-h1 {
4310
+ font-size: rem(30);
4311
+ line-height: rem(35);
4345
4312
  font-weight: 500;
4346
4313
  color: $wac-main-text;
4347
- }.wac-mosaic {
4314
+ @include media('<desktop') {
4315
+ font-size: rem(22);
4316
+ line-height: rem(30);
4317
+ }
4318
+ &.with-img {
4319
+ display: flex;
4320
+ align-items: center;
4321
+ }
4322
+ &.center {
4323
+ text-align: center;
4324
+ }
4325
+
4326
+ small {
4327
+ font-size: rem(18);
4328
+ display: inline-block;
4329
+ margin-left: rem(5);
4330
+ font-style: italic;
4331
+ font-weight: normal;
4332
+ }
4333
+ }
4334
+ .wac-mosaic {
4348
4335
  height: 450px;
4349
4336
  position: relative;
4350
4337
  &__loader {
4351
4338
  min-height: 450px;
4352
4339
  width: 100%;
4353
- display: flex;
4354
- justify-content: center;
4355
- align-items: center;
4356
-
4340
+ @include media('>tablet') {
4341
+ flex-direction: row;
4342
+ width: calc(100% + 10px);
4343
+ transform: translateX(-5px);
4344
+ }
4357
4345
  }
4358
4346
  &__wrapper {
4359
4347
  width: 100%;
@@ -4404,86 +4392,138 @@ h2.wac-h2 {
4404
4392
  }
4405
4393
  }
4406
4394
  }
4407
- h3.wac-h3 {
4408
- font-size: rem(16);
4409
- line-height: rem(19);
4395
+ h2.wac-h2 {
4396
+ font-size: rem(18);
4397
+ line-height: rem(21);
4410
4398
  font-weight: 500;
4411
4399
  color: $wac-main-text;
4412
- &.grey {
4413
- color: $wac-second-color;
4414
- }
4415
- }
4416
- .wac-alert {
4400
+ }.wac-free {
4401
+ height: 100%;
4417
4402
  width: 100%;
4418
- background-color: transparentize($wac-link-color, 0.85);
4419
- color: $wac-link-color;
4420
- border-radius: 3px;
4421
- display: flex;
4422
- flex-wrap: nowrap;
4423
- justify-content: space-between;
4424
- padding: 20px;
4425
- &.success {
4426
- background-color: transparentize($wac-green-color, 0.85);
4427
- p {
4428
- color: $wac-p-alert-color-success;
4429
- > * {
4430
- color: $wac-p-alert-color-success;
4431
- }
4403
+ width: 100vw;
4404
+ height: 100vh;
4405
+ position: fixed;
4406
+ top: 0;
4407
+ left: 0;
4408
+ z-index: 9999;
4409
+
4410
+ &__wrapper {
4411
+ background-color: white;
4412
+ border: 1px solid $wac-border-color;
4413
+ border-radius: 3px;
4414
+ margin: auto;
4415
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4416
+ position: absolute;
4417
+ left: 50%;
4418
+ top: 50%;
4419
+ transform: translate(-50%, -50%);
4420
+ padding: 50px;
4421
+ z-index: 3;
4422
+ max-height: 90vh;
4423
+ display: flex;
4424
+ flex-wrap: nowrap;
4425
+ flex-direction: column;
4426
+ justify-content: center;
4427
+ align-items: center;
4428
+ width: 100%;
4429
+ max-width: 575px;
4430
+ overflow: hidden;
4431
+
4432
+ &__content {
4433
+ position: relative;
4434
+ overflow: hidden;
4435
+ display: flex;
4436
+
4432
4437
  }
4433
- i {
4434
- color: $wac-green-color;
4438
+
4439
+ div:not([class]) {
4440
+ width: 100%;
4441
+ margin: 0 0 20px;
4435
4442
  }
4436
- }
4437
- &.warning {
4438
- background-color: transparentize($wac-primary-button, 0.85);
4439
- p {
4440
- color: $wac-p-alert-color-warning;
4441
- > * {
4442
- color: $wac-p-alert-color-warning;
4443
+
4444
+ > * {
4445
+ width: 100%;
4446
+ }
4447
+
4448
+ &__button-close {
4449
+ position: absolute;
4450
+ top: 10px;
4451
+ right: 10px;
4452
+ width: 30px;
4453
+ height: 30px;
4454
+ border-radius: 50%;
4455
+ display: flex;
4456
+ justify-content: center;
4457
+ align-items: center;
4458
+ background-color: $wac-popin-btn-close;
4459
+ transition: .3s ease;
4460
+ i {
4461
+ color: $wac-second-color;
4462
+ font-size: 14px;
4463
+ font-weight: 400;
4464
+ }
4465
+ &:hover, &:focus {
4466
+ background-color: $wac-main-text;
4467
+ i {
4468
+ color: $wac-white;
4469
+ }
4443
4470
  }
4444
4471
  }
4445
- i {
4446
- color: $wac-primary-button;
4472
+
4473
+ img {
4474
+ display: block;
4475
+ max-width: 200px;
4476
+ margin: 0 auto rem(20);
4447
4477
  }
4448
- }
4449
- &.alert {
4450
- background-color: transparentize($wac-orange-color, 0.85);
4478
+
4479
+ h2 {
4480
+ font-size: rem(20);
4481
+ line-height: rem(25);
4482
+ margin: 0 0 rem(20);
4483
+ font-weight: 500;
4484
+ width: 100%;
4485
+ text-align: center;
4486
+ }
4487
+
4451
4488
  p {
4452
- color: $wac-p-alert-color-alert;
4453
- > * {
4454
- color: $wac-p-alert-color-alert;
4455
- }
4489
+ font-size: rem(14);
4490
+ line-height: rem(25);
4491
+ color: $wac-second-color;
4492
+ width: 100%;
4493
+ text-align: center;
4494
+ padding: 0;
4495
+ margin: 0;
4456
4496
  }
4457
- i {
4458
- color: $wac-orange-color;
4497
+
4498
+ &__buttons {
4499
+ width: 100%;
4500
+ display: flex;
4501
+ flex-direction: column;
4502
+ align-items: center;
4503
+ margin: 30px 0 0;
4504
+ &__button {
4505
+ margin: 10px;
4506
+ width: auto;
4507
+ }
4459
4508
  }
4460
4509
  }
4461
- p {
4510
+ &__background {
4511
+ z-index: 1;
4512
+ position: absolute;
4513
+ top: 0;
4514
+ left: 0;
4462
4515
  width: 100%;
4463
- font-size: rem(14);
4464
- line-height: rem(25);
4465
- margin: 0;
4466
- padding: 0;
4467
- color: $wac-p-alert-color-default;
4468
- > * {
4469
- color: $wac-p-alert-color-default;
4470
- }
4471
- }
4472
- i {
4473
- width: auto;
4474
- margin: 0 10px 0 0;
4475
- color: inherit;
4476
- font-size: rem(14);
4477
- line-height: rem(25);
4516
+ height: 100%;
4517
+ background-color: transparentize($wac-main-text, .5);
4478
4518
  }
4519
+ }
4479
4520
 
4480
- .wac-button i {
4481
- color: $wac-white;
4482
- }
4521
+ .wac-free .ps-content > * {
4522
+ padding-right: 15px;
4483
4523
  }
4484
- h4.wac-h4 {
4485
- font-size: rem(14);
4486
- line-height: rem(16);
4524
+ h3.wac-h3 {
4525
+ font-size: rem(16);
4526
+ line-height: rem(19);
4487
4527
  font-weight: 500;
4488
4528
  color: $wac-main-text;
4489
4529
  &.grey {
@@ -5676,6 +5716,15 @@ h4.wac-h4 {
5676
5716
  }
5677
5717
  }
5678
5718
  }
5719
+ h4.wac-h4 {
5720
+ font-size: rem(14);
5721
+ line-height: rem(16);
5722
+ font-weight: 500;
5723
+ color: $wac-main-text;
5724
+ &.grey {
5725
+ color: $wac-second-color;
5726
+ }
5727
+ }
5679
5728
  .wac-edit-in-place.nwb-wrapper {
5680
5729
  display: inline-block;
5681
5730
  position: relative;
@@ -5845,6 +5894,84 @@ h4.wac-h4 {
5845
5894
  z-index: 2;
5846
5895
  }
5847
5896
  }
5897
+ .wac-loader {
5898
+ &.is-small {
5899
+ position: absolute;
5900
+ right: 0;
5901
+ left: 0;
5902
+ top: -70px;
5903
+ transform: scale(0.6);
5904
+ }
5905
+ margin-bottom: rem(80);
5906
+
5907
+ @keyframes rotate {
5908
+ 0% {
5909
+ transform: rotate(0deg);
5910
+ }
5911
+ 50% {
5912
+ transform: rotate(180deg);
5913
+ }
5914
+ 100% {
5915
+ transform: rotate(360deg);
5916
+ }
5917
+ }
5918
+
5919
+ @keyframes rotate2 {
5920
+ 0% {
5921
+ transform: rotate(0deg);
5922
+ border-top-color: $wac-color-loader;
5923
+ }
5924
+ 50% {
5925
+ transform: rotate(180deg);
5926
+ border-top-color: $wac-color-loader2;
5927
+ }
5928
+ 100% {
5929
+ transform: rotate(360deg);
5930
+ border-top-color: $wac-color-loader;
5931
+ }
5932
+ }
5933
+
5934
+ @mixin loaderDivMixin {
5935
+ border-radius: 50%;
5936
+ padding: rem(8);
5937
+ border: rem(2) solid transparent;
5938
+ animation: rotate linear 3.5s infinite;
5939
+ }
5940
+
5941
+ .loader {
5942
+ position: relative;
5943
+ margin: rem(75) auto;
5944
+ width: rem(150);
5945
+ height: rem(150);
5946
+ display: block;
5947
+ overflow: hidden;
5948
+ div {
5949
+ height: 100%;
5950
+ }
5951
+ }
5952
+
5953
+ /* loader 1 */
5954
+ .loader1,
5955
+ .loader1 div {
5956
+ @include loaderDivMixin;
5957
+ border-top-color: $wac-color-loader;
5958
+ border-bottom-color: $wac-color-loader2;
5959
+ }
5960
+
5961
+ div:hover {
5962
+ animation-play-state: paused;
5963
+ }
5964
+
5965
+ .loader,
5966
+ .loader * {
5967
+ will-change: transform;
5968
+ }
5969
+
5970
+ p {
5971
+ margin-top: -50px;
5972
+ font-weight: 500;
5973
+ }
5974
+ }
5848
5975
 
5849
5976
 
5850
5977
  .wac {
@@ -6807,116 +6934,6 @@ div.wac-field-input-search {
6807
6934
  }
6808
6935
  }
6809
6936
  }
6810
- .wac-image {
6811
- width: 60px;
6812
- height: 60px;
6813
-
6814
- &__wrapper {
6815
- @include flexbox();
6816
- @include justify-content(center);
6817
- @include align-items(center);
6818
- width: 100%;
6819
- height: 100%;
6820
- border-radius: 3px;
6821
- border: 1px solid $wac-border-light;
6822
- background-position: center;
6823
- background-size: contain;
6824
- background-repeat: no-repeat;
6825
-
6826
- &.empty {
6827
- background-color: $wac-gray-background;
6828
- }
6829
-
6830
- i {
6831
- color: $wac-border-form;
6832
- font-size: 25px;
6833
- line-height: 23px;
6834
- }
6835
- }
6836
- }
6837
- .wac-confirm-delete {
6838
- position: absolute;
6839
- right: 0;
6840
- top: 0;
6841
- height: 100%;
6842
- z-index: 999;
6843
- width: auto;
6844
- display: flex;
6845
- flex-wrap: nowrap;
6846
- align-items: stretch;
6847
- background-color: $wac-white;
6848
- opacity: 0;
6849
- visibility: hidden;
6850
- transform: translateX(100%);
6851
- transition: 0s visibility .35s, opacity .3s ease 0s, transform .3s ease 0s;
6852
- &.is-open {
6853
- opacity: 1;
6854
- visibility: visible;
6855
- transform: translateX(0);
6856
- transition: 0s visibility, opacity .3s ease .05s, transform .3s ease .05s;
6857
- }
6858
- > div {
6859
- width: auto;
6860
- display: flex;
6861
- align-items: center;
6862
- margin: 0!important;
6863
- &:first-child {
6864
- position: relative;
6865
- margin: 0 20px 0 0;
6866
- padding: 0 0 0 30px;
6867
- &:before {
6868
- content: '';
6869
- display: block;
6870
- position: absolute;
6871
- top: 0;
6872
- left: 10px;
6873
- width: 1px;
6874
- height: 100%;
6875
- background-color: $wac-border-form;
6876
- }
6877
- span {
6878
- font-size: rem(16);
6879
- line-height: 1.4;
6880
- color: $wac-second-color;
6881
- }
6882
- }
6883
- &:last-child {
6884
- > div {
6885
- width: auto;
6886
- &:first-child {
6887
- margin: 0 10px 0 0;
6888
- }
6889
- }
6890
- }
6891
- }
6892
- }
6893
- .wac-back {
6894
- width: 40px;
6895
- height: 40px;
6896
-
6897
- &__wrapper {
6898
- @include flexbox();
6899
- @include justify-content(center);
6900
- @include align-items(center);
6901
- width: 100%;
6902
- height: 100%;
6903
- border-radius: 3px;
6904
- border: 1px solid $wac-border-light;
6905
- background-color: transparent;
6906
- transition: border-color 0.3s ease-in-out;
6907
-
6908
- i {
6909
- color: $wac-second-color;
6910
- font-size: 11px;
6911
- line-height: 14px;
6912
- }
6913
-
6914
- &:hover {
6915
- border-color: $wac-back-border-hover;
6916
- transition: border-color 0.3s ease-in-out;
6917
- }
6918
- }
6919
- }
6920
6937
  .wac-multiple-search-plus {
6921
6938
 
6922
6939
  &__wrapper {
@@ -7231,81 +7248,113 @@ div.wac-field-input-search {
7231
7248
  border-radius: 3px;
7232
7249
  }
7233
7250
  }
7234
- .wac-loader {
7235
- &.is-small {
7236
- position: absolute;
7237
- right: 0;
7238
- left: 0;
7239
- top: -70px;
7240
- transform: scale(0.6);
7241
- }
7242
- margin-bottom: rem(80);
7251
+ .wac-image {
7252
+ width: 60px;
7253
+ height: 60px;
7243
7254
 
7244
- @keyframes rotate {
7245
- 0% {
7246
- transform: rotate(0deg);
7247
- }
7248
- 50% {
7249
- transform: rotate(180deg);
7250
- }
7251
- 100% {
7252
- transform: rotate(360deg);
7253
- }
7254
- }
7255
+ &__wrapper {
7256
+ @include flexbox();
7257
+ @include justify-content(center);
7258
+ @include align-items(center);
7259
+ width: 100%;
7260
+ height: 100%;
7261
+ border-radius: 3px;
7262
+ border: 1px solid $wac-border-light;
7263
+ background-position: center;
7264
+ background-size: contain;
7265
+ background-repeat: no-repeat;
7255
7266
 
7256
- @keyframes rotate2 {
7257
- 0% {
7258
- transform: rotate(0deg);
7259
- border-top-color: $wac-color-loader;
7260
- }
7261
- 50% {
7262
- transform: rotate(180deg);
7263
- border-top-color: $wac-color-loader2;
7267
+ &.empty {
7268
+ background-color: $wac-gray-background;
7264
7269
  }
7265
- 100% {
7266
- transform: rotate(360deg);
7267
- border-top-color: $wac-color-loader;
7270
+
7271
+ i {
7272
+ color: $wac-border-form;
7273
+ font-size: 25px;
7274
+ line-height: 23px;
7268
7275
  }
7269
7276
  }
7270
-
7271
- @mixin loaderDivMixin {
7272
- border-radius: 50%;
7273
- padding: rem(8);
7274
- border: rem(2) solid transparent;
7275
- animation: rotate linear 3.5s infinite;
7277
+ }
7278
+ .wac-confirm-delete {
7279
+ position: absolute;
7280
+ right: 0;
7281
+ top: 0;
7282
+ height: 100%;
7283
+ z-index: 999;
7284
+ width: auto;
7285
+ display: flex;
7286
+ flex-wrap: nowrap;
7287
+ align-items: stretch;
7288
+ background-color: $wac-white;
7289
+ opacity: 0;
7290
+ visibility: hidden;
7291
+ transform: translateX(100%);
7292
+ transition: 0s visibility .35s, opacity .3s ease 0s, transform .3s ease 0s;
7293
+ &.is-open {
7294
+ opacity: 1;
7295
+ visibility: visible;
7296
+ transform: translateX(0);
7297
+ transition: 0s visibility, opacity .3s ease .05s, transform .3s ease .05s;
7276
7298
  }
7277
-
7278
- .loader {
7279
- position: relative;
7280
- margin: rem(75) auto;
7281
- width: rem(150);
7282
- height: rem(150);
7283
- display: block;
7284
- overflow: hidden;
7285
- div {
7286
- height: 100%;
7299
+ > div {
7300
+ width: auto;
7301
+ display: flex;
7302
+ align-items: center;
7303
+ margin: 0!important;
7304
+ &:first-child {
7305
+ position: relative;
7306
+ margin: 0 20px 0 0;
7307
+ padding: 0 0 0 30px;
7308
+ &:before {
7309
+ content: '';
7310
+ display: block;
7311
+ position: absolute;
7312
+ top: 0;
7313
+ left: 10px;
7314
+ width: 1px;
7315
+ height: 100%;
7316
+ background-color: $wac-border-form;
7317
+ }
7318
+ span {
7319
+ font-size: rem(16);
7320
+ line-height: 1.4;
7321
+ color: $wac-second-color;
7322
+ }
7323
+ }
7324
+ &:last-child {
7325
+ > div {
7326
+ width: auto;
7327
+ &:first-child {
7328
+ margin: 0 10px 0 0;
7329
+ }
7330
+ }
7287
7331
  }
7288
7332
  }
7333
+ }
7334
+ .wac-back {
7335
+ width: 40px;
7336
+ height: 40px;
7289
7337
 
7290
- /* loader 1 */
7291
- .loader1,
7292
- .loader1 div {
7293
- @include loaderDivMixin;
7294
- border-top-color: $wac-color-loader;
7295
- border-bottom-color: $wac-color-loader2;
7296
- }
7297
-
7298
- div:hover {
7299
- animation-play-state: paused;
7300
- }
7338
+ &__wrapper {
7339
+ @include flexbox();
7340
+ @include justify-content(center);
7341
+ @include align-items(center);
7342
+ width: 100%;
7343
+ height: 100%;
7344
+ border-radius: 3px;
7345
+ border: 1px solid $wac-border-light;
7346
+ background-color: transparent;
7347
+ transition: border-color 0.3s ease-in-out;
7301
7348
 
7302
- .loader,
7303
- .loader * {
7304
- will-change: transform;
7305
- }
7349
+ i {
7350
+ color: $wac-second-color;
7351
+ font-size: 11px;
7352
+ line-height: 14px;
7353
+ }
7306
7354
 
7307
- p {
7308
- margin-top: -50px;
7309
- font-weight: 500;
7355
+ &:hover {
7356
+ border-color: $wac-back-border-hover;
7357
+ transition: border-color 0.3s ease-in-out;
7358
+ }
7310
7359
  }
7311
7360
  }