@selfcommunity/react-theme-default 0.4.5-payments.188 → 0.4.5-payments.190

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,17 @@ declare const Component: {
22
22
  };
23
23
  '& .SCCourse-snippet-image': {
24
24
  position: string;
25
+ marginLeft: any;
26
+ '& .SCCourse-chip': {
27
+ maxWidth: number;
28
+ borderRadius: number;
29
+ boxShadow: string;
30
+ height: number;
31
+ '& span': {
32
+ padding: number;
33
+ fontSize: string;
34
+ };
35
+ };
25
36
  '& .SCCourse-snippet-in-progress': {
26
37
  height: number;
27
38
  backgroundColor: any;
@@ -24,6 +24,17 @@ const Component = {
24
24
  },
25
25
  '& .SCCourse-snippet-image': {
26
26
  position: 'relative',
27
+ marginLeft: theme.spacing(),
28
+ '& .SCCourse-chip': {
29
+ maxWidth: 70,
30
+ borderRadius: 3,
31
+ boxShadow: 'rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px',
32
+ height: 18,
33
+ '& span': {
34
+ padding: 3,
35
+ fontSize: '0.6rem'
36
+ }
37
+ },
27
38
  '& .SCCourse-snippet-in-progress': {
28
39
  height: 18,
29
40
  backgroundColor: theme.palette.secondary.main,
@@ -1789,6 +1789,17 @@ declare const theme: {
1789
1789
  };
1790
1790
  '& .SCCourse-snippet-image': {
1791
1791
  position: string;
1792
+ marginLeft: any;
1793
+ '& .SCCourse-chip': {
1794
+ maxWidth: number;
1795
+ borderRadius: number;
1796
+ boxShadow: string;
1797
+ height: number;
1798
+ '& span': {
1799
+ padding: number;
1800
+ fontSize: string;
1801
+ };
1802
+ };
1792
1803
  '& .SCCourse-snippet-in-progress': {
1793
1804
  height: number;
1794
1805
  backgroundColor: any;
@@ -22,6 +22,17 @@ declare const Component: {
22
22
  };
23
23
  '& .SCCourse-snippet-image': {
24
24
  position: string;
25
+ marginLeft: any;
26
+ '& .SCCourse-chip': {
27
+ maxWidth: number;
28
+ borderRadius: number;
29
+ boxShadow: string;
30
+ height: number;
31
+ '& span': {
32
+ padding: number;
33
+ fontSize: string;
34
+ };
35
+ };
25
36
  '& .SCCourse-snippet-in-progress': {
26
37
  height: number;
27
38
  backgroundColor: any;
@@ -22,6 +22,17 @@ const Component = {
22
22
  },
23
23
  '& .SCCourse-snippet-image': {
24
24
  position: 'relative',
25
+ marginLeft: theme.spacing(),
26
+ '& .SCCourse-chip': {
27
+ maxWidth: 70,
28
+ borderRadius: 3,
29
+ boxShadow: 'rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px',
30
+ height: 18,
31
+ '& span': {
32
+ padding: 3,
33
+ fontSize: '0.6rem'
34
+ }
35
+ },
25
36
  '& .SCCourse-snippet-in-progress': {
26
37
  height: 18,
27
38
  backgroundColor: theme.palette.secondary.main,
@@ -1789,6 +1789,17 @@ declare const theme: {
1789
1789
  };
1790
1790
  '& .SCCourse-snippet-image': {
1791
1791
  position: string;
1792
+ marginLeft: any;
1793
+ '& .SCCourse-chip': {
1794
+ maxWidth: number;
1795
+ borderRadius: number;
1796
+ boxShadow: string;
1797
+ height: number;
1798
+ '& span': {
1799
+ padding: number;
1800
+ fontSize: string;
1801
+ };
1802
+ };
1792
1803
  '& .SCCourse-snippet-in-progress': {
1793
1804
  height: number;
1794
1805
  backgroundColor: any;