rivia 0.0.100 → 0.0.102
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/dist/index.js +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4827,14 +4827,14 @@ var ProductManagement = /* @__PURE__ */ function() {
|
|
|
4827
4827
|
style.id = "pm-dot-style";
|
|
4828
4828
|
style.innerHTML = `
|
|
4829
4829
|
.pm-dot {
|
|
4830
|
-
position: absolute;
|
|
4831
|
-
top: 6px;
|
|
4832
|
-
right: 6px;
|
|
4833
|
-
width: 8px;
|
|
4834
|
-
height: 8px;
|
|
4835
|
-
background-color: red;
|
|
4836
|
-
border-radius: 50%;
|
|
4837
|
-
z-index:
|
|
4830
|
+
position: !important absolute;
|
|
4831
|
+
top: !important 6px;
|
|
4832
|
+
right: !important 6px;
|
|
4833
|
+
width: !important 8px;
|
|
4834
|
+
height: !important 8px;
|
|
4835
|
+
background-color: !important red;
|
|
4836
|
+
border-radius: !important 50%;
|
|
4837
|
+
z-index: !important 2147483647;
|
|
4838
4838
|
}
|
|
4839
4839
|
`;
|
|
4840
4840
|
document.head.appendChild(style);
|