@wizishop/angular-components 15.1.133 → 15.1.134
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
|
@@ -566,6 +566,18 @@ $wac-tab-colunm-blue: #3ba6ec!default;.zindexToggle {
|
|
|
566
566
|
|
|
567
567
|
&.is-top {
|
|
568
568
|
top: 0;
|
|
569
|
+
width: fit-content;
|
|
570
|
+
&.small {
|
|
571
|
+
top: 30px;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
&.is-top-center {
|
|
576
|
+
top: 0;
|
|
577
|
+
left: 50%;
|
|
578
|
+
transform: translateX(-50%);
|
|
579
|
+
width: fit-content;
|
|
580
|
+
transition: opacity .3s ease;
|
|
569
581
|
&.small {
|
|
570
582
|
top: 30px;
|
|
571
583
|
}
|
package/package.json
CHANGED
package/{wizishop-angular-components-15.1.133.tgz → wizishop-angular-components-15.1.134.tgz}
RENAMED
|
index b97ef9e..83040ab 100644
|
|
|
Binary file
|