oraculo-ui 0.1.99 → 0.1.100
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +6 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3452,6 +3452,9 @@ function an({
|
|
|
3452
3452
|
left: "120px",
|
|
3453
3453
|
"@media (max-width:1024px)": {
|
|
3454
3454
|
left: 24
|
|
3455
|
+
},
|
|
3456
|
+
"@media (max-width:800px)": {
|
|
3457
|
+
top: "40%"
|
|
3455
3458
|
}
|
|
3456
3459
|
},
|
|
3457
3460
|
children: /* @__PURE__ */ e(xe, {})
|
|
@@ -3467,6 +3470,9 @@ function an({
|
|
|
3467
3470
|
right: "120px",
|
|
3468
3471
|
"@media (max-width:1024px)": {
|
|
3469
3472
|
right: 24
|
|
3473
|
+
},
|
|
3474
|
+
"@media (max-width:800px)": {
|
|
3475
|
+
top: "40%"
|
|
3470
3476
|
}
|
|
3471
3477
|
},
|
|
3472
3478
|
children: /* @__PURE__ */ e(we, {})
|