@wizishop/angular-components 0.0.186 → 0.0.190

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;
@@ -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: 30px;
4273
+ }
4274
+ }
4308
4275
  }
4309
4276
  }
4310
4277
  .wac-label {
@@ -4339,48 +4306,122 @@ 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%;
4360
4348
  display: flex;
4361
4349
  flex-direction: column;
4350
+ animation-duration: 2s;
4351
+ animation-fill-mode: forwards;
4352
+ animation-iteration-count: infinite;
4353
+ animation-name: preloadAnimation;
4354
+ animation-timing-function: linear;
4355
+ background: #F6F7F8;
4356
+ background: linear-gradient(to right, #EEEEEE 8%, #DDDDDD 18%, #EEEEEE 33%);
4362
4357
  @include media('>tablet') {
4363
4358
  flex-direction: row;
4364
4359
  width: calc(100% + 10px);
4365
4360
  transform: translateX(-5px);
4366
4361
  }
4362
+ &.load {
4363
+ padding-top: 10px;
4364
+ min-height: 200px;
4365
+ }
4367
4366
  &__scrollbar {
4368
4367
  width: 100%;
4369
4368
  }
4370
4369
  &__column {
4371
4370
  width: 100%;
4372
4371
  margin: 0;
4372
+ position: relative;
4373
+ &:before {
4374
+ content: '';
4375
+ display: block;
4376
+ position: absolute;
4377
+ top: 0;
4378
+ left: 100%;
4379
+ width: 10px;
4380
+ height:100%;
4381
+ background-color: $white;
4382
+ z-index: 1;
4383
+ }
4384
+ & > * {
4385
+ z-index: 2;
4386
+ }
4373
4387
  @include media('>tablet') {
4374
4388
  margin: 0 5px;
4375
4389
  }
4376
4390
  &__image {
4377
4391
  width: 100%;
4378
- margin: 0 0 10px;
4392
+ margin: 0;
4393
+ padding: 0 0 10px;
4379
4394
  position: relative;
4380
4395
  overflow: hidden;
4381
- .hover {
4396
+ &:before {
4397
+ content: '';
4398
+ display: block;
4399
+ position: absolute;
4400
+ top: -10px;
4401
+ left: 0;
4402
+ width: calc(100% + 10px);
4403
+ height: calc(100% + 20px);
4404
+ background-color: $white;
4405
+ z-index: 1;
4406
+ }
4407
+ &:after {
4408
+ content: '';
4409
+ display: block;
4382
4410
  position: absolute;
4383
4411
  top: 100%;
4412
+ left: 0;
4413
+ width: 100%;
4414
+ height: 10px;
4415
+ background-color: $white;
4416
+ z-index: 1;
4417
+ }
4418
+ & > * {
4419
+ z-index: 2;
4420
+ position: relative;
4421
+ }
4422
+ .hover {
4423
+ position: absolute!important;
4424
+ top: 100%;
4384
4425
  transform: translateY(50px);
4385
4426
  margin-bottom: 50px;
4386
4427
  transition: .3s ease;
@@ -4388,6 +4429,7 @@ h2.wac-h2 {
4388
4429
  width: 100%;
4389
4430
  display: flex;
4390
4431
  justify-content: center;
4432
+ z-index: 3;
4391
4433
  }
4392
4434
  img {
4393
4435
  display: block;
@@ -4403,87 +4445,164 @@ h2.wac-h2 {
4403
4445
  }
4404
4446
  }
4405
4447
  }
4448
+ .load-img {
4449
+ width: 100%;
4450
+ height: 200px;
4451
+ position: relative;
4452
+ &:before {
4453
+ content: '';
4454
+ display: block;
4455
+ position: absolute;
4456
+ bottom: 0;
4457
+ left: 100%;
4458
+ width: 10px;
4459
+ height: calc(100% + 10px);
4460
+ background-color: $white;
4461
+ z-index: 1;
4462
+ }
4463
+ }
4406
4464
  }
4407
- h3.wac-h3 {
4408
- font-size: rem(16);
4409
- line-height: rem(19);
4410
- font-weight: 500;
4411
- color: $wac-main-text;
4412
- &.grey {
4413
- color: $wac-second-color;
4465
+
4466
+ @keyframes preloadAnimation {
4467
+ 0% {
4468
+ background-position: -1080px 0
4469
+ }
4470
+ 100% {
4471
+ background-position: 1080px 0
4414
4472
  }
4415
4473
  }
4416
- .wac-alert {
4474
+ h2.wac-h2 {
4475
+ font-size: rem(18);
4476
+ line-height: rem(21);
4477
+ font-weight: 500;
4478
+ color: $wac-main-text;
4479
+ }.wac-free {
4480
+ height: 100%;
4417
4481
  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
- }
4482
+ width: 100vw;
4483
+ height: 100vh;
4484
+ position: fixed;
4485
+ top: 0;
4486
+ left: 0;
4487
+ z-index: 9999;
4488
+
4489
+ &__wrapper {
4490
+ background-color: white;
4491
+ border: 1px solid $wac-border-color;
4492
+ border-radius: 3px;
4493
+ margin: auto;
4494
+ box-shadow: 0px 10px 40px $wac-free-popin-boxshadow;
4495
+ position: absolute;
4496
+ left: 50%;
4497
+ top: 50%;
4498
+ transform: translate(-50%, -50%);
4499
+ padding: 50px;
4500
+ z-index: 3;
4501
+ max-height: 90vh;
4502
+ display: flex;
4503
+ flex-wrap: nowrap;
4504
+ flex-direction: column;
4505
+ justify-content: center;
4506
+ align-items: center;
4507
+ width: 100%;
4508
+ max-width: 575px;
4509
+ overflow: hidden;
4510
+
4511
+ &__content {
4512
+ position: relative;
4513
+ overflow: hidden;
4514
+ display: flex;
4515
+
4432
4516
  }
4433
- i {
4434
- color: $wac-green-color;
4517
+
4518
+ div:not([class]) {
4519
+ width: 100%;
4520
+ margin: 0 0 20px;
4435
4521
  }
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;
4522
+
4523
+ > * {
4524
+ width: 100%;
4525
+ }
4526
+
4527
+ &__button-close {
4528
+ position: absolute;
4529
+ top: 10px;
4530
+ right: 10px;
4531
+ width: 30px;
4532
+ height: 30px;
4533
+ border-radius: 50%;
4534
+ display: flex;
4535
+ justify-content: center;
4536
+ align-items: center;
4537
+ background-color: $wac-popin-btn-close;
4538
+ transition: .3s ease;
4539
+ i {
4540
+ color: $wac-second-color;
4541
+ font-size: 14px;
4542
+ font-weight: 400;
4543
+ }
4544
+ &:hover, &:focus {
4545
+ background-color: $wac-main-text;
4546
+ i {
4547
+ color: $wac-white;
4548
+ }
4443
4549
  }
4444
4550
  }
4445
- i {
4446
- color: $wac-primary-button;
4551
+
4552
+ img {
4553
+ display: block;
4554
+ max-width: 200px;
4555
+ margin: 0 auto rem(20);
4447
4556
  }
4448
- }
4449
- &.alert {
4450
- background-color: transparentize($wac-orange-color, 0.85);
4557
+
4558
+ h2 {
4559
+ font-size: rem(20);
4560
+ line-height: rem(25);
4561
+ margin: 0 0 rem(20);
4562
+ font-weight: 500;
4563
+ width: 100%;
4564
+ text-align: center;
4565
+ }
4566
+
4451
4567
  p {
4452
- color: $wac-p-alert-color-alert;
4453
- > * {
4454
- color: $wac-p-alert-color-alert;
4455
- }
4568
+ font-size: rem(14);
4569
+ line-height: rem(25);
4570
+ color: $wac-second-color;
4571
+ width: 100%;
4572
+ text-align: center;
4573
+ padding: 0;
4574
+ margin: 0;
4456
4575
  }
4457
- i {
4458
- color: $wac-orange-color;
4576
+
4577
+ &__buttons {
4578
+ width: 100%;
4579
+ display: flex;
4580
+ flex-direction: column;
4581
+ align-items: center;
4582
+ margin: 30px 0 0;
4583
+ &__button {
4584
+ margin: 10px;
4585
+ width: auto;
4586
+ }
4459
4587
  }
4460
4588
  }
4461
- p {
4589
+ &__background {
4590
+ z-index: 1;
4591
+ position: absolute;
4592
+ top: 0;
4593
+ left: 0;
4462
4594
  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);
4595
+ height: 100%;
4596
+ background-color: transparentize($wac-main-text, .5);
4478
4597
  }
4598
+ }
4479
4599
 
4480
- .wac-button i {
4481
- color: $wac-white;
4482
- }
4600
+ .wac-free .ps-content > * {
4601
+ padding-right: 15px;
4483
4602
  }
4484
- h4.wac-h4 {
4485
- font-size: rem(14);
4486
- line-height: rem(16);
4603
+ h3.wac-h3 {
4604
+ font-size: rem(16);
4605
+ line-height: rem(19);
4487
4606
  font-weight: 500;
4488
4607
  color: $wac-main-text;
4489
4608
  &.grey {
@@ -5676,6 +5795,15 @@ h4.wac-h4 {
5676
5795
  }
5677
5796
  }
5678
5797
  }
5798
+ h4.wac-h4 {
5799
+ font-size: rem(14);
5800
+ line-height: rem(16);
5801
+ font-weight: 500;
5802
+ color: $wac-main-text;
5803
+ &.grey {
5804
+ color: $wac-second-color;
5805
+ }
5806
+ }
5679
5807
  .wac-edit-in-place.nwb-wrapper {
5680
5808
  display: inline-block;
5681
5809
  position: relative;
@@ -5845,6 +5973,84 @@ h4.wac-h4 {
5845
5973
  z-index: 2;
5846
5974
  }
5847
5975
  }
5976
+ .wac-loader {
5977
+ &.is-small {
5978
+ position: absolute;
5979
+ right: 0;
5980
+ left: 0;
5981
+ top: -70px;
5982
+ transform: scale(0.6);
5983
+ }
5984
+ margin-bottom: rem(80);
5985
+
5986
+ @keyframes rotate {
5987
+ 0% {
5988
+ transform: rotate(0deg);
5989
+ }
5990
+ 50% {
5991
+ transform: rotate(180deg);
5992
+ }
5993
+ 100% {
5994
+ transform: rotate(360deg);
5995
+ }
5996
+ }
5997
+
5998
+ @keyframes rotate2 {
5999
+ 0% {
6000
+ transform: rotate(0deg);
6001
+ border-top-color: $wac-color-loader;
6002
+ }
6003
+ 50% {
6004
+ transform: rotate(180deg);
6005
+ border-top-color: $wac-color-loader2;
6006
+ }
6007
+ 100% {
6008
+ transform: rotate(360deg);
6009
+ border-top-color: $wac-color-loader;
6010
+ }
6011
+ }
6012
+
6013
+ @mixin loaderDivMixin {
6014
+ border-radius: 50%;
6015
+ padding: rem(8);
6016
+ border: rem(2) solid transparent;
6017
+ animation: rotate linear 3.5s infinite;
6018
+ }
6019
+
6020
+ .loader {
6021
+ position: relative;
6022
+ margin: rem(75) auto;
6023
+ width: rem(150);
6024
+ height: rem(150);
6025
+ display: block;
6026
+ overflow: hidden;
6027
+ div {
6028
+ height: 100%;
6029
+ }
6030
+ }
6031
+
6032
+ /* loader 1 */
6033
+ .loader1,
6034
+ .loader1 div {
6035
+ @include loaderDivMixin;
6036
+ border-top-color: $wac-color-loader;
6037
+ border-bottom-color: $wac-color-loader2;
6038
+ }
6039
+
6040
+ div:hover {
6041
+ animation-play-state: paused;
6042
+ }
6043
+
6044
+ .loader,
6045
+ .loader * {
6046
+ will-change: transform;
6047
+ }
6048
+
6049
+ p {
6050
+ margin-top: -50px;
6051
+ font-weight: 500;
6052
+ }
6053
+ }
5848
6054
 
5849
6055
 
5850
6056
  .wac {
@@ -6807,117 +7013,7 @@ div.wac-field-input-search {
6807
7013
  }
6808
7014
  }
6809
7015
  }
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
- .wac-multiple-search-plus {
7016
+ .wac-multiple-search-plus {
6921
7017
 
6922
7018
  &__wrapper {
6923
7019
  margin: rem(14) 0;
@@ -7231,81 +7327,113 @@ div.wac-field-input-search {
7231
7327
  border-radius: 3px;
7232
7328
  }
7233
7329
  }
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);
7330
+ .wac-image {
7331
+ width: 60px;
7332
+ height: 60px;
7243
7333
 
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
- }
7334
+ &__wrapper {
7335
+ @include flexbox();
7336
+ @include justify-content(center);
7337
+ @include align-items(center);
7338
+ width: 100%;
7339
+ height: 100%;
7340
+ border-radius: 3px;
7341
+ border: 1px solid $wac-border-light;
7342
+ background-position: center;
7343
+ background-size: contain;
7344
+ background-repeat: no-repeat;
7255
7345
 
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;
7346
+ &.empty {
7347
+ background-color: $wac-gray-background;
7264
7348
  }
7265
- 100% {
7266
- transform: rotate(360deg);
7267
- border-top-color: $wac-color-loader;
7349
+
7350
+ i {
7351
+ color: $wac-border-form;
7352
+ font-size: 25px;
7353
+ line-height: 23px;
7268
7354
  }
7269
7355
  }
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;
7356
+ }
7357
+ .wac-confirm-delete {
7358
+ position: absolute;
7359
+ right: 0;
7360
+ top: 0;
7361
+ height: 100%;
7362
+ z-index: 999;
7363
+ width: auto;
7364
+ display: flex;
7365
+ flex-wrap: nowrap;
7366
+ align-items: stretch;
7367
+ background-color: $wac-white;
7368
+ opacity: 0;
7369
+ visibility: hidden;
7370
+ transform: translateX(100%);
7371
+ transition: 0s visibility .35s, opacity .3s ease 0s, transform .3s ease 0s;
7372
+ &.is-open {
7373
+ opacity: 1;
7374
+ visibility: visible;
7375
+ transform: translateX(0);
7376
+ transition: 0s visibility, opacity .3s ease .05s, transform .3s ease .05s;
7276
7377
  }
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%;
7378
+ > div {
7379
+ width: auto;
7380
+ display: flex;
7381
+ align-items: center;
7382
+ margin: 0!important;
7383
+ &:first-child {
7384
+ position: relative;
7385
+ margin: 0 20px 0 0;
7386
+ padding: 0 0 0 30px;
7387
+ &:before {
7388
+ content: '';
7389
+ display: block;
7390
+ position: absolute;
7391
+ top: 0;
7392
+ left: 10px;
7393
+ width: 1px;
7394
+ height: 100%;
7395
+ background-color: $wac-border-form;
7396
+ }
7397
+ span {
7398
+ font-size: rem(16);
7399
+ line-height: 1.4;
7400
+ color: $wac-second-color;
7401
+ }
7402
+ }
7403
+ &:last-child {
7404
+ > div {
7405
+ width: auto;
7406
+ &:first-child {
7407
+ margin: 0 10px 0 0;
7408
+ }
7409
+ }
7287
7410
  }
7288
7411
  }
7412
+ }
7413
+ .wac-back {
7414
+ width: 40px;
7415
+ height: 40px;
7289
7416
 
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
- }
7417
+ &__wrapper {
7418
+ @include flexbox();
7419
+ @include justify-content(center);
7420
+ @include align-items(center);
7421
+ width: 100%;
7422
+ height: 100%;
7423
+ border-radius: 3px;
7424
+ border: 1px solid $wac-border-light;
7425
+ background-color: transparent;
7426
+ transition: border-color 0.3s ease-in-out;
7301
7427
 
7302
- .loader,
7303
- .loader * {
7304
- will-change: transform;
7305
- }
7428
+ i {
7429
+ color: $wac-second-color;
7430
+ font-size: 11px;
7431
+ line-height: 14px;
7432
+ }
7306
7433
 
7307
- p {
7308
- margin-top: -50px;
7309
- font-weight: 500;
7434
+ &:hover {
7435
+ border-color: $wac-back-border-hover;
7436
+ transition: border-color 0.3s ease-in-out;
7437
+ }
7310
7438
  }
7311
7439
  }