impaktapps-ui-builder 0.0.101-alpha.222 → 0.0.101-alpha.224

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.
@@ -11455,6 +11455,8 @@ function Card(theme) {
11455
11455
  height: "0",
11456
11456
  background: "transparent",
11457
11457
  borderRadius: "0px",
11458
+ marginLeft: "-10px",
11459
+ marginTop: "-8px",
11458
11460
  justifyContent: "start",
11459
11461
  position: "relative"
11460
11462
  },
@@ -11499,6 +11501,7 @@ function Card(theme) {
11499
11501
  background: "inherit",
11500
11502
  justifyContent: "flex-start",
11501
11503
  width: "auto",
11504
+ margin: "-8px",
11502
11505
  position: "absolute",
11503
11506
  left: "8px"
11504
11507
  }
@@ -11523,6 +11526,7 @@ function Card(theme) {
11523
11526
  textWrap: "wrap",
11524
11527
  background: "inherit",
11525
11528
  width: "calc(100%+8px)",
11529
+ margin: "-16px",
11526
11530
  marginTop: { xs: "0px", md: "12px" },
11527
11531
  lineHeight: "1"
11528
11532
  },