@selfcommunity/react-theme-default 1.2.5 → 1.2.6-alpha.3

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.
@@ -143,7 +143,7 @@ const Component = {
143
143
  },
144
144
  '& .SCCourse-preview-name': {
145
145
  display: '-webkit-box',
146
- height: theme.spacing(4),
146
+ height: theme.spacing(5),
147
147
  marginBottom: theme.spacing(0.5),
148
148
  textOverflow: 'ellipsis',
149
149
  overflow: 'hidden',
@@ -137,7 +137,7 @@ const Component = {
137
137
  whiteSpace: 'nowrap'
138
138
  },
139
139
  '& .SCMediaFile-delete': {
140
- background: theme.palette.common.white,
140
+ background: theme.palette.background.paper,
141
141
  position: 'absolute',
142
142
  right: theme.spacing(0.5),
143
143
  top: theme.spacing(0.5)
@@ -106,18 +106,13 @@ declare const Component: {
106
106
  };
107
107
  };
108
108
  };
109
- '& .SCMediaLink-delete': {
110
- background: any;
109
+ '&.SCMediaLink-media-video .SCMediaLink-delete': {
110
+ color: any;
111
111
  position: string;
112
112
  right: any;
113
113
  top: any;
114
114
  zIndex: number;
115
115
  };
116
- '&.SCMediaLink-media-video .SCMediaLink-delete': {
117
- background: any;
118
- right: any;
119
- top: any;
120
- };
121
116
  };
122
117
  };
123
118
  triggerRoot: () => {};
@@ -109,17 +109,12 @@ const Component = {
109
109
  }
110
110
  }
111
111
  },
112
- '& .SCMediaLink-delete': {
113
- background: theme.palette.common.white,
114
- position: 'absolute',
115
- right: theme.spacing(0.5),
116
- top: theme.spacing(0.5),
117
- zIndex: 3
118
- },
119
112
  '&.SCMediaLink-media-video .SCMediaLink-delete': {
120
- background: theme.palette.common.white,
113
+ color: theme.palette.common.white,
114
+ position: 'absolute',
121
115
  right: theme.spacing(1),
122
- top: theme.spacing(1)
116
+ top: theme.spacing(1),
117
+ zIndex: 3
123
118
  }
124
119
  }
125
120
  }),
@@ -6931,18 +6931,13 @@ declare const theme: {
6931
6931
  };
6932
6932
  };
6933
6933
  };
6934
- '& .SCMediaLink-delete': {
6935
- background: any;
6934
+ '&.SCMediaLink-media-video .SCMediaLink-delete': {
6935
+ color: any;
6936
6936
  position: string;
6937
6937
  right: any;
6938
6938
  top: any;
6939
6939
  zIndex: number;
6940
6940
  };
6941
- '&.SCMediaLink-media-video .SCMediaLink-delete': {
6942
- background: any;
6943
- right: any;
6944
- top: any;
6945
- };
6946
6941
  };
6947
6942
  };
6948
6943
  triggerRoot: () => {};
@@ -141,7 +141,7 @@ const Component = {
141
141
  },
142
142
  '& .SCCourse-preview-name': {
143
143
  display: '-webkit-box',
144
- height: theme.spacing(4),
144
+ height: theme.spacing(5),
145
145
  marginBottom: theme.spacing(0.5),
146
146
  textOverflow: 'ellipsis',
147
147
  overflow: 'hidden',
@@ -135,7 +135,7 @@ const Component = {
135
135
  whiteSpace: 'nowrap'
136
136
  },
137
137
  '& .SCMediaFile-delete': {
138
- background: theme.palette.common.white,
138
+ background: theme.palette.background.paper,
139
139
  position: 'absolute',
140
140
  right: theme.spacing(0.5),
141
141
  top: theme.spacing(0.5)
@@ -106,18 +106,13 @@ declare const Component: {
106
106
  };
107
107
  };
108
108
  };
109
- '& .SCMediaLink-delete': {
110
- background: any;
109
+ '&.SCMediaLink-media-video .SCMediaLink-delete': {
110
+ color: any;
111
111
  position: string;
112
112
  right: any;
113
113
  top: any;
114
114
  zIndex: number;
115
115
  };
116
- '&.SCMediaLink-media-video .SCMediaLink-delete': {
117
- background: any;
118
- right: any;
119
- top: any;
120
- };
121
116
  };
122
117
  };
123
118
  triggerRoot: () => {};
@@ -107,17 +107,12 @@ const Component = {
107
107
  }
108
108
  }
109
109
  },
110
- '& .SCMediaLink-delete': {
111
- background: theme.palette.common.white,
112
- position: 'absolute',
113
- right: theme.spacing(0.5),
114
- top: theme.spacing(0.5),
115
- zIndex: 3
116
- },
117
110
  '&.SCMediaLink-media-video .SCMediaLink-delete': {
118
- background: theme.palette.common.white,
111
+ color: theme.palette.common.white,
112
+ position: 'absolute',
119
113
  right: theme.spacing(1),
120
- top: theme.spacing(1)
114
+ top: theme.spacing(1),
115
+ zIndex: 3
121
116
  }
122
117
  }
123
118
  }),
@@ -6931,18 +6931,13 @@ declare const theme: {
6931
6931
  };
6932
6932
  };
6933
6933
  };
6934
- '& .SCMediaLink-delete': {
6935
- background: any;
6934
+ '&.SCMediaLink-media-video .SCMediaLink-delete': {
6935
+ color: any;
6936
6936
  position: string;
6937
6937
  right: any;
6938
6938
  top: any;
6939
6939
  zIndex: number;
6940
6940
  };
6941
- '&.SCMediaLink-media-video .SCMediaLink-delete': {
6942
- background: any;
6943
- right: any;
6944
- top: any;
6945
- };
6946
6941
  };
6947
6942
  };
6948
6943
  triggerRoot: () => {};