@wizishop/angular-components 14.4.26 → 14.4.27
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
CHANGED
|
@@ -3474,7 +3474,61 @@ wac-calendar {
|
|
|
3474
3474
|
z-index: 2;
|
|
3475
3475
|
}
|
|
3476
3476
|
}
|
|
3477
|
-
|
|
3477
|
+
|
|
3478
|
+
.nwbSelect {
|
|
3479
|
+
|
|
3480
|
+
&__container {
|
|
3481
|
+
position: absolute;
|
|
3482
|
+
top: 100%;
|
|
3483
|
+
margin-top: rem(14);
|
|
3484
|
+
left: 0;
|
|
3485
|
+
width: auto;
|
|
3486
|
+
border: 1px solid $wac-border-light;
|
|
3487
|
+
border-radius: 3px;
|
|
3488
|
+
display: flex;
|
|
3489
|
+
flex-direction: column;
|
|
3490
|
+
justify-content: flex-start;
|
|
3491
|
+
align-items: flex-start;
|
|
3492
|
+
background-color: $wac-white;
|
|
3493
|
+
max-height: 400px;
|
|
3494
|
+
height: auto;
|
|
3495
|
+
visibility: visible;
|
|
3496
|
+
opacity: 1;
|
|
3497
|
+
box-shadow: 3px 3px 20px $wac-select-box-shadow;
|
|
3498
|
+
|
|
3499
|
+
&__item {
|
|
3500
|
+
border: none;
|
|
3501
|
+
background-color: transparent;
|
|
3502
|
+
width: 100%;
|
|
3503
|
+
font-size: rem(14);
|
|
3504
|
+
line-height: rem(40);
|
|
3505
|
+
cursor: pointer;
|
|
3506
|
+
transition: 0.3s ease;
|
|
3507
|
+
position: relative;
|
|
3508
|
+
display: flex;
|
|
3509
|
+
justify-content: flex-start;
|
|
3510
|
+
align-content: center;
|
|
3511
|
+
align-items: center;
|
|
3512
|
+
font-weight: 400;
|
|
3513
|
+
padding: 0 20px;
|
|
3514
|
+
|
|
3515
|
+
&:empty {
|
|
3516
|
+
display: none;
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
&:hover,
|
|
3520
|
+
&:focus {
|
|
3521
|
+
background-color: $wac-gray-background;
|
|
3522
|
+
color: $wac-main-text;
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
&--selected {
|
|
3526
|
+
background-color: $wac-hover-multiple-search !important;
|
|
3527
|
+
color: $wac-main-text !important;
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
}
|
|
3531
|
+
}.wac-expanded-panel {
|
|
3478
3532
|
width: 100%;
|
|
3479
3533
|
display: flex;
|
|
3480
3534
|
flex-direction: column;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|