@selfcommunity/react-theme-default 0.4.2-courses.156 → 0.4.2-courses.157

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.
@@ -52,7 +52,6 @@ declare const Component: {
52
52
  };
53
53
  };
54
54
  '& .SCCourses-no-results': {
55
- marginTop: any;
56
55
  display: string;
57
56
  flexDirection: string;
58
57
  alignItems: string;
@@ -54,7 +54,6 @@ const Component = {
54
54
  }
55
55
  },
56
56
  '& .SCCourses-no-results': {
57
- marginTop: theme.spacing(5),
58
57
  display: 'flex',
59
58
  flexDirection: 'column',
60
59
  alignItems: 'center',
@@ -2406,7 +2406,6 @@ declare const theme: {
2406
2406
  };
2407
2407
  };
2408
2408
  '& .SCCourses-no-results': {
2409
- marginTop: any;
2410
2409
  display: string;
2411
2410
  flexDirection: string;
2412
2411
  alignItems: string;
@@ -52,7 +52,6 @@ declare const Component: {
52
52
  };
53
53
  };
54
54
  '& .SCCourses-no-results': {
55
- marginTop: any;
56
55
  display: string;
57
56
  flexDirection: string;
58
57
  alignItems: string;
@@ -52,7 +52,6 @@ const Component = {
52
52
  }
53
53
  },
54
54
  '& .SCCourses-no-results': {
55
- marginTop: theme.spacing(5),
56
55
  display: 'flex',
57
56
  flexDirection: 'column',
58
57
  alignItems: 'center',
@@ -2406,7 +2406,6 @@ declare const theme: {
2406
2406
  };
2407
2407
  };
2408
2408
  '& .SCCourses-no-results': {
2409
- marginTop: any;
2410
2409
  display: string;
2411
2410
  flexDirection: string;
2412
2411
  alignItems: string;