@octostar/map-component 0.1.20 → 0.1.21
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -574,9 +574,9 @@ body{--tw-bg-opacity:1;background-color:hsl(var(--background) / var(--tw-bg-opac
|
|
|
574
574
|
.z-50{z-index:50}
|
|
575
575
|
.z-\[10001\]{z-index:10001}
|
|
576
576
|
.z-\[100\]{z-index:100}
|
|
577
|
+
.z-\[10\]{z-index:10}
|
|
577
578
|
.z-\[200\]{z-index:200}
|
|
578
579
|
.z-\[9999\]{z-index:9999}
|
|
579
|
-
.z-\[99\]{z-index:99}
|
|
580
580
|
.\!m-0{margin:0px !important}
|
|
581
581
|
.\!my-0\.5{margin-top:0.125rem !important;margin-bottom:0.125rem !important}
|
|
582
582
|
.\!my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}
|