@selfcommunity/react-theme-default 0.4.5-payments.168 → 0.4.5-payments.169
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.
- package/lib/cjs/components/SCAccordionLessons.d.ts +15 -0
- package/lib/cjs/components/SCAccordionLessons.js +16 -1
- package/lib/cjs/components/SCAddUsersButton.d.ts +7 -1
- package/lib/cjs/components/SCAddUsersButton.js +6 -1
- package/lib/cjs/components/SCCourse.d.ts +4 -1
- package/lib/cjs/components/SCCourse.js +4 -1
- package/lib/cjs/components/SCCourseContentMenu.d.ts +3 -1
- package/lib/cjs/components/SCCourseContentMenu.js +3 -1
- package/lib/cjs/components/SCCourseDashboard.d.ts +18 -4
- package/lib/cjs/components/SCCourseDashboard.js +23 -8
- package/lib/cjs/components/SCCourseForm.d.ts +50 -3
- package/lib/cjs/components/SCCourseForm.js +52 -7
- package/lib/cjs/components/SCCourseTypePopover.d.ts +23 -0
- package/lib/cjs/components/SCCourseTypePopover.js +24 -0
- package/lib/cjs/components/SCCourseUsersTable.d.ts +16 -0
- package/lib/cjs/components/SCCourseUsersTable.js +16 -0
- package/lib/cjs/components/SCCourses.d.ts +10 -5
- package/lib/cjs/components/SCCourses.js +11 -6
- package/lib/cjs/components/SCEditCourse.d.ts +176 -130
- package/lib/cjs/components/SCEditCourse.js +185 -138
- package/lib/cjs/components/SCEmptyStatus.d.ts +1 -0
- package/lib/cjs/components/SCEmptyStatus.js +1 -0
- package/lib/cjs/components/SCGroupForm.d.ts +3 -0
- package/lib/cjs/components/SCGroupForm.js +3 -0
- package/lib/cjs/components/SCLessonCommentObjects.d.ts +3 -1
- package/lib/cjs/components/SCLessonCommentObjects.js +4 -2
- package/lib/cjs/components/SCLessonDrawer.d.ts +3 -1
- package/lib/cjs/components/SCLessonDrawer.js +3 -1
- package/lib/cjs/components/SCLessonObject.d.ts +4 -1
- package/lib/cjs/components/SCLessonObject.js +5 -2
- package/lib/cjs/components/SCLessonTemplate.d.ts +5 -0
- package/lib/cjs/components/SCLessonTemplate.js +4 -0
- package/lib/cjs/components/SCNotification.d.ts +22 -0
- package/lib/cjs/components/SCNotification.js +22 -0
- package/lib/cjs/components/SCPaywallsConfigurator.d.ts +150 -0
- package/lib/cjs/components/SCPaywallsConfigurator.js +153 -0
- package/lib/cjs/index.d.ts +512 -154
- package/lib/cjs/index.js +5 -1
- package/lib/esm/components/SCAccordionLessons.d.ts +15 -0
- package/lib/esm/components/SCAccordionLessons.js +16 -1
- package/lib/esm/components/SCAddUsersButton.d.ts +7 -1
- package/lib/esm/components/SCAddUsersButton.js +6 -1
- package/lib/esm/components/SCCourse.d.ts +4 -1
- package/lib/esm/components/SCCourse.js +4 -1
- package/lib/esm/components/SCCourseContentMenu.d.ts +3 -1
- package/lib/esm/components/SCCourseContentMenu.js +3 -1
- package/lib/esm/components/SCCourseDashboard.d.ts +18 -4
- package/lib/esm/components/SCCourseDashboard.js +23 -8
- package/lib/esm/components/SCCourseForm.d.ts +50 -3
- package/lib/esm/components/SCCourseForm.js +49 -4
- package/lib/esm/components/SCCourseTypePopover.d.ts +23 -0
- package/lib/esm/components/SCCourseTypePopover.js +22 -0
- package/lib/esm/components/SCCourseUsersTable.d.ts +16 -0
- package/lib/esm/components/SCCourseUsersTable.js +16 -0
- package/lib/esm/components/SCCourses.d.ts +10 -5
- package/lib/esm/components/SCCourses.js +11 -6
- package/lib/esm/components/SCEditCourse.d.ts +176 -130
- package/lib/esm/components/SCEditCourse.js +185 -138
- package/lib/esm/components/SCEmptyStatus.d.ts +1 -0
- package/lib/esm/components/SCEmptyStatus.js +1 -0
- package/lib/esm/components/SCGroupForm.d.ts +3 -0
- package/lib/esm/components/SCGroupForm.js +3 -0
- package/lib/esm/components/SCLessonCommentObjects.d.ts +3 -1
- package/lib/esm/components/SCLessonCommentObjects.js +4 -2
- package/lib/esm/components/SCLessonDrawer.d.ts +3 -1
- package/lib/esm/components/SCLessonDrawer.js +3 -1
- package/lib/esm/components/SCLessonObject.d.ts +4 -1
- package/lib/esm/components/SCLessonObject.js +5 -2
- package/lib/esm/components/SCLessonTemplate.d.ts +5 -0
- package/lib/esm/components/SCLessonTemplate.js +4 -0
- package/lib/esm/components/SCNotification.d.ts +22 -0
- package/lib/esm/components/SCNotification.js +22 -0
- package/lib/esm/components/SCPaywallsConfigurator.d.ts +150 -0
- package/lib/esm/components/SCPaywallsConfigurator.js +151 -0
- package/lib/esm/index.d.ts +512 -154
- package/lib/esm/index.js +5 -1
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
const Component = {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
|
+
border: `1px solid ${theme.palette.grey['300']}`,
|
|
5
|
+
borderRadius: '5px',
|
|
6
|
+
padding: theme.spacing(1),
|
|
7
|
+
backgroundColor: theme.palette.common.white,
|
|
8
|
+
[theme.breakpoints.up('sm')]: {
|
|
9
|
+
padding: theme.spacing(2)
|
|
10
|
+
},
|
|
4
11
|
'& .SCCourseUsersTable-search': {
|
|
5
12
|
'& > .MuiInputBase-root': {
|
|
6
13
|
borderBottomLeftRadius: 'unset',
|
|
7
14
|
borderBottomRightRadius: 'unset'
|
|
15
|
+
},
|
|
16
|
+
'& .SCCourseUsersTable-end-adornment-wrapper': {
|
|
17
|
+
flexDirection: 'row',
|
|
18
|
+
'& .SCCourseUsersTable-search-button': {
|
|
19
|
+
minWidth: 'unset',
|
|
20
|
+
width: '36px',
|
|
21
|
+
height: '36px',
|
|
22
|
+
padding: theme.spacing(1)
|
|
23
|
+
}
|
|
8
24
|
}
|
|
9
25
|
},
|
|
10
26
|
'& .SCCourseUsersTable-avatar-wrapper': {
|
|
@@ -103,10 +103,15 @@ declare const Component: {
|
|
|
103
103
|
};
|
|
104
104
|
};
|
|
105
105
|
};
|
|
106
|
-
'& .SCCourses-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
106
|
+
'& .SCCourses-end-message': {
|
|
107
|
+
display: string;
|
|
108
|
+
alignItems: string;
|
|
109
|
+
justifyContent: string;
|
|
110
|
+
'& .MuiButtonBase-root': {
|
|
111
|
+
paddingLeft: any;
|
|
112
|
+
'&.Mui-selected, &:hover': {
|
|
113
|
+
backgroundColor: string;
|
|
114
|
+
};
|
|
110
115
|
};
|
|
111
116
|
};
|
|
112
117
|
};
|
|
@@ -118,7 +123,7 @@ declare const Component: {
|
|
|
118
123
|
};
|
|
119
124
|
};
|
|
120
125
|
};
|
|
121
|
-
coursesChipRoot: ({ theme,
|
|
126
|
+
coursesChipRoot: ({ theme, showMine, showManagedCourses }: any) => {
|
|
122
127
|
height: any;
|
|
123
128
|
borderRadius: any;
|
|
124
129
|
color: any;
|
|
@@ -103,10 +103,15 @@ const Component = {
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
'& .SCCourses-
|
|
107
|
-
|
|
108
|
-
'
|
|
109
|
-
|
|
106
|
+
'& .SCCourses-end-message': {
|
|
107
|
+
display: 'flex',
|
|
108
|
+
alignItems: 'center',
|
|
109
|
+
justifyContent: 'center',
|
|
110
|
+
'& .MuiButtonBase-root': {
|
|
111
|
+
paddingLeft: theme.spacing(1),
|
|
112
|
+
'&.Mui-selected, &:hover': {
|
|
113
|
+
backgroundColor: 'transparent'
|
|
114
|
+
}
|
|
110
115
|
}
|
|
111
116
|
}
|
|
112
117
|
}),
|
|
@@ -118,10 +123,10 @@ const Component = {
|
|
|
118
123
|
}
|
|
119
124
|
}
|
|
120
125
|
}),
|
|
121
|
-
coursesChipRoot: ({ theme,
|
|
126
|
+
coursesChipRoot: ({ theme, showMine, showManagedCourses }) => ({
|
|
122
127
|
height: theme.spacing(5.25),
|
|
123
128
|
borderRadius: theme.spacing(0.5),
|
|
124
|
-
color:
|
|
129
|
+
color: showMine || showManagedCourses ? theme.palette.common.white : theme.palette.text.primary,
|
|
125
130
|
'& .MuiIcon-root': {
|
|
126
131
|
fontSize: '1rem',
|
|
127
132
|
color: theme.palette.common.white
|
|
@@ -6,6 +6,9 @@ declare const Component: {
|
|
|
6
6
|
[x: number]: {
|
|
7
7
|
marginBottom: string;
|
|
8
8
|
};
|
|
9
|
+
'& .SCEditCourse-contrast-color': {
|
|
10
|
+
color: any;
|
|
11
|
+
};
|
|
9
12
|
'& .SCEditCourse-header': {
|
|
10
13
|
[x: number]: {
|
|
11
14
|
paddingLeft: any;
|
|
@@ -51,6 +54,14 @@ declare const Component: {
|
|
|
51
54
|
};
|
|
52
55
|
'& .SCEditCourse-status': {
|
|
53
56
|
borderRadius: any;
|
|
57
|
+
'& .MuiButtonBase-root': {
|
|
58
|
+
padding: number;
|
|
59
|
+
textDecoration: string;
|
|
60
|
+
'&:hover': {
|
|
61
|
+
backgroundColor: string;
|
|
62
|
+
textDecoration: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
54
65
|
};
|
|
55
66
|
'& .SCEditCourse-lesson-empty-status': {
|
|
56
67
|
border: string;
|
|
@@ -59,110 +70,121 @@ declare const Component: {
|
|
|
59
70
|
'& .SCEditCourse-empty-status-button': {
|
|
60
71
|
marginTop: string;
|
|
61
72
|
};
|
|
62
|
-
'& .SCEditCourse-lessons-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
73
|
+
'& .SCEditCourse-lessons-inner-wrapper': {
|
|
74
|
+
[x: number]: {
|
|
75
|
+
padding: any;
|
|
76
|
+
};
|
|
77
|
+
border: string;
|
|
78
|
+
borderRadius: string;
|
|
79
|
+
backgroundColor: any;
|
|
66
80
|
marginTop: string;
|
|
67
81
|
padding: any;
|
|
68
|
-
|
|
69
|
-
borderBottom: string;
|
|
70
|
-
borderTopLeftRadius: string;
|
|
71
|
-
borderTopRightRadius: string;
|
|
72
|
-
'& .SCEditCourse-lessons-sections': {
|
|
82
|
+
'& .SCEditCourse-lessons-sections-wrapper': {
|
|
73
83
|
flexDirection: string;
|
|
74
84
|
alignItems: string;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
border: string;
|
|
93
|
-
borderBottomLeftRadius: string;
|
|
94
|
-
borderBottomRightRadius: string;
|
|
95
|
-
'& .SCEditCourse-table': {
|
|
96
|
-
'& .SCEditCourse-cell-width': {
|
|
97
|
-
width: string;
|
|
98
|
-
};
|
|
99
|
-
'& .SCEditCourse-cell-align-center': {
|
|
100
|
-
textAlign: string;
|
|
101
|
-
};
|
|
102
|
-
'& .SCEditCourse-cell-align-right': {
|
|
103
|
-
textAlign: string;
|
|
104
|
-
};
|
|
105
|
-
'& .SCEditCourse-cell-padding': {
|
|
106
|
-
paddingRight: number;
|
|
107
|
-
};
|
|
108
|
-
'& .MuiTableCell-root': {
|
|
109
|
-
textWrapMode: string;
|
|
85
|
+
justifyContent: string;
|
|
86
|
+
padding: any;
|
|
87
|
+
border: string;
|
|
88
|
+
borderBottom: string;
|
|
89
|
+
borderTopLeftRadius: string;
|
|
90
|
+
borderTopRightRadius: string;
|
|
91
|
+
backgroundColor: any;
|
|
92
|
+
'& .SCEditCourse-lessons-sections': {
|
|
93
|
+
flexDirection: string;
|
|
94
|
+
alignItems: string;
|
|
95
|
+
gap: string;
|
|
96
|
+
'& .SCEditCourse-circle': {
|
|
97
|
+
width: string;
|
|
98
|
+
height: string;
|
|
99
|
+
borderRadius: number;
|
|
100
|
+
backgroundColor: any;
|
|
101
|
+
};
|
|
110
102
|
};
|
|
111
|
-
'& .SCEditCourse-
|
|
112
|
-
|
|
103
|
+
'& .SCEditCourse-section-button': {
|
|
104
|
+
alignItems: string;
|
|
105
|
+
'& .SCEditCourse-section-button-typography': {
|
|
113
106
|
textTransform: string;
|
|
114
107
|
};
|
|
115
108
|
};
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
109
|
+
};
|
|
110
|
+
'& .SCEditCourse-table-container': {
|
|
111
|
+
width: string;
|
|
112
|
+
border: string;
|
|
113
|
+
borderBottomLeftRadius: string;
|
|
114
|
+
borderBottomRightRadius: string;
|
|
115
|
+
backgroundColor: any;
|
|
116
|
+
'& .SCEditCourse-table': {
|
|
117
|
+
'& .SCEditCourse-cell-width': {
|
|
118
|
+
width: string;
|
|
121
119
|
};
|
|
122
|
-
'& .SCEditCourse-
|
|
123
|
-
|
|
120
|
+
'& .SCEditCourse-cell-align-center': {
|
|
121
|
+
textAlign: string;
|
|
124
122
|
};
|
|
125
|
-
'& .SCEditCourse-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
padding: string;
|
|
123
|
+
'& .SCEditCourse-cell-align-right': {
|
|
124
|
+
textAlign: string;
|
|
125
|
+
};
|
|
126
|
+
'& .SCEditCourse-cell-padding': {
|
|
127
|
+
paddingRight: number;
|
|
128
|
+
};
|
|
129
|
+
'& .MuiTableCell-root': {
|
|
130
|
+
textWrapMode: string;
|
|
131
|
+
};
|
|
132
|
+
'& .SCEditCourse-table-header': {
|
|
133
|
+
'& .SCEditCourse-table-header-typography': {
|
|
134
|
+
textTransform: string;
|
|
138
135
|
};
|
|
139
136
|
};
|
|
140
|
-
'& .SCEditCourse-
|
|
141
|
-
|
|
137
|
+
'& .SCEditCourse-table-body': {
|
|
138
|
+
'& .SCEditCourse-table-body-icon-wrapper': {
|
|
139
|
+
flexDirection: string;
|
|
140
|
+
alignItems: string;
|
|
142
141
|
gap: string;
|
|
143
142
|
};
|
|
144
|
-
|
|
145
|
-
flexDirection: string;
|
|
146
|
-
alignItems: string;
|
|
147
|
-
gap: string;
|
|
148
|
-
'& .SCEditCourse-change-lesson-status-published-wrapper': {
|
|
149
|
-
color: any;
|
|
143
|
+
'& .SCEditCourse-table-body-accordion': {
|
|
150
144
|
backgroundColor: any;
|
|
151
|
-
|
|
145
|
+
};
|
|
146
|
+
'& .SCEditCourse-edit-mode-wrapper': {
|
|
147
|
+
flexDirection: string;
|
|
148
|
+
alignItems: string;
|
|
149
|
+
gap: string;
|
|
150
|
+
'& .SCEditCourse-edit-mode-save-button': {
|
|
151
|
+
minWidth: string;
|
|
152
|
+
borderRadius: string;
|
|
153
|
+
padding: string;
|
|
154
|
+
};
|
|
155
|
+
'& .SCEditCourse-edit-mode-close-button': {
|
|
156
|
+
border: string;
|
|
157
|
+
borderRadius: string;
|
|
158
|
+
padding: string;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
'& .SCEditCourse-actions-wrapper': {
|
|
162
|
+
[x: number]: {
|
|
163
|
+
gap: string;
|
|
164
|
+
};
|
|
165
|
+
display: string;
|
|
166
|
+
flexDirection: string;
|
|
167
|
+
alignItems: string;
|
|
168
|
+
gap: string;
|
|
169
|
+
'& .SCEditCourse-change-lesson-status-published-wrapper': {
|
|
152
170
|
color: any;
|
|
171
|
+
backgroundColor: any;
|
|
172
|
+
'& .MuiIcon-root': {
|
|
173
|
+
color: any;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
'& .SCEditCourse-change-lesson-status-icon-draft': {
|
|
177
|
+
width: string;
|
|
178
|
+
height: string;
|
|
179
|
+
borderRadius: number;
|
|
180
|
+
backgroundColor: any;
|
|
153
181
|
};
|
|
154
182
|
};
|
|
155
|
-
'& .SCEditCourse-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
borderRadius: number;
|
|
159
|
-
backgroundColor: any;
|
|
183
|
+
'& .SCEditCourse-table-body-collapse-wrapper': {
|
|
184
|
+
padding: number;
|
|
185
|
+
border: number;
|
|
160
186
|
};
|
|
161
187
|
};
|
|
162
|
-
'& .SCEditCourse-table-body-collapse-wrapper': {
|
|
163
|
-
padding: number;
|
|
164
|
-
border: number;
|
|
165
|
-
};
|
|
166
188
|
};
|
|
167
189
|
};
|
|
168
190
|
};
|
|
@@ -174,19 +196,28 @@ declare const Component: {
|
|
|
174
196
|
marginTop: string;
|
|
175
197
|
marginBottom: any;
|
|
176
198
|
};
|
|
177
|
-
'& .SCEditCourse-options-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
199
|
+
'& .SCEditCourse-options-container': {
|
|
200
|
+
[x: number]: {
|
|
201
|
+
padding: any;
|
|
202
|
+
};
|
|
203
|
+
border: string;
|
|
204
|
+
borderRadius: string;
|
|
205
|
+
padding: any;
|
|
206
|
+
backgroundColor: any;
|
|
207
|
+
'& .SCEditCourse-options-wrapper': {
|
|
208
|
+
gap: any;
|
|
209
|
+
maxWidth: string;
|
|
210
|
+
margin: string;
|
|
211
|
+
};
|
|
212
|
+
'& .SCEditCourse-options-divider': {
|
|
213
|
+
marginTop: string;
|
|
214
|
+
marginBottom: any;
|
|
215
|
+
};
|
|
216
|
+
'& .SCEditCourse-options-button-wrapper': {
|
|
217
|
+
alignItems: string;
|
|
218
|
+
maxWidth: string;
|
|
219
|
+
margin: any;
|
|
220
|
+
};
|
|
190
221
|
};
|
|
191
222
|
};
|
|
192
223
|
};
|
|
@@ -227,30 +258,39 @@ declare const Component: {
|
|
|
227
258
|
gap: any;
|
|
228
259
|
};
|
|
229
260
|
};
|
|
230
|
-
'& .SCEditCourse-lessons-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
marginTop: string;
|
|
235
|
-
padding: any;
|
|
261
|
+
'& .SCEditCourse-lessons-inner-wrapper': {
|
|
262
|
+
[x: number]: {
|
|
263
|
+
padding: any;
|
|
264
|
+
};
|
|
236
265
|
border: string;
|
|
237
266
|
borderRadius: string;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
borderBottomLeftRadius: string;
|
|
243
|
-
borderBottomRightRadius: string;
|
|
244
|
-
'& .SCEditCourse-margin': {
|
|
245
|
-
margin: string;
|
|
246
|
-
};
|
|
247
|
-
'& .SCEditCourse-margin-left': {
|
|
248
|
-
marginLeft: string;
|
|
249
|
-
};
|
|
250
|
-
'& .SCEditCourse-actions-wrapper': {
|
|
267
|
+
backgroundColor: any;
|
|
268
|
+
marginTop: string;
|
|
269
|
+
padding: any;
|
|
270
|
+
'& .SCEditCourse-lessons-sections-wrapper': {
|
|
251
271
|
flexDirection: string;
|
|
272
|
+
alignItems: string;
|
|
252
273
|
justifyContent: string;
|
|
253
|
-
|
|
274
|
+
padding: any;
|
|
275
|
+
border: string;
|
|
276
|
+
borderRadius: string;
|
|
277
|
+
};
|
|
278
|
+
'& .SCEditCourse-table-container': {
|
|
279
|
+
width: string;
|
|
280
|
+
border: string;
|
|
281
|
+
borderBottomLeftRadius: string;
|
|
282
|
+
borderBottomRightRadius: string;
|
|
283
|
+
'& .SCEditCourse-margin': {
|
|
284
|
+
margin: string;
|
|
285
|
+
};
|
|
286
|
+
'& .SCEditCourse-margin-left': {
|
|
287
|
+
marginLeft: string;
|
|
288
|
+
};
|
|
289
|
+
'& .SCEditCourse-actions-wrapper': {
|
|
290
|
+
flexDirection: string;
|
|
291
|
+
justifyContent: string;
|
|
292
|
+
gap: string;
|
|
293
|
+
};
|
|
254
294
|
};
|
|
255
295
|
};
|
|
256
296
|
'& .SCEditCourse-users-status-wrapper': {
|
|
@@ -259,19 +299,25 @@ declare const Component: {
|
|
|
259
299
|
marginTop: string;
|
|
260
300
|
marginBottom: any;
|
|
261
301
|
};
|
|
262
|
-
'& .SCEditCourse-options-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
302
|
+
'& .SCEditCourse-options-container': {
|
|
303
|
+
border: string;
|
|
304
|
+
borderRadius: string;
|
|
305
|
+
paddingBottom: string;
|
|
306
|
+
backgroundColor: any;
|
|
307
|
+
'& .SCEditCourse-options-wrapper': {
|
|
308
|
+
gap: any;
|
|
309
|
+
maxWidth: string;
|
|
310
|
+
margin: string;
|
|
311
|
+
};
|
|
312
|
+
'& .SCEditCourse-options-divider': {
|
|
313
|
+
marginTop: string;
|
|
314
|
+
marginBottom: any;
|
|
315
|
+
};
|
|
316
|
+
'& .SCEditCourse-options-button-wrapper': {
|
|
317
|
+
alignItems: string;
|
|
318
|
+
maxWidth: string;
|
|
319
|
+
margin: string;
|
|
320
|
+
};
|
|
275
321
|
};
|
|
276
322
|
};
|
|
277
323
|
};
|