@selfcommunity/react-theme-default 0.4.2-courses.116 → 0.4.2-courses.117

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.
@@ -97,11 +97,18 @@ declare const Component: {
97
97
  };
98
98
  '& .lk-settings-menu-modal': {
99
99
  minWidth: number;
100
+ paddingTop: any;
101
+ '& .lk-settings-menu-modal-icon-close': {
102
+ color: any;
103
+ position: string;
104
+ top: number;
105
+ right: number;
106
+ };
100
107
  '& .MuiFormControlLabel-root': {
101
108
  marginLeft: number;
102
109
  };
103
- '& div.MuiTypography-body1': {
104
- color: any;
110
+ '& .MuiTypography-body1': {
111
+ color: string;
105
112
  };
106
113
  '& .MuiSwitch-track': {
107
114
  backgroundColor: any;
@@ -98,12 +98,19 @@ const Component = {
98
98
  }
99
99
  },
100
100
  '& .lk-settings-menu-modal': {
101
- minWidth: 250,
101
+ minWidth: 290,
102
+ paddingTop: theme.spacing(3),
103
+ '& .lk-settings-menu-modal-icon-close': {
104
+ color: theme.palette.common.white,
105
+ position: 'absolute',
106
+ top: 3,
107
+ right: 2
108
+ },
102
109
  '& .MuiFormControlLabel-root': {
103
110
  marginLeft: 0
104
111
  },
105
- '& div.MuiTypography-body1': {
106
- color: theme.palette.common.white
112
+ '& .MuiTypography-body1': {
113
+ color: '#FFF !important'
107
114
  },
108
115
  '& .MuiSwitch-track': {
109
116
  backgroundColor: theme.palette.grey['300']
@@ -10872,11 +10872,18 @@ declare const theme: {
10872
10872
  };
10873
10873
  '& .lk-settings-menu-modal': {
10874
10874
  minWidth: number;
10875
+ paddingTop: any;
10876
+ '& .lk-settings-menu-modal-icon-close': {
10877
+ color: any;
10878
+ position: string;
10879
+ top: number;
10880
+ right: number;
10881
+ };
10875
10882
  '& .MuiFormControlLabel-root': {
10876
10883
  marginLeft: number;
10877
10884
  };
10878
- '& div.MuiTypography-body1': {
10879
- color: any;
10885
+ '& .MuiTypography-body1': {
10886
+ color: string;
10880
10887
  };
10881
10888
  '& .MuiSwitch-track': {
10882
10889
  backgroundColor: any;
@@ -97,11 +97,18 @@ declare const Component: {
97
97
  };
98
98
  '& .lk-settings-menu-modal': {
99
99
  minWidth: number;
100
+ paddingTop: any;
101
+ '& .lk-settings-menu-modal-icon-close': {
102
+ color: any;
103
+ position: string;
104
+ top: number;
105
+ right: number;
106
+ };
100
107
  '& .MuiFormControlLabel-root': {
101
108
  marginLeft: number;
102
109
  };
103
- '& div.MuiTypography-body1': {
104
- color: any;
110
+ '& .MuiTypography-body1': {
111
+ color: string;
105
112
  };
106
113
  '& .MuiSwitch-track': {
107
114
  backgroundColor: any;
@@ -96,12 +96,19 @@ const Component = {
96
96
  }
97
97
  },
98
98
  '& .lk-settings-menu-modal': {
99
- minWidth: 250,
99
+ minWidth: 290,
100
+ paddingTop: theme.spacing(3),
101
+ '& .lk-settings-menu-modal-icon-close': {
102
+ color: theme.palette.common.white,
103
+ position: 'absolute',
104
+ top: 3,
105
+ right: 2
106
+ },
100
107
  '& .MuiFormControlLabel-root': {
101
108
  marginLeft: 0
102
109
  },
103
- '& div.MuiTypography-body1': {
104
- color: theme.palette.common.white
110
+ '& .MuiTypography-body1': {
111
+ color: '#FFF !important'
105
112
  },
106
113
  '& .MuiSwitch-track': {
107
114
  backgroundColor: theme.palette.grey['300']
@@ -10872,11 +10872,18 @@ declare const theme: {
10872
10872
  };
10873
10873
  '& .lk-settings-menu-modal': {
10874
10874
  minWidth: number;
10875
+ paddingTop: any;
10876
+ '& .lk-settings-menu-modal-icon-close': {
10877
+ color: any;
10878
+ position: string;
10879
+ top: number;
10880
+ right: number;
10881
+ };
10875
10882
  '& .MuiFormControlLabel-root': {
10876
10883
  marginLeft: number;
10877
10884
  };
10878
- '& div.MuiTypography-body1': {
10879
- color: any;
10885
+ '& .MuiTypography-body1': {
10886
+ color: string;
10880
10887
  };
10881
10888
  '& .MuiSwitch-track': {
10882
10889
  backgroundColor: any;