mario-core 3.0.3-admin → 3.0.4-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.
Files changed (2) hide show
  1. package/dist/index.css +4 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -602,9 +602,12 @@
602
602
  color: #8b0000; }
603
603
  ._1INnO {
604
604
  display: none; }
605
+ ._WX97m {
606
+ padding: 10px 40px !important; }
605
607
  ._WX97m {
606
608
  background: #ffff;
607
- padding: 20px; }
609
+ padding: 20px;
610
+ margin-top: 10px; }
608
611
  ._WX97m > ul > li > a {
609
612
  width: 100% !important;
610
613
  border: none !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "3.0.3-admin",
3
+ "version": "3.0.4-admin",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",