@wizishop/angular-components 0.0.195 → 0.0.198
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.
- package/angular-components.scss +373 -373
- package/bundles/wizishop-angular-components.umd.js +2 -2
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/text-area/text-area.component.js +3 -3
- package/fesm2015/wizishop-angular-components.js +2 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/text-area/text-area.component.d.ts +2 -2
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.198.tgz +0 -0
- package/wizishop-angular-components-0.0.195.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -1158,7 +1158,7 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
1158
1158
|
width: 100%;
|
|
1159
1159
|
display: flex;
|
|
1160
1160
|
align-items: center;
|
|
1161
|
-
padding: 10px;
|
|
1161
|
+
padding: 10px 0;
|
|
1162
1162
|
margin: 0 0 10px;
|
|
1163
1163
|
border-radius: 3px;
|
|
1164
1164
|
|
|
@@ -1180,7 +1180,7 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
1180
1180
|
|
|
1181
1181
|
&__item {
|
|
1182
1182
|
width: 100%;
|
|
1183
|
-
max-width:
|
|
1183
|
+
max-width: 50%;
|
|
1184
1184
|
display: flex;
|
|
1185
1185
|
align-items: center;
|
|
1186
1186
|
justify-content: center;
|
|
@@ -3457,318 +3457,109 @@ span.wac-tooltip {
|
|
|
3457
3457
|
}
|
|
3458
3458
|
}
|
|
3459
3459
|
}
|
|
3460
|
-
.wac-
|
|
3460
|
+
.wac-pagination {
|
|
3461
|
+
width: 100%;
|
|
3461
3462
|
|
|
3462
3463
|
&__wrapper {
|
|
3463
|
-
|
|
3464
|
-
|
|
3464
|
+
@include flexbox();
|
|
3465
|
+
@include justify-content(flex-end);
|
|
3466
|
+
padding: 30px 0 0;
|
|
3465
3467
|
|
|
3466
|
-
&
|
|
3468
|
+
&__page {
|
|
3469
|
+
margin-right: 30px;
|
|
3470
|
+
padding: 4px 0 5px 0;
|
|
3467
3471
|
|
|
3468
|
-
|
|
3469
|
-
align-items: center;
|
|
3470
|
-
justify-content: space-between;
|
|
3471
|
-
align-content: center;
|
|
3472
|
-
color: $wac-white;
|
|
3473
|
-
font-size: rem(14);
|
|
3474
|
-
line-height: rem(16);
|
|
3475
|
-
border-radius: rem(3);
|
|
3476
|
-
padding: rem(8) rem(15);
|
|
3477
|
-
font-weight: 500;
|
|
3478
|
-
transition: 0.3s ease;
|
|
3479
|
-
margin: rem(10) 0;
|
|
3472
|
+
@include flexbox();
|
|
3480
3473
|
|
|
3481
|
-
|
|
3482
|
-
margin: 0;
|
|
3474
|
+
p {
|
|
3475
|
+
margin: 4px 11px 4px 0;
|
|
3476
|
+
font-size: 14px;
|
|
3477
|
+
line-height: 24px;
|
|
3478
|
+
color: $wac-second-color;
|
|
3483
3479
|
}
|
|
3484
3480
|
|
|
3485
|
-
|
|
3486
|
-
|
|
3481
|
+
select {
|
|
3482
|
+
width: 61px;
|
|
3483
|
+
font-size: 14px;
|
|
3484
|
+
line-height: 24px;
|
|
3485
|
+
color: $wac-second-color;
|
|
3486
|
+
padding: 3px 26px 3px 14px;
|
|
3487
|
+
border: 1px solid $wac-border-form;
|
|
3488
|
+
border-radius: 3px;
|
|
3489
|
+
-webkit-appearance: none;
|
|
3490
|
+
-moz-appearance: none;
|
|
3491
|
+
text-indent: 0;
|
|
3492
|
+
text-overflow: '';
|
|
3493
|
+
background: transparent
|
|
3494
|
+
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")
|
|
3495
|
+
top 8px right 12px / 10px 10px no-repeat;
|
|
3487
3496
|
}
|
|
3488
3497
|
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
font-weight: 400;
|
|
3492
|
-
margin: 0 0 0 rem(15);
|
|
3493
|
-
font-size: rem(13);
|
|
3494
|
-
cursor: pointer;
|
|
3498
|
+
select::-ms-expand {
|
|
3499
|
+
display: none;
|
|
3495
3500
|
}
|
|
3501
|
+
}
|
|
3496
3502
|
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
border: 1px solid $wac-border-light;
|
|
3500
|
-
color: $wac-second-color;
|
|
3501
|
-
font-weight: 400;
|
|
3502
|
-
i {
|
|
3503
|
-
color: $wac-border-form;
|
|
3504
|
-
}
|
|
3505
|
-
&.hover:hover,
|
|
3506
|
-
&.hover:focus {
|
|
3507
|
-
background-color: darken($wac-tag-default, 15%);
|
|
3508
|
-
color: $wac-main-text;
|
|
3509
|
-
i {
|
|
3510
|
-
color: $wac-main-text;
|
|
3511
|
-
}
|
|
3512
|
-
}
|
|
3513
|
-
}
|
|
3503
|
+
&__elements {
|
|
3504
|
+
margin-right: 30px;
|
|
3514
3505
|
|
|
3506
|
+
p {
|
|
3507
|
+
margin: 8px 0 9px 0;
|
|
3508
|
+
font-size: 14px;
|
|
3509
|
+
line-height: 24px;
|
|
3510
|
+
color: $wac-dark;
|
|
3511
|
+
}
|
|
3515
3512
|
}
|
|
3516
|
-
}
|
|
3517
3513
|
|
|
3518
|
-
|
|
3514
|
+
&__arrows {
|
|
3515
|
+
@include flexbox();
|
|
3519
3516
|
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
z-index: 2;
|
|
3527
|
-
border: 1px solid $wac-border-light;
|
|
3528
|
-
transition: 0.3s ease;
|
|
3529
|
-
&.open {
|
|
3530
|
-
border-color: $wac-wizishop-blue;
|
|
3531
|
-
}
|
|
3532
|
-
&__wrapper {
|
|
3533
|
-
position: relative;
|
|
3534
|
-
display: flex;
|
|
3535
|
-
justify-content: space-between;
|
|
3536
|
-
align-items: stretch;
|
|
3537
|
-
align-content: stretch;
|
|
3538
|
-
flex-wrap: nowrap;
|
|
3539
|
-
@include media('<tablet') {
|
|
3540
|
-
padding: 0 12px;
|
|
3541
|
-
}
|
|
3542
|
-
&__left {
|
|
3543
|
-
width: auto;
|
|
3544
|
-
display: flex;
|
|
3545
|
-
justify-content: space-between;
|
|
3546
|
-
align-content: center;
|
|
3547
|
-
align-items: center;
|
|
3548
|
-
flex-wrap: nowrap;
|
|
3549
|
-
position: relative;
|
|
3550
|
-
min-height: 50px;
|
|
3551
|
-
transition: background-color 0.3s ease;
|
|
3552
|
-
background-color: $wac-select-icon-background;
|
|
3553
|
-
&__background {
|
|
3554
|
-
position: absolute;
|
|
3555
|
-
width: 100%;
|
|
3556
|
-
left: 0;
|
|
3557
|
-
top: 0;
|
|
3558
|
-
height: 100%;
|
|
3559
|
-
opacity: 0;
|
|
3560
|
-
z-index: 4;
|
|
3561
|
-
transition: opacity 0.3s ease;
|
|
3562
|
-
cursor: pointer;
|
|
3563
|
-
}
|
|
3564
|
-
> span {
|
|
3565
|
-
color: $wac-second-color;
|
|
3566
|
-
white-space: nowrap;
|
|
3567
|
-
font-size: rem(14);
|
|
3568
|
-
line-height: rem(16);
|
|
3569
|
-
margin: 0 40px 0 20px;
|
|
3570
|
-
transition: 0.3s ease;
|
|
3571
|
-
position: relative;
|
|
3572
|
-
z-index: 2;
|
|
3573
|
-
cursor: pointer;
|
|
3574
|
-
@include media('<tablet') {
|
|
3575
|
-
text-indent: -9999999px;
|
|
3576
|
-
margin: 0;
|
|
3577
|
-
width: 11px;
|
|
3578
|
-
}
|
|
3579
|
-
}
|
|
3580
|
-
> i {
|
|
3581
|
-
transition: 0.3s ease;
|
|
3582
|
-
position: relative;
|
|
3583
|
-
z-index: 2;
|
|
3517
|
+
&__arrow {
|
|
3518
|
+
width: 40px;
|
|
3519
|
+
height: 40px;
|
|
3520
|
+
padding: 9px 14px;
|
|
3521
|
+
border: 1px solid $wac-border-form;
|
|
3522
|
+
border-radius: 3px;
|
|
3584
3523
|
cursor: pointer;
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
margin: 0 10px 0 0;
|
|
3524
|
+
transition: .3s ease;
|
|
3525
|
+
|
|
3526
|
+
&:hover, &:focus {
|
|
3527
|
+
&:not(.wac-pagination__wrapper__arrows__arrow--disabled) {
|
|
3528
|
+
border: 1px solid $wac-wizishop-blue;
|
|
3591
3529
|
}
|
|
3592
3530
|
}
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
border-radius: 3px;
|
|
3604
|
-
border: 1px solid $wac-border-light;
|
|
3605
|
-
padding: 10px;
|
|
3606
|
-
min-width: 340px;
|
|
3607
|
-
&__item {
|
|
3608
|
-
display: inline-flex;
|
|
3609
|
-
width: 100%;
|
|
3610
|
-
font-size: rem(14);
|
|
3611
|
-
line-height: rem(30);
|
|
3612
|
-
cursor: pointer;
|
|
3613
|
-
transition: 0.3s ease;
|
|
3614
|
-
position: relative;
|
|
3615
|
-
padding: 0 10px;
|
|
3616
|
-
.wac-text {
|
|
3617
|
-
margin: 0;
|
|
3618
|
-
}
|
|
3619
|
-
:nth-child(n) {
|
|
3620
|
-
padding: 2px;
|
|
3621
|
-
}
|
|
3622
|
-
&:nth-child(2n) {
|
|
3623
|
-
background-color: $wac-gray-background;
|
|
3624
|
-
}
|
|
3625
|
-
&:not(:last-child) {
|
|
3626
|
-
margin: 0 0 rem(10);
|
|
3627
|
-
}
|
|
3531
|
+
|
|
3532
|
+
span {
|
|
3533
|
+
display: inline-block;
|
|
3534
|
+
width: 10px;
|
|
3535
|
+
height: 15px;
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
&--left {
|
|
3539
|
+
margin-right: 10px;
|
|
3540
|
+
|
|
3628
3541
|
span {
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3542
|
+
background: transparent
|
|
3543
|
+
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")
|
|
3544
|
+
center center / 10px 12px no-repeat;
|
|
3632
3545
|
}
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3546
|
+
}
|
|
3547
|
+
|
|
3548
|
+
&--right {
|
|
3549
|
+
span {
|
|
3550
|
+
background: transparent
|
|
3551
|
+
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")
|
|
3552
|
+
center center / 10px 12px no-repeat;
|
|
3637
3553
|
}
|
|
3638
3554
|
}
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3555
|
+
|
|
3556
|
+
&--disabled {
|
|
3557
|
+
border-color: $wac-background-color;
|
|
3558
|
+
background-color: $wac-background-color;
|
|
3559
|
+
cursor: not-allowed;
|
|
3560
|
+
}
|
|
3644
3561
|
}
|
|
3645
3562
|
}
|
|
3646
|
-
&__right {
|
|
3647
|
-
width: 100%;
|
|
3648
|
-
min-height: 50px;
|
|
3649
|
-
position: relative;
|
|
3650
|
-
form {
|
|
3651
|
-
width: 100%;
|
|
3652
|
-
}
|
|
3653
|
-
input {
|
|
3654
|
-
background: transparent;
|
|
3655
|
-
border: none;
|
|
3656
|
-
color: $wac-main-text;
|
|
3657
|
-
font-size: rem(14);
|
|
3658
|
-
height: 50px;
|
|
3659
|
-
line-height: 50px;
|
|
3660
|
-
padding: 0 20px 0 48px;
|
|
3661
|
-
font-weight: 400;
|
|
3662
|
-
width: 100%;
|
|
3663
|
-
@include media('<tablet') {
|
|
3664
|
-
padding: 0 0 0 10px;
|
|
3665
|
-
}
|
|
3666
|
-
&::-webkit-input-placeholder {
|
|
3667
|
-
/* Chrome/Opera/Safari */
|
|
3668
|
-
color: $wac-multiple-search-input-color;
|
|
3669
|
-
opacity: 1;
|
|
3670
|
-
font-weight: 400;
|
|
3671
|
-
@include media('<tablet') {
|
|
3672
|
-
font-size: rem(11);
|
|
3673
|
-
}
|
|
3674
|
-
}
|
|
3675
|
-
&::-moz-placeholder {
|
|
3676
|
-
/* Firefox 19+ */
|
|
3677
|
-
color: $wac-multiple-search-input-color;
|
|
3678
|
-
opacity: 1;
|
|
3679
|
-
font-weight: 400;
|
|
3680
|
-
@include media('<tablet') {
|
|
3681
|
-
font-size: rem(11);
|
|
3682
|
-
}
|
|
3683
|
-
}
|
|
3684
|
-
&:-ms-input-placeholder {
|
|
3685
|
-
/* IE 10+ */
|
|
3686
|
-
color: $wac-multiple-search-input-color;
|
|
3687
|
-
opacity: 1;
|
|
3688
|
-
font-weight: 400;
|
|
3689
|
-
@include media('<tablet') {
|
|
3690
|
-
font-size: rem(11);
|
|
3691
|
-
}
|
|
3692
|
-
}
|
|
3693
|
-
&:-moz-placeholder {
|
|
3694
|
-
/* Firefox 18- */
|
|
3695
|
-
color: $wac-multiple-search-input-color;
|
|
3696
|
-
opacity: 1;
|
|
3697
|
-
font-weight: 400;
|
|
3698
|
-
@include media('<tablet') {
|
|
3699
|
-
font-size: rem(11);
|
|
3700
|
-
}
|
|
3701
|
-
}
|
|
3702
|
-
&:focus {
|
|
3703
|
-
& + button i {
|
|
3704
|
-
color: $wac-main-text;
|
|
3705
|
-
}
|
|
3706
|
-
&::-webkit-input-placeholder {
|
|
3707
|
-
/* Chrome/Opera/Safari */
|
|
3708
|
-
color: $wac-white;
|
|
3709
|
-
opacity: 1;
|
|
3710
|
-
}
|
|
3711
|
-
&::-moz-placeholder {
|
|
3712
|
-
/* Firefox 19+ */
|
|
3713
|
-
color: $wac-white;
|
|
3714
|
-
opacity: 1;
|
|
3715
|
-
}
|
|
3716
|
-
&:-ms-input-placeholder {
|
|
3717
|
-
/* IE 10+ */
|
|
3718
|
-
color: $wac-white;
|
|
3719
|
-
opacity: 1;
|
|
3720
|
-
}
|
|
3721
|
-
&:-moz-placeholder {
|
|
3722
|
-
/* Firefox 18- */
|
|
3723
|
-
color: $wac-white;
|
|
3724
|
-
opacity: 1;
|
|
3725
|
-
}
|
|
3726
|
-
}
|
|
3727
|
-
}
|
|
3728
|
-
button {
|
|
3729
|
-
display: flex;
|
|
3730
|
-
align-items: center;
|
|
3731
|
-
align-content: center;
|
|
3732
|
-
justify-content: center;
|
|
3733
|
-
width: 18px;
|
|
3734
|
-
height: 18px;
|
|
3735
|
-
border-radius: 3px;
|
|
3736
|
-
position: absolute;
|
|
3737
|
-
left: 20px;
|
|
3738
|
-
top: 50%;
|
|
3739
|
-
transform: translateY(-50%);
|
|
3740
|
-
border: none;
|
|
3741
|
-
cursor: pointer;
|
|
3742
|
-
background-color: $wac-white;
|
|
3743
|
-
i {
|
|
3744
|
-
font-size: rem(18);
|
|
3745
|
-
color: $wac-color-icon-search-multiple-search;
|
|
3746
|
-
transition: 0.3s ease;
|
|
3747
|
-
}
|
|
3748
|
-
&:hover {
|
|
3749
|
-
i {
|
|
3750
|
-
color: $wac-wizishop-blue !important;
|
|
3751
|
-
}
|
|
3752
|
-
}
|
|
3753
|
-
}
|
|
3754
|
-
}
|
|
3755
|
-
}
|
|
3756
|
-
&__error {
|
|
3757
|
-
position: absolute;
|
|
3758
|
-
top: 100%;
|
|
3759
|
-
margin-top: 10px;
|
|
3760
|
-
width: auto;
|
|
3761
|
-
right: 0;
|
|
3762
|
-
height: 30px;
|
|
3763
|
-
line-height: 30px;
|
|
3764
|
-
text-align: center;
|
|
3765
|
-
background-color: $wac-multiple-search-error;
|
|
3766
|
-
color: $wac-white;
|
|
3767
|
-
font-size: rem(16);
|
|
3768
|
-
font-weight: 500;
|
|
3769
|
-
white-space: nowrap;
|
|
3770
|
-
padding: 0 20px;
|
|
3771
|
-
border-radius: 3px;
|
|
3772
3563
|
}
|
|
3773
3564
|
}
|
|
3774
3565
|
.wac-alert {
|
|
@@ -4809,9 +4600,9 @@ h2.wac-h2 {
|
|
|
4809
4600
|
.wac-free .ps-content > * {
|
|
4810
4601
|
padding-right: 15px;
|
|
4811
4602
|
}
|
|
4812
|
-
|
|
4813
|
-
font-size: rem(
|
|
4814
|
-
line-height: rem(
|
|
4603
|
+
h3.wac-h3 {
|
|
4604
|
+
font-size: rem(16);
|
|
4605
|
+
line-height: rem(19);
|
|
4815
4606
|
font-weight: 500;
|
|
4816
4607
|
color: $wac-main-text;
|
|
4817
4608
|
&.grey {
|
|
@@ -6004,9 +5795,9 @@ h4.wac-h4 {
|
|
|
6004
5795
|
}
|
|
6005
5796
|
}
|
|
6006
5797
|
}
|
|
6007
|
-
|
|
6008
|
-
font-size: rem(
|
|
6009
|
-
line-height: rem(
|
|
5798
|
+
h4.wac-h4 {
|
|
5799
|
+
font-size: rem(14);
|
|
5800
|
+
line-height: rem(16);
|
|
6010
5801
|
font-weight: 500;
|
|
6011
5802
|
color: $wac-main-text;
|
|
6012
5803
|
&.grey {
|
|
@@ -7228,110 +7019,319 @@ div.wac-field-input-search {
|
|
|
7228
7019
|
}
|
|
7229
7020
|
}
|
|
7230
7021
|
}
|
|
7231
|
-
.wac-
|
|
7232
|
-
width: 100%;
|
|
7022
|
+
.wac-multiple-search-plus {
|
|
7233
7023
|
|
|
7234
7024
|
&__wrapper {
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
padding: 30px 0 0;
|
|
7025
|
+
margin: rem(14) 0;
|
|
7026
|
+
width: fit-content;
|
|
7238
7027
|
|
|
7239
|
-
&
|
|
7240
|
-
margin-right: 30px;
|
|
7241
|
-
padding: 4px 0 5px 0;
|
|
7028
|
+
&__block {
|
|
7242
7029
|
|
|
7243
|
-
|
|
7030
|
+
display: flex;
|
|
7031
|
+
align-items: center;
|
|
7032
|
+
justify-content: space-between;
|
|
7033
|
+
align-content: center;
|
|
7034
|
+
color: $wac-white;
|
|
7035
|
+
font-size: rem(14);
|
|
7036
|
+
line-height: rem(16);
|
|
7037
|
+
border-radius: rem(3);
|
|
7038
|
+
padding: rem(8) rem(15);
|
|
7039
|
+
font-weight: 500;
|
|
7040
|
+
transition: 0.3s ease;
|
|
7041
|
+
margin: rem(10) 0;
|
|
7244
7042
|
|
|
7245
|
-
|
|
7246
|
-
margin:
|
|
7247
|
-
font-size: 14px;
|
|
7248
|
-
line-height: 24px;
|
|
7249
|
-
color: $wac-second-color;
|
|
7043
|
+
.wac-text {
|
|
7044
|
+
margin: 0;
|
|
7250
7045
|
}
|
|
7251
7046
|
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
font-size: 14px;
|
|
7255
|
-
line-height: 24px;
|
|
7256
|
-
color: $wac-second-color;
|
|
7257
|
-
padding: 3px 26px 3px 14px;
|
|
7258
|
-
border: 1px solid $wac-border-form;
|
|
7259
|
-
border-radius: 3px;
|
|
7260
|
-
-webkit-appearance: none;
|
|
7261
|
-
-moz-appearance: none;
|
|
7262
|
-
text-indent: 0;
|
|
7263
|
-
text-overflow: '';
|
|
7264
|
-
background: transparent
|
|
7265
|
-
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")
|
|
7266
|
-
top 8px right 12px / 10px 10px no-repeat;
|
|
7047
|
+
:nth-child(n){
|
|
7048
|
+
padding: 0 3px;
|
|
7267
7049
|
}
|
|
7268
7050
|
|
|
7269
|
-
|
|
7270
|
-
|
|
7051
|
+
i {
|
|
7052
|
+
color: $wac-white;
|
|
7053
|
+
font-weight: 400;
|
|
7054
|
+
margin: 0 0 0 rem(15);
|
|
7055
|
+
font-size: rem(13);
|
|
7056
|
+
cursor: pointer;
|
|
7271
7057
|
}
|
|
7272
|
-
}
|
|
7273
7058
|
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7059
|
+
&.default {
|
|
7060
|
+
background-color: $wac-tag-default;
|
|
7061
|
+
border: 1px solid $wac-border-light;
|
|
7062
|
+
color: $wac-second-color;
|
|
7063
|
+
font-weight: 400;
|
|
7064
|
+
i {
|
|
7065
|
+
color: $wac-border-form;
|
|
7066
|
+
}
|
|
7067
|
+
&.hover:hover,
|
|
7068
|
+
&.hover:focus {
|
|
7069
|
+
background-color: darken($wac-tag-default, 15%);
|
|
7070
|
+
color: $wac-main-text;
|
|
7071
|
+
i {
|
|
7072
|
+
color: $wac-main-text;
|
|
7073
|
+
}
|
|
7074
|
+
}
|
|
7282
7075
|
}
|
|
7076
|
+
|
|
7283
7077
|
}
|
|
7078
|
+
}
|
|
7284
7079
|
|
|
7285
|
-
|
|
7286
|
-
@include flexbox();
|
|
7080
|
+
}
|
|
7287
7081
|
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7082
|
+
.wac-multiple-search {
|
|
7083
|
+
width: 100%;
|
|
7084
|
+
min-height: 50px;
|
|
7085
|
+
border-radius: 3px;
|
|
7086
|
+
background-color: $wac-white;
|
|
7087
|
+
position: relative;
|
|
7088
|
+
z-index: 2;
|
|
7089
|
+
border: 1px solid $wac-border-light;
|
|
7090
|
+
transition: 0.3s ease;
|
|
7091
|
+
&.open {
|
|
7092
|
+
border-color: $wac-wizishop-blue;
|
|
7093
|
+
}
|
|
7094
|
+
&__wrapper {
|
|
7095
|
+
position: relative;
|
|
7096
|
+
display: flex;
|
|
7097
|
+
justify-content: space-between;
|
|
7098
|
+
align-items: stretch;
|
|
7099
|
+
align-content: stretch;
|
|
7100
|
+
flex-wrap: nowrap;
|
|
7101
|
+
@include media('<tablet') {
|
|
7102
|
+
padding: 0 12px;
|
|
7103
|
+
}
|
|
7104
|
+
&__left {
|
|
7105
|
+
width: auto;
|
|
7106
|
+
display: flex;
|
|
7107
|
+
justify-content: space-between;
|
|
7108
|
+
align-content: center;
|
|
7109
|
+
align-items: center;
|
|
7110
|
+
flex-wrap: nowrap;
|
|
7111
|
+
position: relative;
|
|
7112
|
+
min-height: 50px;
|
|
7113
|
+
transition: background-color 0.3s ease;
|
|
7114
|
+
background-color: $wac-select-icon-background;
|
|
7115
|
+
&__background {
|
|
7116
|
+
position: absolute;
|
|
7117
|
+
width: 100%;
|
|
7118
|
+
left: 0;
|
|
7119
|
+
top: 0;
|
|
7120
|
+
height: 100%;
|
|
7121
|
+
opacity: 0;
|
|
7122
|
+
z-index: 4;
|
|
7123
|
+
transition: opacity 0.3s ease;
|
|
7294
7124
|
cursor: pointer;
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7125
|
+
}
|
|
7126
|
+
> span {
|
|
7127
|
+
color: $wac-second-color;
|
|
7128
|
+
white-space: nowrap;
|
|
7129
|
+
font-size: rem(14);
|
|
7130
|
+
line-height: rem(16);
|
|
7131
|
+
margin: 0 40px 0 20px;
|
|
7132
|
+
transition: 0.3s ease;
|
|
7133
|
+
position: relative;
|
|
7134
|
+
z-index: 2;
|
|
7135
|
+
cursor: pointer;
|
|
7136
|
+
@include media('<tablet') {
|
|
7137
|
+
text-indent: -9999999px;
|
|
7138
|
+
margin: 0;
|
|
7139
|
+
width: 11px;
|
|
7301
7140
|
}
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7141
|
+
}
|
|
7142
|
+
> i {
|
|
7143
|
+
transition: 0.3s ease;
|
|
7144
|
+
position: relative;
|
|
7145
|
+
z-index: 2;
|
|
7146
|
+
cursor: pointer;
|
|
7147
|
+
&:nth-child(2) {
|
|
7148
|
+
font-size: rem(10);
|
|
7149
|
+
color: $wac-main-text;
|
|
7150
|
+
margin: 0 20px 0 0;
|
|
7151
|
+
@include media('<tablet') {
|
|
7152
|
+
margin: 0 10px 0 0;
|
|
7153
|
+
}
|
|
7307
7154
|
}
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
|
|
7311
|
-
|
|
7155
|
+
}
|
|
7156
|
+
&__select {
|
|
7157
|
+
position: absolute;
|
|
7158
|
+
top: 50px;
|
|
7159
|
+
width: 100%;
|
|
7160
|
+
left: 0;
|
|
7161
|
+
margin-top: 11px;
|
|
7162
|
+
background-color: $wac-white;
|
|
7163
|
+
z-index: 3;
|
|
7164
|
+
box-shadow: 3px 3px 20px $wac-multiple-search-box-shadow;
|
|
7165
|
+
border-radius: 3px;
|
|
7166
|
+
border: 1px solid $wac-border-light;
|
|
7167
|
+
padding: 10px;
|
|
7168
|
+
min-width: 340px;
|
|
7169
|
+
&__item {
|
|
7170
|
+
display: inline-flex;
|
|
7171
|
+
width: 100%;
|
|
7172
|
+
font-size: rem(14);
|
|
7173
|
+
line-height: rem(30);
|
|
7174
|
+
cursor: pointer;
|
|
7175
|
+
transition: 0.3s ease;
|
|
7176
|
+
position: relative;
|
|
7177
|
+
padding: 0 10px;
|
|
7178
|
+
.wac-text {
|
|
7179
|
+
margin: 0;
|
|
7180
|
+
}
|
|
7181
|
+
:nth-child(n) {
|
|
7182
|
+
padding: 2px;
|
|
7183
|
+
}
|
|
7184
|
+
&:nth-child(2n) {
|
|
7185
|
+
background-color: $wac-gray-background;
|
|
7186
|
+
}
|
|
7187
|
+
&:not(:last-child) {
|
|
7188
|
+
margin: 0 0 rem(10);
|
|
7189
|
+
}
|
|
7312
7190
|
span {
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7191
|
+
color: $wac-main-text;
|
|
7192
|
+
font-size: rem(12);
|
|
7193
|
+
text-align: left;
|
|
7194
|
+
}
|
|
7195
|
+
&:hover,
|
|
7196
|
+
&:focus {
|
|
7197
|
+
background-color: darken($wac-gray-background, 15%);
|
|
7198
|
+
color: $wac-main-text;
|
|
7316
7199
|
}
|
|
7317
7200
|
}
|
|
7318
|
-
|
|
7319
|
-
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
|
|
7323
|
-
|
|
7201
|
+
}
|
|
7202
|
+
&:hover,
|
|
7203
|
+
&:focus,
|
|
7204
|
+
&.open {
|
|
7205
|
+
background-color: $wac-hover-multiple-search;
|
|
7206
|
+
}
|
|
7207
|
+
}
|
|
7208
|
+
&__right {
|
|
7209
|
+
width: 100%;
|
|
7210
|
+
min-height: 50px;
|
|
7211
|
+
position: relative;
|
|
7212
|
+
form {
|
|
7213
|
+
width: 100%;
|
|
7214
|
+
}
|
|
7215
|
+
input {
|
|
7216
|
+
background: transparent;
|
|
7217
|
+
border: none;
|
|
7218
|
+
color: $wac-main-text;
|
|
7219
|
+
font-size: rem(14);
|
|
7220
|
+
height: 50px;
|
|
7221
|
+
line-height: 50px;
|
|
7222
|
+
padding: 0 20px 0 48px;
|
|
7223
|
+
font-weight: 400;
|
|
7224
|
+
width: 100%;
|
|
7225
|
+
@include media('<tablet') {
|
|
7226
|
+
padding: 0 0 0 10px;
|
|
7227
|
+
}
|
|
7228
|
+
&::-webkit-input-placeholder {
|
|
7229
|
+
/* Chrome/Opera/Safari */
|
|
7230
|
+
color: $wac-multiple-search-input-color;
|
|
7231
|
+
opacity: 1;
|
|
7232
|
+
font-weight: 400;
|
|
7233
|
+
@include media('<tablet') {
|
|
7234
|
+
font-size: rem(11);
|
|
7324
7235
|
}
|
|
7325
7236
|
}
|
|
7326
|
-
|
|
7327
|
-
|
|
7328
|
-
|
|
7329
|
-
|
|
7330
|
-
|
|
7237
|
+
&::-moz-placeholder {
|
|
7238
|
+
/* Firefox 19+ */
|
|
7239
|
+
color: $wac-multiple-search-input-color;
|
|
7240
|
+
opacity: 1;
|
|
7241
|
+
font-weight: 400;
|
|
7242
|
+
@include media('<tablet') {
|
|
7243
|
+
font-size: rem(11);
|
|
7244
|
+
}
|
|
7245
|
+
}
|
|
7246
|
+
&:-ms-input-placeholder {
|
|
7247
|
+
/* IE 10+ */
|
|
7248
|
+
color: $wac-multiple-search-input-color;
|
|
7249
|
+
opacity: 1;
|
|
7250
|
+
font-weight: 400;
|
|
7251
|
+
@include media('<tablet') {
|
|
7252
|
+
font-size: rem(11);
|
|
7253
|
+
}
|
|
7254
|
+
}
|
|
7255
|
+
&:-moz-placeholder {
|
|
7256
|
+
/* Firefox 18- */
|
|
7257
|
+
color: $wac-multiple-search-input-color;
|
|
7258
|
+
opacity: 1;
|
|
7259
|
+
font-weight: 400;
|
|
7260
|
+
@include media('<tablet') {
|
|
7261
|
+
font-size: rem(11);
|
|
7262
|
+
}
|
|
7263
|
+
}
|
|
7264
|
+
&:focus {
|
|
7265
|
+
& + button i {
|
|
7266
|
+
color: $wac-main-text;
|
|
7267
|
+
}
|
|
7268
|
+
&::-webkit-input-placeholder {
|
|
7269
|
+
/* Chrome/Opera/Safari */
|
|
7270
|
+
color: $wac-white;
|
|
7271
|
+
opacity: 1;
|
|
7272
|
+
}
|
|
7273
|
+
&::-moz-placeholder {
|
|
7274
|
+
/* Firefox 19+ */
|
|
7275
|
+
color: $wac-white;
|
|
7276
|
+
opacity: 1;
|
|
7277
|
+
}
|
|
7278
|
+
&:-ms-input-placeholder {
|
|
7279
|
+
/* IE 10+ */
|
|
7280
|
+
color: $wac-white;
|
|
7281
|
+
opacity: 1;
|
|
7282
|
+
}
|
|
7283
|
+
&:-moz-placeholder {
|
|
7284
|
+
/* Firefox 18- */
|
|
7285
|
+
color: $wac-white;
|
|
7286
|
+
opacity: 1;
|
|
7287
|
+
}
|
|
7288
|
+
}
|
|
7289
|
+
}
|
|
7290
|
+
button {
|
|
7291
|
+
display: flex;
|
|
7292
|
+
align-items: center;
|
|
7293
|
+
align-content: center;
|
|
7294
|
+
justify-content: center;
|
|
7295
|
+
width: 18px;
|
|
7296
|
+
height: 18px;
|
|
7297
|
+
border-radius: 3px;
|
|
7298
|
+
position: absolute;
|
|
7299
|
+
left: 20px;
|
|
7300
|
+
top: 50%;
|
|
7301
|
+
transform: translateY(-50%);
|
|
7302
|
+
border: none;
|
|
7303
|
+
cursor: pointer;
|
|
7304
|
+
background-color: $wac-white;
|
|
7305
|
+
i {
|
|
7306
|
+
font-size: rem(18);
|
|
7307
|
+
color: $wac-color-icon-search-multiple-search;
|
|
7308
|
+
transition: 0.3s ease;
|
|
7309
|
+
}
|
|
7310
|
+
&:hover {
|
|
7311
|
+
i {
|
|
7312
|
+
color: $wac-wizishop-blue !important;
|
|
7313
|
+
}
|
|
7331
7314
|
}
|
|
7332
7315
|
}
|
|
7333
7316
|
}
|
|
7334
7317
|
}
|
|
7318
|
+
&__error {
|
|
7319
|
+
position: absolute;
|
|
7320
|
+
top: 100%;
|
|
7321
|
+
margin-top: 10px;
|
|
7322
|
+
width: auto;
|
|
7323
|
+
right: 0;
|
|
7324
|
+
height: 30px;
|
|
7325
|
+
line-height: 30px;
|
|
7326
|
+
text-align: center;
|
|
7327
|
+
background-color: $wac-multiple-search-error;
|
|
7328
|
+
color: $wac-white;
|
|
7329
|
+
font-size: rem(16);
|
|
7330
|
+
font-weight: 500;
|
|
7331
|
+
white-space: nowrap;
|
|
7332
|
+
padding: 0 20px;
|
|
7333
|
+
border-radius: 3px;
|
|
7334
|
+
}
|
|
7335
7335
|
}
|
|
7336
7336
|
.wac-image {
|
|
7337
7337
|
width: 60px;
|