@selfcommunity/react-theme-default 0.4.5-payments.187 → 0.4.5-payments.189

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.
@@ -22,6 +22,7 @@ declare const Component: {
22
22
  };
23
23
  '& .SCCourse-snippet-image': {
24
24
  position: string;
25
+ marginLeft: any;
25
26
  '& .SCCourse-snippet-in-progress': {
26
27
  height: number;
27
28
  backgroundColor: any;
@@ -24,6 +24,7 @@ const Component = {
24
24
  },
25
25
  '& .SCCourse-snippet-image': {
26
26
  position: 'relative',
27
+ marginLeft: theme.spacing(),
27
28
  '& .SCCourse-snippet-in-progress': {
28
29
  height: 18,
29
30
  backgroundColor: theme.palette.secondary.main,
@@ -1789,6 +1789,7 @@ declare const theme: {
1789
1789
  };
1790
1790
  '& .SCCourse-snippet-image': {
1791
1791
  position: string;
1792
+ marginLeft: any;
1792
1793
  '& .SCCourse-snippet-in-progress': {
1793
1794
  height: number;
1794
1795
  backgroundColor: any;
@@ -22,6 +22,7 @@ declare const Component: {
22
22
  };
23
23
  '& .SCCourse-snippet-image': {
24
24
  position: string;
25
+ marginLeft: any;
25
26
  '& .SCCourse-snippet-in-progress': {
26
27
  height: number;
27
28
  backgroundColor: any;
@@ -22,6 +22,7 @@ const Component = {
22
22
  },
23
23
  '& .SCCourse-snippet-image': {
24
24
  position: 'relative',
25
+ marginLeft: theme.spacing(),
25
26
  '& .SCCourse-snippet-in-progress': {
26
27
  height: 18,
27
28
  backgroundColor: theme.palette.secondary.main,
@@ -1789,6 +1789,7 @@ declare const theme: {
1789
1789
  };
1790
1790
  '& .SCCourse-snippet-image': {
1791
1791
  position: string;
1792
+ marginLeft: any;
1792
1793
  '& .SCCourse-snippet-in-progress': {
1793
1794
  height: number;
1794
1795
  backgroundColor: any;