@selfcommunity/react-theme-default 0.4.2-courses.188 → 0.4.2-courses.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.
@@ -30,8 +30,12 @@ declare const Component: {
30
30
  };
31
31
  };
32
32
  '& .SCLessonObject-medias-section': {
33
+ '& .SCLessonObject-files': {
34
+ display: string;
35
+ };
33
36
  '& .SCLessonFilePreview-root': {
34
37
  marginBottom: any;
38
+ maxWidth: string;
35
39
  };
36
40
  '& .SCMediaLink-display-root': {
37
41
  marginBottom: any;
@@ -32,8 +32,12 @@ const Component = {
32
32
  }
33
33
  },
34
34
  '& .SCLessonObject-medias-section': {
35
+ '& .SCLessonObject-files': {
36
+ display: 'flex'
37
+ },
35
38
  '& .SCLessonFilePreview-root': {
36
- marginBottom: theme.spacing(1)
39
+ marginBottom: theme.spacing(1),
40
+ maxWidth: '140px'
37
41
  },
38
42
  '& .SCMediaLink-display-root': {
39
43
  marginBottom: theme.spacing(1),
@@ -5778,8 +5778,12 @@ declare const theme: {
5778
5778
  };
5779
5779
  };
5780
5780
  '& .SCLessonObject-medias-section': {
5781
+ '& .SCLessonObject-files': {
5782
+ display: string;
5783
+ };
5781
5784
  '& .SCLessonFilePreview-root': {
5782
5785
  marginBottom: any;
5786
+ maxWidth: string;
5783
5787
  };
5784
5788
  '& .SCMediaLink-display-root': {
5785
5789
  marginBottom: any;
@@ -30,8 +30,12 @@ declare const Component: {
30
30
  };
31
31
  };
32
32
  '& .SCLessonObject-medias-section': {
33
+ '& .SCLessonObject-files': {
34
+ display: string;
35
+ };
33
36
  '& .SCLessonFilePreview-root': {
34
37
  marginBottom: any;
38
+ maxWidth: string;
35
39
  };
36
40
  '& .SCMediaLink-display-root': {
37
41
  marginBottom: any;
@@ -30,8 +30,12 @@ const Component = {
30
30
  }
31
31
  },
32
32
  '& .SCLessonObject-medias-section': {
33
+ '& .SCLessonObject-files': {
34
+ display: 'flex'
35
+ },
33
36
  '& .SCLessonFilePreview-root': {
34
- marginBottom: theme.spacing(1)
37
+ marginBottom: theme.spacing(1),
38
+ maxWidth: '140px'
35
39
  },
36
40
  '& .SCMediaLink-display-root': {
37
41
  marginBottom: theme.spacing(1),
@@ -5778,8 +5778,12 @@ declare const theme: {
5778
5778
  };
5779
5779
  };
5780
5780
  '& .SCLessonObject-medias-section': {
5781
+ '& .SCLessonObject-files': {
5782
+ display: string;
5783
+ };
5781
5784
  '& .SCLessonFilePreview-root': {
5782
5785
  marginBottom: any;
5786
+ maxWidth: string;
5783
5787
  };
5784
5788
  '& .SCMediaLink-display-root': {
5785
5789
  marginBottom: any;