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

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.
@@ -103,10 +103,15 @@ declare const Component: {
103
103
  };
104
104
  };
105
105
  };
106
- '& .SCCourses-show-more': {
107
- paddingLeft: any;
108
- '&.Mui-selected, &:hover': {
109
- backgroundColor: string;
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
  };
@@ -105,10 +105,15 @@ const Component = {
105
105
  }
106
106
  }
107
107
  },
108
- '& .SCCourses-show-more': {
109
- paddingLeft: theme.spacing(1),
110
- '&.Mui-selected, &:hover': {
111
- backgroundColor: 'transparent'
108
+ '& .SCCourses-end-message': {
109
+ display: 'flex',
110
+ alignItems: 'center',
111
+ justifyContent: 'center',
112
+ '& .MuiButtonBase-root': {
113
+ paddingLeft: theme.spacing(1),
114
+ '&.Mui-selected, &:hover': {
115
+ backgroundColor: 'transparent'
116
+ }
112
117
  }
113
118
  }
114
119
  }),
@@ -2511,10 +2511,15 @@ declare const theme: {
2511
2511
  };
2512
2512
  };
2513
2513
  };
2514
- '& .SCCourses-show-more': {
2515
- paddingLeft: any;
2516
- '&.Mui-selected, &:hover': {
2517
- backgroundColor: string;
2514
+ '& .SCCourses-end-message': {
2515
+ display: string;
2516
+ alignItems: string;
2517
+ justifyContent: string;
2518
+ '& .MuiButtonBase-root': {
2519
+ paddingLeft: any;
2520
+ '&.Mui-selected, &:hover': {
2521
+ backgroundColor: string;
2522
+ };
2518
2523
  };
2519
2524
  };
2520
2525
  };
@@ -103,10 +103,15 @@ declare const Component: {
103
103
  };
104
104
  };
105
105
  };
106
- '& .SCCourses-show-more': {
107
- paddingLeft: any;
108
- '&.Mui-selected, &:hover': {
109
- backgroundColor: string;
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
  };
@@ -103,10 +103,15 @@ const Component = {
103
103
  }
104
104
  }
105
105
  },
106
- '& .SCCourses-show-more': {
107
- paddingLeft: theme.spacing(1),
108
- '&.Mui-selected, &:hover': {
109
- backgroundColor: 'transparent'
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
  }),
@@ -2511,10 +2511,15 @@ declare const theme: {
2511
2511
  };
2512
2512
  };
2513
2513
  };
2514
- '& .SCCourses-show-more': {
2515
- paddingLeft: any;
2516
- '&.Mui-selected, &:hover': {
2517
- backgroundColor: string;
2514
+ '& .SCCourses-end-message': {
2515
+ display: string;
2516
+ alignItems: string;
2517
+ justifyContent: string;
2518
+ '& .MuiButtonBase-root': {
2519
+ paddingLeft: any;
2520
+ '&.Mui-selected, &:hover': {
2521
+ backgroundColor: string;
2522
+ };
2518
2523
  };
2519
2524
  };
2520
2525
  };