mario-core 3.0.7-admin → 3.0.8-admin
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 +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
0% {
|
|
302
302
|
opacity: 0;
|
|
303
303
|
background-image: url("/images/landing-page.jpg"); }
|
|
304
|
-
|
|
304
|
+
50% {
|
|
305
305
|
opacity: 1;
|
|
306
306
|
background-image: url("/images/landing-page2.jpg"); }
|
|
307
307
|
100% {
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
0% {
|
|
313
313
|
opacity: 0;
|
|
314
314
|
background-image: url("/images/landing-page.jpg"); }
|
|
315
|
-
|
|
315
|
+
50% {
|
|
316
316
|
opacity: 1;
|
|
317
317
|
background-image: url("/images/landing-page2.jpg"); }
|
|
318
318
|
100% {
|