@selfcommunity/react-theme-default 0.4.2-courses.182 → 0.4.2-courses.183

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.
@@ -24,11 +24,12 @@ declare const Component: {
24
24
  marginLeft: string;
25
25
  };
26
26
  };
27
- marginTop: any;
27
+ marginTop: string;
28
28
  marginBottom: number;
29
29
  };
30
30
  '& .infinite-scroll-component__outerdiv': {
31
31
  overflowY: string;
32
+ marginBottom: any;
32
33
  '& .infinite-scroll-component': {
33
34
  '& .MuiList-root ': {
34
35
  padding: number;
@@ -26,11 +26,12 @@ const Component = {
26
26
  marginLeft: 'auto'
27
27
  }
28
28
  },
29
- marginTop: theme.spacing(2),
29
+ marginTop: 'auto',
30
30
  marginBottom: 0
31
31
  },
32
32
  '& .infinite-scroll-component__outerdiv': {
33
33
  overflowY: 'auto',
34
+ marginBottom: theme.spacing(2),
34
35
  '& .infinite-scroll-component': {
35
36
  '& .MuiList-root ': {
36
37
  padding: 0,
@@ -19,7 +19,9 @@ declare const Component: {
19
19
  backgroundColor: any;
20
20
  };
21
21
  '& .SCLessonDrawer-header': {
22
- minHeight: string;
22
+ [x: number]: {
23
+ minHeight: string;
24
+ };
23
25
  display: string;
24
26
  padding: any;
25
27
  };
@@ -21,7 +21,9 @@ const Component = {
21
21
  backgroundColor: theme.palette.grey[200]
22
22
  },
23
23
  '& .SCLessonDrawer-header': {
24
- minHeight: '60px',
24
+ [theme.breakpoints.up('sm')]: {
25
+ minHeight: '60px'
26
+ },
25
27
  display: 'block',
26
28
  padding: theme.spacing(1.5)
27
29
  },
@@ -5342,7 +5342,9 @@ declare const theme: {
5342
5342
  backgroundColor: any;
5343
5343
  };
5344
5344
  '& .SCLessonDrawer-header': {
5345
- minHeight: string;
5345
+ [x: number]: {
5346
+ minHeight: string;
5347
+ };
5346
5348
  display: string;
5347
5349
  padding: any;
5348
5350
  };
@@ -5538,11 +5540,12 @@ declare const theme: {
5538
5540
  marginLeft: string;
5539
5541
  };
5540
5542
  };
5541
- marginTop: any;
5543
+ marginTop: string;
5542
5544
  marginBottom: number;
5543
5545
  };
5544
5546
  '& .infinite-scroll-component__outerdiv': {
5545
5547
  overflowY: string;
5548
+ marginBottom: any;
5546
5549
  '& .infinite-scroll-component': {
5547
5550
  '& .MuiList-root ': {
5548
5551
  padding: number;
@@ -24,11 +24,12 @@ declare const Component: {
24
24
  marginLeft: string;
25
25
  };
26
26
  };
27
- marginTop: any;
27
+ marginTop: string;
28
28
  marginBottom: number;
29
29
  };
30
30
  '& .infinite-scroll-component__outerdiv': {
31
31
  overflowY: string;
32
+ marginBottom: any;
32
33
  '& .infinite-scroll-component': {
33
34
  '& .MuiList-root ': {
34
35
  padding: number;
@@ -24,11 +24,12 @@ const Component = {
24
24
  marginLeft: 'auto'
25
25
  }
26
26
  },
27
- marginTop: theme.spacing(2),
27
+ marginTop: 'auto',
28
28
  marginBottom: 0
29
29
  },
30
30
  '& .infinite-scroll-component__outerdiv': {
31
31
  overflowY: 'auto',
32
+ marginBottom: theme.spacing(2),
32
33
  '& .infinite-scroll-component': {
33
34
  '& .MuiList-root ': {
34
35
  padding: 0,
@@ -19,7 +19,9 @@ declare const Component: {
19
19
  backgroundColor: any;
20
20
  };
21
21
  '& .SCLessonDrawer-header': {
22
- minHeight: string;
22
+ [x: number]: {
23
+ minHeight: string;
24
+ };
23
25
  display: string;
24
26
  padding: any;
25
27
  };
@@ -19,7 +19,9 @@ const Component = {
19
19
  backgroundColor: theme.palette.grey[200]
20
20
  },
21
21
  '& .SCLessonDrawer-header': {
22
- minHeight: '60px',
22
+ [theme.breakpoints.up('sm')]: {
23
+ minHeight: '60px'
24
+ },
23
25
  display: 'block',
24
26
  padding: theme.spacing(1.5)
25
27
  },
@@ -5342,7 +5342,9 @@ declare const theme: {
5342
5342
  backgroundColor: any;
5343
5343
  };
5344
5344
  '& .SCLessonDrawer-header': {
5345
- minHeight: string;
5345
+ [x: number]: {
5346
+ minHeight: string;
5347
+ };
5346
5348
  display: string;
5347
5349
  padding: any;
5348
5350
  };
@@ -5538,11 +5540,12 @@ declare const theme: {
5538
5540
  marginLeft: string;
5539
5541
  };
5540
5542
  };
5541
- marginTop: any;
5543
+ marginTop: string;
5542
5544
  marginBottom: number;
5543
5545
  };
5544
5546
  '& .infinite-scroll-component__outerdiv': {
5545
5547
  overflowY: string;
5548
+ marginBottom: any;
5546
5549
  '& .infinite-scroll-component': {
5547
5550
  '& .MuiList-root ': {
5548
5551
  padding: number;