mario-core 4.0.0 → 4.0.1
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 +6 -6
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -300,24 +300,24 @@
|
|
|
300
300
|
@-webkit-keyframes _wnn2_ {
|
|
301
301
|
0% {
|
|
302
302
|
opacity: 0;
|
|
303
|
-
background-image: url("/images/landing-page.jpg"); }
|
|
303
|
+
background-image: url("~/public/images/landing-page.jpg"); }
|
|
304
304
|
50% {
|
|
305
305
|
opacity: 1;
|
|
306
|
-
background-image: url("/images/landing-page2.jpg"); }
|
|
306
|
+
background-image: url("~/public/images/landing-page2.jpg"); }
|
|
307
307
|
100% {
|
|
308
308
|
opacity: 2;
|
|
309
|
-
background-image: url("/images/landing-page3.jpg"); } }
|
|
309
|
+
background-image: url("~/public/images/landing-page3.jpg"); } }
|
|
310
310
|
|
|
311
311
|
@keyframes _wnn2_ {
|
|
312
312
|
0% {
|
|
313
313
|
opacity: 0;
|
|
314
|
-
background-image: url("/images/landing-page.jpg"); }
|
|
314
|
+
background-image: url("~/public/images/landing-page.jpg"); }
|
|
315
315
|
50% {
|
|
316
316
|
opacity: 1;
|
|
317
|
-
background-image: url("/images/landing-page2.jpg"); }
|
|
317
|
+
background-image: url("~/public/images/landing-page2.jpg"); }
|
|
318
318
|
100% {
|
|
319
319
|
opacity: 2;
|
|
320
|
-
background-image: url("/images/landing-page3.jpg"); } }
|
|
320
|
+
background-image: url("~/public/images/landing-page3.jpg"); } }
|
|
321
321
|
|
|
322
322
|
._F-hjL {
|
|
323
323
|
background-color: #336dda;
|