@wizishop/angular-components 14.4.40 → 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'] {
|
|
@@ -6680,6 +6683,28 @@ wac-optional-disable-container {
|
|
|
6680
6683
|
}
|
|
6681
6684
|
}
|
|
6682
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
|
+
}
|
|
6683
6708
|
.wac-token-check {
|
|
6684
6709
|
display: inline-block;
|
|
6685
6710
|
position: relative;
|
|
@@ -6704,28 +6729,6 @@ wac-optional-disable-container {
|
|
|
6704
6729
|
}
|
|
6705
6730
|
}
|
|
6706
6731
|
}
|
|
6707
|
-
span.wac-tooltip {
|
|
6708
|
-
position: relative;
|
|
6709
|
-
padding: 0.5rem;
|
|
6710
|
-
.tooltip-content {
|
|
6711
|
-
display: none;
|
|
6712
|
-
}
|
|
6713
|
-
&:hover {
|
|
6714
|
-
.tooltip-content {
|
|
6715
|
-
position: absolute;
|
|
6716
|
-
width: 500px;
|
|
6717
|
-
background-color: transparentize($wac-second-color, .1);
|
|
6718
|
-
color: $wac-white;
|
|
6719
|
-
font-size: rem(12);
|
|
6720
|
-
display: block;
|
|
6721
|
-
left: 30px;
|
|
6722
|
-
top: 0;
|
|
6723
|
-
padding: 4px;
|
|
6724
|
-
border-radius: 3px;
|
|
6725
|
-
z-index: 100;
|
|
6726
|
-
}
|
|
6727
|
-
}
|
|
6728
|
-
}
|
|
6729
6732
|
.wac-upload {
|
|
6730
6733
|
width: auto;
|
|
6731
6734
|
&__wrapper {
|
package/package.json
CHANGED
|
index a723806..31c84fe 100644
|
|
|
Binary file
|