impaktapps-ui-builder 0.0.382-alpha.42 → 0.0.382-alpha.43

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.
@@ -9885,6 +9885,15 @@ var Card = {
9885
9885
  textAlign: "left",
9886
9886
  background: "#3f51b5",
9887
9887
  borderRadius: "20px"
9888
+ },
9889
+ wrapperStyle: {
9890
+ position: "relative",
9891
+ color: "white",
9892
+ height: { xs: "120px", md: "160px" },
9893
+ width: "100%",
9894
+ textAlign: "left",
9895
+ background: "#3f51b5",
9896
+ borderRadius: "20px"
9888
9897
  }
9889
9898
  },
9890
9899
  layout: { xs: 12, sm: 12, md: 6, lg: 6 }