@selfcommunity/react-theme-default 0.4.2-courses.134 → 0.4.2-courses.136

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.
@@ -37,7 +37,7 @@ const Component = {
37
37
  },
38
38
  '& .SCWidget-root': {
39
39
  marginBottom: theme.spacing(3),
40
- boxShadow: 'none'
40
+ boxShadow: '0px 0px 20px 0px rgba(0, 0, 0, 0.2)'
41
41
  },
42
42
  '& .SCLessonObject-button': {
43
43
  alignSelf: 'center'
@@ -6,6 +6,7 @@ declare const Component: {
6
6
  display: string;
7
7
  alignItems: string;
8
8
  justifyContent: string;
9
+ marginBottom: any;
9
10
  };
10
11
  width: string;
11
12
  display: string;
@@ -12,7 +12,8 @@ const Component = {
12
12
  })), { '& .SCLessonTemplate-navigation-title': {
13
13
  display: 'flex',
14
14
  alignItems: 'center',
15
- justifyContent: 'space-between'
15
+ justifyContent: 'space-between',
16
+ marginBottom: theme.spacing(1)
16
17
  } }))
17
18
  }
18
19
  };
@@ -5527,6 +5527,7 @@ declare const theme: {
5527
5527
  display: string;
5528
5528
  alignItems: string;
5529
5529
  justifyContent: string;
5530
+ marginBottom: any;
5530
5531
  };
5531
5532
  width: string;
5532
5533
  display: string;
@@ -35,7 +35,7 @@ const Component = {
35
35
  },
36
36
  '& .SCWidget-root': {
37
37
  marginBottom: theme.spacing(3),
38
- boxShadow: 'none'
38
+ boxShadow: '0px 0px 20px 0px rgba(0, 0, 0, 0.2)'
39
39
  },
40
40
  '& .SCLessonObject-button': {
41
41
  alignSelf: 'center'
@@ -6,6 +6,7 @@ declare const Component: {
6
6
  display: string;
7
7
  alignItems: string;
8
8
  justifyContent: string;
9
+ marginBottom: any;
9
10
  };
10
11
  width: string;
11
12
  display: string;
@@ -10,7 +10,8 @@ const Component = {
10
10
  })), { '& .SCLessonTemplate-navigation-title': {
11
11
  display: 'flex',
12
12
  alignItems: 'center',
13
- justifyContent: 'space-between'
13
+ justifyContent: 'space-between',
14
+ marginBottom: theme.spacing(1)
14
15
  } }))
15
16
  }
16
17
  };
@@ -5527,6 +5527,7 @@ declare const theme: {
5527
5527
  display: string;
5528
5528
  alignItems: string;
5529
5529
  justifyContent: string;
5530
+ marginBottom: any;
5530
5531
  };
5531
5532
  width: string;
5532
5533
  display: string;