@selfcommunity/react-theme-default 0.4.5-payments.169 → 0.4.5-payments.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.
@@ -219,6 +219,13 @@ declare const Component: {
219
219
  margin: any;
220
220
  };
221
221
  };
222
+ '& .SCCourseForm-paywalls-configurator-wrap': {
223
+ marginBottom: any;
224
+ '& .SCPaywallsConfigurator-content-access-type': {
225
+ fontSize: string;
226
+ padding: any;
227
+ };
228
+ };
222
229
  };
223
230
  };
224
231
  skeletonRoot: ({ theme }: {
@@ -219,6 +219,13 @@ const Component = {
219
219
  maxWidth: '600px',
220
220
  margin: theme.spacing(2, 'auto', 0)
221
221
  }
222
+ },
223
+ '& .SCCourseForm-paywalls-configurator-wrap': {
224
+ marginBottom: theme.spacing(3),
225
+ '& .SCPaywallsConfigurator-content-access-type': {
226
+ fontSize: '14px',
227
+ padding: theme.spacing()
228
+ }
222
229
  }
223
230
  }
224
231
  }),
@@ -3641,6 +3641,13 @@ declare const theme: {
3641
3641
  margin: any;
3642
3642
  };
3643
3643
  };
3644
+ '& .SCCourseForm-paywalls-configurator-wrap': {
3645
+ marginBottom: any;
3646
+ '& .SCPaywallsConfigurator-content-access-type': {
3647
+ fontSize: string;
3648
+ padding: any;
3649
+ };
3650
+ };
3644
3651
  };
3645
3652
  };
3646
3653
  skeletonRoot: ({ theme }: {
@@ -219,6 +219,13 @@ declare const Component: {
219
219
  margin: any;
220
220
  };
221
221
  };
222
+ '& .SCCourseForm-paywalls-configurator-wrap': {
223
+ marginBottom: any;
224
+ '& .SCPaywallsConfigurator-content-access-type': {
225
+ fontSize: string;
226
+ padding: any;
227
+ };
228
+ };
222
229
  };
223
230
  };
224
231
  skeletonRoot: ({ theme }: {
@@ -217,6 +217,13 @@ const Component = {
217
217
  maxWidth: '600px',
218
218
  margin: theme.spacing(2, 'auto', 0)
219
219
  }
220
+ },
221
+ '& .SCCourseForm-paywalls-configurator-wrap': {
222
+ marginBottom: theme.spacing(3),
223
+ '& .SCPaywallsConfigurator-content-access-type': {
224
+ fontSize: '14px',
225
+ padding: theme.spacing()
226
+ }
220
227
  }
221
228
  }
222
229
  }),
@@ -3641,6 +3641,13 @@ declare const theme: {
3641
3641
  margin: any;
3642
3642
  };
3643
3643
  };
3644
+ '& .SCCourseForm-paywalls-configurator-wrap': {
3645
+ marginBottom: any;
3646
+ '& .SCPaywallsConfigurator-content-access-type': {
3647
+ fontSize: string;
3648
+ padding: any;
3649
+ };
3650
+ };
3644
3651
  };
3645
3652
  };
3646
3653
  skeletonRoot: ({ theme }: {