@wizishop/angular-components 0.0.244 → 0.0.246
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
|
@@ -3649,13 +3649,14 @@ span.wac-tooltip {
|
|
|
3649
3649
|
.tooltip-content {
|
|
3650
3650
|
position: absolute;
|
|
3651
3651
|
width: 500px;
|
|
3652
|
-
background-color: $wac-
|
|
3653
|
-
color: $wac-
|
|
3652
|
+
background-color: transparentize($wac-second-color, .1);
|
|
3653
|
+
color: $wac-white;
|
|
3654
|
+
font-size: rem(12);
|
|
3654
3655
|
display: block;
|
|
3655
3656
|
left: 30px;
|
|
3656
3657
|
top: 0;
|
|
3657
|
-
|
|
3658
|
-
|
|
3658
|
+
padding: 4px;
|
|
3659
|
+
border-radius: 3px;
|
|
3659
3660
|
z-index: 100;
|
|
3660
3661
|
}
|
|
3661
3662
|
}
|
|
@@ -5303,6 +5304,7 @@ span.wac-tooltip {
|
|
|
5303
5304
|
&.oneline {
|
|
5304
5305
|
width: auto!important;
|
|
5305
5306
|
white-space: nowrap;
|
|
5307
|
+
min-width: unset!important;
|
|
5306
5308
|
}
|
|
5307
5309
|
|
|
5308
5310
|
@include media('>=tablet') {
|
package/package.json
CHANGED
|
index 1eb3f20..0389a6c 100644
|
|
|
Binary file
|