@selfcommunity/react-theme-default 0.4.2-courses.142 → 0.4.2-courses.144

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.
@@ -8,6 +8,10 @@ declare const Component: {
8
8
  justifyContent: string;
9
9
  marginBottom: any;
10
10
  };
11
+ '& .SCLessonTemplate-button': {
12
+ alignSelf: string;
13
+ marginTop: string;
14
+ };
11
15
  width: string;
12
16
  display: string;
13
17
  flexDirection: string;
@@ -14,6 +14,9 @@ const Component = {
14
14
  alignItems: 'center',
15
15
  justifyContent: 'space-between',
16
16
  marginBottom: theme.spacing(1)
17
+ }, '& .SCLessonTemplate-button': {
18
+ alignSelf: 'center',
19
+ marginTop: 'auto'
17
20
  } }))
18
21
  }
19
22
  };
@@ -5529,6 +5529,10 @@ declare const theme: {
5529
5529
  justifyContent: string;
5530
5530
  marginBottom: any;
5531
5531
  };
5532
+ '& .SCLessonTemplate-button': {
5533
+ alignSelf: string;
5534
+ marginTop: string;
5535
+ };
5532
5536
  width: string;
5533
5537
  display: string;
5534
5538
  flexDirection: string;
@@ -8,6 +8,10 @@ declare const Component: {
8
8
  justifyContent: string;
9
9
  marginBottom: any;
10
10
  };
11
+ '& .SCLessonTemplate-button': {
12
+ alignSelf: string;
13
+ marginTop: string;
14
+ };
11
15
  width: string;
12
16
  display: string;
13
17
  flexDirection: string;
@@ -12,6 +12,9 @@ const Component = {
12
12
  alignItems: 'center',
13
13
  justifyContent: 'space-between',
14
14
  marginBottom: theme.spacing(1)
15
+ }, '& .SCLessonTemplate-button': {
16
+ alignSelf: 'center',
17
+ marginTop: 'auto'
15
18
  } }))
16
19
  }
17
20
  };
@@ -5529,6 +5529,10 @@ declare const theme: {
5529
5529
  justifyContent: string;
5530
5530
  marginBottom: any;
5531
5531
  };
5532
+ '& .SCLessonTemplate-button': {
5533
+ alignSelf: string;
5534
+ marginTop: string;
5535
+ };
5532
5536
  width: string;
5533
5537
  display: string;
5534
5538
  flexDirection: string;