mario-core 2.9.147-level → 2.9.149-level
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.css +13 -1
- package/dist/index.js +2068 -1456
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2069 -1457
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/TheLayoutAdmin.d.ts +4 -0
- package/package.json +101 -101
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/utils/amplitude.d.ts +0 -1
package/dist/index.css
CHANGED
|
@@ -294,7 +294,19 @@
|
|
|
294
294
|
._jOY7o {
|
|
295
295
|
background-size: cover;
|
|
296
296
|
opacity: 0;
|
|
297
|
-
animation: _wnn2_ 20s step-start infinite 0s;
|
|
297
|
+
-webkit-animation: _wnn2_ 20s step-start infinite 0s;
|
|
298
|
+
animation: _wnn2_ 20s step-start infinite 0s; }
|
|
299
|
+
|
|
300
|
+
@-webkit-keyframes _wnn2_ {
|
|
301
|
+
0% {
|
|
302
|
+
opacity: 0;
|
|
303
|
+
background-image: url("/images/landing-page.jpg"); }
|
|
304
|
+
50% {
|
|
305
|
+
opacity: 1;
|
|
306
|
+
background-image: url("/images/landing-page2.jpg"); }
|
|
307
|
+
100% {
|
|
308
|
+
opacity: 2;
|
|
309
|
+
background-image: url("/images/landing-page3.jpg"); } }
|
|
298
310
|
|
|
299
311
|
@keyframes _wnn2_ {
|
|
300
312
|
0% {
|