@selfcommunity/react-theme-default 0.4.2-courses.172 → 0.4.2-courses.173

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.
@@ -35,6 +35,14 @@ declare const Component: {
35
35
  borderRadius: string;
36
36
  backgroundColor: any;
37
37
  };
38
+ '& .SCAccordionLessons-link': {
39
+ textDecoration: string;
40
+ padding: number;
41
+ '&:hover': {
42
+ backgroundColor: string;
43
+ textDecoration: string;
44
+ };
45
+ };
38
46
  };
39
47
  };
40
48
  };
@@ -34,6 +34,14 @@ const Component = {
34
34
  height: theme.spacing(2),
35
35
  borderRadius: '9999px',
36
36
  backgroundColor: theme.palette.grey['300']
37
+ },
38
+ '& .SCAccordionLessons-link': {
39
+ textDecoration: 'underline',
40
+ padding: 0,
41
+ '&:hover': {
42
+ backgroundColor: 'unset',
43
+ textDecoration: 'underline'
44
+ }
37
45
  }
38
46
  }
39
47
  }
@@ -270,6 +270,14 @@ declare const theme: {
270
270
  borderRadius: string;
271
271
  backgroundColor: any;
272
272
  };
273
+ '& .SCAccordionLessons-link': {
274
+ textDecoration: string;
275
+ padding: number;
276
+ '&:hover': {
277
+ backgroundColor: string;
278
+ textDecoration: string;
279
+ };
280
+ };
273
281
  };
274
282
  };
275
283
  };
@@ -35,6 +35,14 @@ declare const Component: {
35
35
  borderRadius: string;
36
36
  backgroundColor: any;
37
37
  };
38
+ '& .SCAccordionLessons-link': {
39
+ textDecoration: string;
40
+ padding: number;
41
+ '&:hover': {
42
+ backgroundColor: string;
43
+ textDecoration: string;
44
+ };
45
+ };
38
46
  };
39
47
  };
40
48
  };
@@ -32,6 +32,14 @@ const Component = {
32
32
  height: theme.spacing(2),
33
33
  borderRadius: '9999px',
34
34
  backgroundColor: theme.palette.grey['300']
35
+ },
36
+ '& .SCAccordionLessons-link': {
37
+ textDecoration: 'underline',
38
+ padding: 0,
39
+ '&:hover': {
40
+ backgroundColor: 'unset',
41
+ textDecoration: 'underline'
42
+ }
35
43
  }
36
44
  }
37
45
  }
@@ -270,6 +270,14 @@ declare const theme: {
270
270
  borderRadius: string;
271
271
  backgroundColor: any;
272
272
  };
273
+ '& .SCAccordionLessons-link': {
274
+ textDecoration: string;
275
+ padding: number;
276
+ '&:hover': {
277
+ backgroundColor: string;
278
+ textDecoration: string;
279
+ };
280
+ };
273
281
  };
274
282
  };
275
283
  };