@selfcommunity/react-theme-default 0.4.2-courses.174 → 0.4.2-courses.175

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.
@@ -38,6 +38,7 @@ declare const Component: {
38
38
  '& .SCAccordionLessons-link': {
39
39
  textDecoration: string;
40
40
  padding: number;
41
+ justifyContent: string;
41
42
  '&:hover': {
42
43
  backgroundColor: string;
43
44
  textDecoration: string;
@@ -38,6 +38,7 @@ const Component = {
38
38
  '& .SCAccordionLessons-link': {
39
39
  textDecoration: 'underline',
40
40
  padding: 0,
41
+ justifyContent: 'space-between',
41
42
  '&:hover': {
42
43
  backgroundColor: 'unset',
43
44
  textDecoration: 'underline'
@@ -141,6 +141,9 @@ declare const Component: {
141
141
  };
142
142
  };
143
143
  '&.SCCourseDashboard-student-container': {
144
+ '& .SCCourseDashboard-description': {
145
+ whiteSpace: string;
146
+ };
144
147
  '& .SCCourseDashboard-accordion': {
145
148
  borderTopLeftRadius: string;
146
149
  borderTopRightRadius: string;
@@ -139,6 +139,9 @@ const Component = {
139
139
  }
140
140
  },
141
141
  '&.SCCourseDashboard-student-container': {
142
+ '& .SCCourseDashboard-description': {
143
+ whiteSpace: 'pre-line'
144
+ },
142
145
  '& .SCCourseDashboard-accordion': {
143
146
  borderTopLeftRadius: 'unset',
144
147
  borderTopRightRadius: 'unset'
@@ -83,6 +83,13 @@ declare const Component: {
83
83
  '& .SCCourseForm-edit-privacy-item-info': {
84
84
  marginLeft: any;
85
85
  };
86
+ '& .SCCourseForm-disabled': {
87
+ opacity: number;
88
+ };
89
+ '& .SCCourseForm-edit-card': {
90
+ alignItems: string;
91
+ margin: any;
92
+ };
86
93
  };
87
94
  };
88
95
  };
@@ -85,6 +85,13 @@ const Component = {
85
85
  },
86
86
  '& .SCCourseForm-edit-privacy-item-info': {
87
87
  marginLeft: theme.spacing(2)
88
+ },
89
+ '& .SCCourseForm-disabled': {
90
+ opacity: 0.5
91
+ },
92
+ '& .SCCourseForm-edit-card': {
93
+ alignItems: 'center',
94
+ margin: theme.spacing(1)
88
95
  }
89
96
  }
90
97
  }
@@ -273,6 +273,7 @@ declare const theme: {
273
273
  '& .SCAccordionLessons-link': {
274
274
  textDecoration: string;
275
275
  padding: number;
276
+ justifyContent: string;
276
277
  '&:hover': {
277
278
  backgroundColor: string;
278
279
  textDecoration: string;
@@ -2187,6 +2188,9 @@ declare const theme: {
2187
2188
  };
2188
2189
  };
2189
2190
  '&.SCCourseDashboard-student-container': {
2191
+ '& .SCCourseDashboard-description': {
2192
+ whiteSpace: string;
2193
+ };
2190
2194
  '& .SCCourseDashboard-accordion': {
2191
2195
  borderTopLeftRadius: string;
2192
2196
  borderTopRightRadius: string;
@@ -2618,6 +2622,13 @@ declare const theme: {
2618
2622
  '& .SCCourseForm-edit-privacy-item-info': {
2619
2623
  marginLeft: any;
2620
2624
  };
2625
+ '& .SCCourseForm-disabled': {
2626
+ opacity: number;
2627
+ };
2628
+ '& .SCCourseForm-edit-card': {
2629
+ alignItems: string;
2630
+ margin: any;
2631
+ };
2621
2632
  };
2622
2633
  };
2623
2634
  };
@@ -38,6 +38,7 @@ declare const Component: {
38
38
  '& .SCAccordionLessons-link': {
39
39
  textDecoration: string;
40
40
  padding: number;
41
+ justifyContent: string;
41
42
  '&:hover': {
42
43
  backgroundColor: string;
43
44
  textDecoration: string;
@@ -36,6 +36,7 @@ const Component = {
36
36
  '& .SCAccordionLessons-link': {
37
37
  textDecoration: 'underline',
38
38
  padding: 0,
39
+ justifyContent: 'space-between',
39
40
  '&:hover': {
40
41
  backgroundColor: 'unset',
41
42
  textDecoration: 'underline'
@@ -141,6 +141,9 @@ declare const Component: {
141
141
  };
142
142
  };
143
143
  '&.SCCourseDashboard-student-container': {
144
+ '& .SCCourseDashboard-description': {
145
+ whiteSpace: string;
146
+ };
144
147
  '& .SCCourseDashboard-accordion': {
145
148
  borderTopLeftRadius: string;
146
149
  borderTopRightRadius: string;
@@ -137,6 +137,9 @@ const Component = {
137
137
  }
138
138
  },
139
139
  '&.SCCourseDashboard-student-container': {
140
+ '& .SCCourseDashboard-description': {
141
+ whiteSpace: 'pre-line'
142
+ },
140
143
  '& .SCCourseDashboard-accordion': {
141
144
  borderTopLeftRadius: 'unset',
142
145
  borderTopRightRadius: 'unset'
@@ -83,6 +83,13 @@ declare const Component: {
83
83
  '& .SCCourseForm-edit-privacy-item-info': {
84
84
  marginLeft: any;
85
85
  };
86
+ '& .SCCourseForm-disabled': {
87
+ opacity: number;
88
+ };
89
+ '& .SCCourseForm-edit-card': {
90
+ alignItems: string;
91
+ margin: any;
92
+ };
86
93
  };
87
94
  };
88
95
  };
@@ -83,6 +83,13 @@ const Component = {
83
83
  },
84
84
  '& .SCCourseForm-edit-privacy-item-info': {
85
85
  marginLeft: theme.spacing(2)
86
+ },
87
+ '& .SCCourseForm-disabled': {
88
+ opacity: 0.5
89
+ },
90
+ '& .SCCourseForm-edit-card': {
91
+ alignItems: 'center',
92
+ margin: theme.spacing(1)
86
93
  }
87
94
  }
88
95
  }
@@ -273,6 +273,7 @@ declare const theme: {
273
273
  '& .SCAccordionLessons-link': {
274
274
  textDecoration: string;
275
275
  padding: number;
276
+ justifyContent: string;
276
277
  '&:hover': {
277
278
  backgroundColor: string;
278
279
  textDecoration: string;
@@ -2187,6 +2188,9 @@ declare const theme: {
2187
2188
  };
2188
2189
  };
2189
2190
  '&.SCCourseDashboard-student-container': {
2191
+ '& .SCCourseDashboard-description': {
2192
+ whiteSpace: string;
2193
+ };
2190
2194
  '& .SCCourseDashboard-accordion': {
2191
2195
  borderTopLeftRadius: string;
2192
2196
  borderTopRightRadius: string;
@@ -2618,6 +2622,13 @@ declare const theme: {
2618
2622
  '& .SCCourseForm-edit-privacy-item-info': {
2619
2623
  marginLeft: any;
2620
2624
  };
2625
+ '& .SCCourseForm-disabled': {
2626
+ opacity: number;
2627
+ };
2628
+ '& .SCCourseForm-edit-card': {
2629
+ alignItems: string;
2630
+ margin: any;
2631
+ };
2621
2632
  };
2622
2633
  };
2623
2634
  };