impaktapps-ui-builder 0.0.101-alpha.252 → 0.0.101-alpha.254

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.
@@ -11457,6 +11457,8 @@ function Card(theme) {
11457
11457
  height: "0",
11458
11458
  background: "transparent",
11459
11459
  borderRadius: "0px",
11460
+ marginLeft: "-10px",
11461
+ marginTop: "-8px",
11460
11462
  justifyContent: "start",
11461
11463
  position: "relative"
11462
11464
  },
@@ -11478,7 +11480,8 @@ function Card(theme) {
11478
11480
  background: "inherit",
11479
11481
  justifyContent: "flex-start",
11480
11482
  width: "auto",
11481
- padding: 0,
11483
+ margin: "-8px",
11484
+ marginLeft: "-24px",
11482
11485
  height: 0
11483
11486
  }
11484
11487
  },
@@ -11501,8 +11504,9 @@ function Card(theme) {
11501
11504
  background: "inherit",
11502
11505
  justifyContent: "flex-start",
11503
11506
  width: "auto",
11507
+ margin: "-8px",
11504
11508
  position: "absolute",
11505
- left: "0px"
11509
+ left: "24px"
11506
11510
  }
11507
11511
  },
11508
11512
  options: {
@@ -11524,9 +11528,9 @@ function Card(theme) {
11524
11528
  justifyContent: "center",
11525
11529
  textWrap: "wrap",
11526
11530
  background: "inherit",
11527
- width: "100%",
11528
- marginTop: { xs: "0px", md: "12px" },
11529
- lineHeight: "1"
11531
+ width: "calc(100%+8px)",
11532
+ margin: "-8px",
11533
+ marginTop: { xs: "0px", md: "12px" }
11530
11534
  },
11531
11535
  layout: 12
11532
11536
  },