@wizishop/angular-components 14.4.39 → 14.4.41
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
|
@@ -2771,6 +2771,9 @@ wac-calendar {
|
|
|
2771
2771
|
position: relative;
|
|
2772
2772
|
min-width: 100%;
|
|
2773
2773
|
margin: 0;
|
|
2774
|
+
@include media('<desktop') {
|
|
2775
|
+
display: flex;
|
|
2776
|
+
}
|
|
2774
2777
|
}
|
|
2775
2778
|
|
|
2776
2779
|
input[type='text'] {
|
|
@@ -5831,7 +5834,7 @@ wac-optional-disable-container {
|
|
|
5831
5834
|
align-items: center;
|
|
5832
5835
|
line-height: 1.4;
|
|
5833
5836
|
padding: 5px 20px;
|
|
5834
|
-
transition:
|
|
5837
|
+
transition: .3s ease-in-out;
|
|
5835
5838
|
|
|
5836
5839
|
&.item-link {
|
|
5837
5840
|
color: $wac-second-color;
|
|
@@ -5842,6 +5845,9 @@ wac-optional-disable-container {
|
|
|
5842
5845
|
background-color: transparentize($wac-link-active, .9);
|
|
5843
5846
|
transition: color .3s ease-in-out;
|
|
5844
5847
|
}
|
|
5848
|
+
&:hover, &:focus {
|
|
5849
|
+
background-color: $wac-grey;
|
|
5850
|
+
}
|
|
5845
5851
|
}
|
|
5846
5852
|
|
|
5847
5853
|
&:first-child {
|
|
@@ -6677,6 +6683,28 @@ wac-optional-disable-container {
|
|
|
6677
6683
|
}
|
|
6678
6684
|
}
|
|
6679
6685
|
}
|
|
6686
|
+
span.wac-tooltip {
|
|
6687
|
+
position: relative;
|
|
6688
|
+
padding: 0.5rem;
|
|
6689
|
+
.tooltip-content {
|
|
6690
|
+
display: none;
|
|
6691
|
+
}
|
|
6692
|
+
&:hover {
|
|
6693
|
+
.tooltip-content {
|
|
6694
|
+
position: absolute;
|
|
6695
|
+
width: 500px;
|
|
6696
|
+
background-color: transparentize($wac-second-color, .1);
|
|
6697
|
+
color: $wac-white;
|
|
6698
|
+
font-size: rem(12);
|
|
6699
|
+
display: block;
|
|
6700
|
+
left: 30px;
|
|
6701
|
+
top: 0;
|
|
6702
|
+
padding: 4px;
|
|
6703
|
+
border-radius: 3px;
|
|
6704
|
+
z-index: 100;
|
|
6705
|
+
}
|
|
6706
|
+
}
|
|
6707
|
+
}
|
|
6680
6708
|
.wac-token-check {
|
|
6681
6709
|
display: inline-block;
|
|
6682
6710
|
position: relative;
|
|
@@ -6701,28 +6729,6 @@ wac-optional-disable-container {
|
|
|
6701
6729
|
}
|
|
6702
6730
|
}
|
|
6703
6731
|
}
|
|
6704
|
-
span.wac-tooltip {
|
|
6705
|
-
position: relative;
|
|
6706
|
-
padding: 0.5rem;
|
|
6707
|
-
.tooltip-content {
|
|
6708
|
-
display: none;
|
|
6709
|
-
}
|
|
6710
|
-
&:hover {
|
|
6711
|
-
.tooltip-content {
|
|
6712
|
-
position: absolute;
|
|
6713
|
-
width: 500px;
|
|
6714
|
-
background-color: transparentize($wac-second-color, .1);
|
|
6715
|
-
color: $wac-white;
|
|
6716
|
-
font-size: rem(12);
|
|
6717
|
-
display: block;
|
|
6718
|
-
left: 30px;
|
|
6719
|
-
top: 0;
|
|
6720
|
-
padding: 4px;
|
|
6721
|
-
border-radius: 3px;
|
|
6722
|
-
z-index: 100;
|
|
6723
|
-
}
|
|
6724
|
-
}
|
|
6725
|
-
}
|
|
6726
6732
|
.wac-upload {
|
|
6727
6733
|
width: auto;
|
|
6728
6734
|
&__wrapper {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|